aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorkwm <kwm@FreeBSD.org>2012-08-05 06:52:02 +0800
committerkwm <kwm@FreeBSD.org>2012-08-05 06:52:02 +0800
commit1b8e10c55262cd3b24039267af4bfdfc128a682d (patch)
treea3b9f3e6c4e41379a4ad771026302ecf0ad0ae1b /devel
parent6183944f6686e95d3a07984429b879614c46dedd (diff)
downloadfreebsd-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 'devel')
-rw-r--r--devel/bullet/Makefile1
-rw-r--r--devel/glui/Makefile1
-rw-r--r--devel/hs-haskell-platform/Makefile4
-rw-r--r--devel/simgear/Makefile2
4 files changed, 5 insertions, 3 deletions
diff --git a/devel/bullet/Makefile b/devel/bullet/Makefile
index af49b27359bd..2b2589e813db 100644
--- a/devel/bullet/Makefile
+++ b/devel/bullet/Makefile
@@ -8,6 +8,7 @@
PORTNAME= bullet
PORTVERSION= 2.77
CATEGORIES= devel
+PORTREVISION= 1
MASTER_SITES= GOOGLE_CODE
EXTRACT_SUFX= .tgz
diff --git a/devel/glui/Makefile b/devel/glui/Makefile
index 7f63a74ed950..1f9f12ae0745 100644
--- a/devel/glui/Makefile
+++ b/devel/glui/Makefile
@@ -7,6 +7,7 @@
PORTNAME= glui
PORTVERSION= 2.36
+PORTREVISION= 1
CATEGORIES= devel graphics
MASTER_SITES= SF/${PORTNAME}/Source/${PORTVERSION}
EXTRACT_SUFX= .tgz
diff --git a/devel/hs-haskell-platform/Makefile b/devel/hs-haskell-platform/Makefile
index c3985f877348..37c23e1ec2b4 100644
--- a/devel/hs-haskell-platform/Makefile
+++ b/devel/hs-haskell-platform/Makefile
@@ -18,14 +18,14 @@ LICENSE= BSD
METAPORT= yes
USE_CABAL= cgi==3001.1.7.4_4,1 \
fgl==5.4.2.4_2 \
- GLUT==2.1.2.1_4,1 \
+ GLUT==2.1.2.1_5,1 \
haskell-src==1.0.1.5_1 \
html==1.0.1.2_4 \
HTTP==4000.2.3_1 \
HUnit==1.2.4.2_2 \
mtl==2.1.1_1 \
network==2.3.0.13_1 \
- OpenGL==2.2.3.1_1,1 \
+ OpenGL==2.2.3.1_2,1 \
parallel==3.2.0.2_1 \
parsec==3.1.2_1 \
QuickCheck==2.4.2_1 \
diff --git a/devel/simgear/Makefile b/devel/simgear/Makefile
index b81d71cce95c..20c3328189d2 100644
--- a/devel/simgear/Makefile
+++ b/devel/simgear/Makefile
@@ -7,7 +7,7 @@
PORTNAME= simgear
PORTVERSION= 2.6.0
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= devel games
MASTER_SITES= http://mirrors.ibiblio.org/pub/mirrors/simgear/ftp/Source/ \
ftp://ftp.de.flightgear.org/pub/simgear/Source/ \