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 /astro | |
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 'astro')
-rw-r--r-- | astro/boinc-astropulse/Makefile | 2 | ||||
-rw-r--r-- | astro/boinc-setiathome-enhanced/Makefile | 2 | ||||
-rw-r--r-- | astro/celestia/Makefile | 2 | ||||
-rw-r--r-- | astro/nightfall/Makefile | 2 | ||||
-rw-r--r-- | astro/openuniverse/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/astro/boinc-astropulse/Makefile b/astro/boinc-astropulse/Makefile index b358b830a4c8..4f580c9da685 100644 --- a/astro/boinc-astropulse/Makefile +++ b/astro/boinc-astropulse/Makefile @@ -6,7 +6,7 @@ PORTNAME= boinc-astropulse PORTVERSION= 6.01 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= astro MASTER_SITES= ftp://rene-ladan.nl/pub/distfiles/ DISTNAME= astropulse-svn-1280 diff --git a/astro/boinc-setiathome-enhanced/Makefile b/astro/boinc-setiathome-enhanced/Makefile index bda631f9b9af..8c69ea2760a4 100644 --- a/astro/boinc-setiathome-enhanced/Makefile +++ b/astro/boinc-setiathome-enhanced/Makefile @@ -6,7 +6,7 @@ PORTNAME= boinc-setiathome-enhanced PORTVERSION= 6.12 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= astro MASTER_SITES= ftp://rene-ladan.nl/pub/distfiles/ DISTNAME= setiathome-svn-1008 diff --git a/astro/celestia/Makefile b/astro/celestia/Makefile index 8440cd30cf05..00caf504c97b 100644 --- a/astro/celestia/Makefile +++ b/astro/celestia/Makefile @@ -7,7 +7,7 @@ PORTNAME= celestia PORTVERSION= 1.6.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= astro MASTER_SITES= SF/${PORTNAME}/Celestia-source/${PORTVERSION} PKGNAMESUFFIX= -${CELESTIA_UI} diff --git a/astro/nightfall/Makefile b/astro/nightfall/Makefile index 161e24a7a2d2..3335e7426430 100644 --- a/astro/nightfall/Makefile +++ b/astro/nightfall/Makefile @@ -7,7 +7,7 @@ PORTNAME= nightfall PORTVERSION= 1.70 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= astro MASTER_SITES= http://www.la-samhna.de/nightfall/ diff --git a/astro/openuniverse/Makefile b/astro/openuniverse/Makefile index cb1915fe1d93..399b73e208c7 100644 --- a/astro/openuniverse/Makefile +++ b/astro/openuniverse/Makefile @@ -7,7 +7,7 @@ PORTNAME= openuniverse DISTVERSION= 1.0beta3 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= astro MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/1.0beta3 |