diff options
author | kwm <kwm@FreeBSD.org> | 2012-08-05 06:52:02 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2012-08-05 06:52:02 +0800 |
commit | 1b8e10c55262cd3b24039267af4bfdfc128a682d (patch) | |
tree | a3b9f3e6c4e41379a4ad771026302ecf0ad0ae1b /math | |
parent | 6183944f6686e95d3a07984429b879614c46dedd (diff) | |
download | freebsd-ports-gnome-1b8e10c55262cd3b24039267af4bfdfc128a682d.tar.gz freebsd-ports-gnome-1b8e10c55262cd3b24039267af4bfdfc128a682d.tar.zst freebsd-ports-gnome-1b8e10c55262cd3b24039267af4bfdfc128a682d.zip |
Switch from libglut to freeglut and retire libglut. Libglut hasn't been
developed in years and has been dropped from the MESA 8.0 distribution.
Freeglut is a rewrite of glut and is actively developed and is used by
many linux distributions instead of libglut.
Bump all ports that directly depend on libglut because of the shlib version
change.
There are some extra items in this patch.
*) Because freeglut doesn't have the same dependancies as libglut, some ports
need extra dependencies added to USE_XORG to make them build.
*) Mark graphics/f90gl broken, f90gl depends on a header that is only shipped
with libglut.
*) Remove option for libglut/freeglut selection in games/cake, only freeglut
remains now.
*) While here fix a png related build issue games/vegastrike.
Thanks to miwi for running the exp-run.
Approved by: portmgr (miwi)
Collaboration with: zeising@
Obtained from: xorg-dev staging area.
Diffstat (limited to 'math')
-rw-r--r-- | math/asymptote/Makefile | 2 | ||||
-rw-r--r-- | math/carve/Makefile | 1 | ||||
-rw-r--r-- | math/fung-calc/Makefile | 2 | ||||
-rw-r--r-- | math/ros-geometry/Makefile | 2 |
4 files changed, 4 insertions, 3 deletions
diff --git a/math/asymptote/Makefile b/math/asymptote/Makefile index e1a20ecfc20b..7d49f5c28fd9 100644 --- a/math/asymptote/Makefile +++ b/math/asymptote/Makefile @@ -7,7 +7,7 @@ PORTNAME= asymptote PORTVERSION= 2.16 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= SF MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTVERSION} diff --git a/math/carve/Makefile b/math/carve/Makefile index 228573e5d27e..48dac53f6085 100644 --- a/math/carve/Makefile +++ b/math/carve/Makefile @@ -7,6 +7,7 @@ PORTNAME= carve PORTVERSION= 1.4.0 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} EXTRACT_SUFX= .tgz diff --git a/math/fung-calc/Makefile b/math/fung-calc/Makefile index d32a1d56d005..3f3d7dc7de9d 100644 --- a/math/fung-calc/Makefile +++ b/math/fung-calc/Makefile @@ -6,7 +6,7 @@ PORTNAME= fung-calc PORTVERSION= 1.3.2b -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= math kde MASTER_SITES= SF/${PORTNAME}/releases/${PORTVERSION} diff --git a/math/ros-geometry/Makefile b/math/ros-geometry/Makefile index 9fd3c914eecf..464e6514e54c 100644 --- a/math/ros-geometry/Makefile +++ b/math/ros-geometry/Makefile @@ -6,7 +6,7 @@ PORTNAME= ros-geometry PORTVERSION= 1.4.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MASTER_SITES= https://code.ros.org/svn/release/download/stacks/${STACKNAME}/${STACKNAME}-${PORTVERSION}/:rel \ http://pr.willowgarage.com/downloads/:pr \ |