diff options
author | sem <sem@FreeBSD.org> | 2006-01-12 20:54:32 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2006-01-12 20:54:32 +0800 |
commit | 84212e51d775dff5b931974f05a7c66056717577 (patch) | |
tree | 9489cefff56a9d79f0023f7ff3f2115164369b9c /science | |
parent | 84d7c4e032c328aee7f8b57d54fce74e1609e36d (diff) | |
download | freebsd-ports-graphics-84212e51d775dff5b931974f05a7c66056717577.tar.gz freebsd-ports-graphics-84212e51d775dff5b931974f05a7c66056717577.tar.zst freebsd-ports-graphics-84212e51d775dff5b931974f05a7c66056717577.zip |
- Update graphics/libglut to 6.4.1.
- Shared lib version and PORTREVISION bumb for all affected ports.
While I'm here:
- Remove USE_MESA knob where it was (35 ports).
It marked as depricated for 2 years.
PR: ports/90247
Submitted by: Ermal Lu?i <eri--@albabsd.org>
Diffstat (limited to 'science')
-rw-r--r-- | science/flounder/Makefile | 6 | ||||
-rw-r--r-- | science/ghemical/Makefile | 1 | ||||
-rw-r--r-- | science/glens/Makefile | 4 | ||||
-rw-r--r-- | science/py-scipy/Makefile | 1 | ||||
-rw-r--r-- | science/py-scipy03/Makefile | 1 | ||||
-rw-r--r-- | science/vis5d+/Makefile | 2 |
6 files changed, 9 insertions, 6 deletions
diff --git a/science/flounder/Makefile b/science/flounder/Makefile index d5710bf8a31..a98af23e419 100644 --- a/science/flounder/Makefile +++ b/science/flounder/Makefile @@ -8,7 +8,7 @@ PORTNAME= flounder PORTVERSION= 0.40 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= science MASTER_SITES= http://www.enel.ucalgary.ca/~vigmond/flounder/ EXTRACT_SUFX= .tgz @@ -18,9 +18,9 @@ COMMENT= A quick way to visualize regularly spaced 4D data LIB_DEPENDS= fltk:${PORTSDIR}/x11-toolkits/fltk \ ungif:${PORTSDIR}/graphics/libungif \ - png:${PORTSDIR}/graphics/png + png:${PORTSDIR}/graphics/png \ + glut.4:${PORTSDIR}/graphics/libglut -USE_MESA= yes USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib ${PTHREAD_LIBS} -lstdc++" diff --git a/science/ghemical/Makefile b/science/ghemical/Makefile index a812783d048..8cbb0decf2a 100644 --- a/science/ghemical/Makefile +++ b/science/ghemical/Makefile @@ -6,6 +6,7 @@ PORTNAME= ghemical PORTVERSION= 1.01 +PORTREVISION= 1 CATEGORIES= science MASTER_SITES= http://www.uku.fi/~thassine/ghemical/download/ DISTNAME= ${PORTNAME}-${PORTVERSION} diff --git a/science/glens/Makefile b/science/glens/Makefile index 12749f6f841..23a4cd7163f 100644 --- a/science/glens/Makefile +++ b/science/glens/Makefile @@ -8,7 +8,7 @@ PORTNAME= glens PORTVERSION= 0.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science MASTER_SITES= # no longer available @@ -19,9 +19,9 @@ DEPRECATED= no longer available from mastersite EXPIRATION_DATE= 2006-01-25 BUILD_DEPENDS= ${X11BASE}/lib/libglui.a:${PORTSDIR}/devel/glui +LIB_DEPENDS= glut.4:${PORTSDIR}/graphics/libglut USE_REINPLACE= yes -USE_MESA= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --with-glui=${X11BASE} diff --git a/science/py-scipy/Makefile b/science/py-scipy/Makefile index c77bdece738..57073a66871 100644 --- a/science/py-scipy/Makefile +++ b/science/py-scipy/Makefile @@ -8,6 +8,7 @@ PORTNAME= scipy PORTVERSION= 0.3.2 +PORTREVISION= 1 CATEGORIES= science python MASTER_SITES= http://www.scipy.org/download/scipy/src/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/science/py-scipy03/Makefile b/science/py-scipy03/Makefile index c77bdece738..57073a66871 100644 --- a/science/py-scipy03/Makefile +++ b/science/py-scipy03/Makefile @@ -8,6 +8,7 @@ PORTNAME= scipy PORTVERSION= 0.3.2 +PORTREVISION= 1 CATEGORIES= science python MASTER_SITES= http://www.scipy.org/download/scipy/src/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/science/vis5d+/Makefile b/science/vis5d+/Makefile index 606bcee75c5..d75ab4516bb 100644 --- a/science/vis5d+/Makefile +++ b/science/vis5d+/Makefile @@ -8,7 +8,7 @@ PORTNAME= vis5d+ PORTVERSION= 1.2.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= science MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= vis5d |