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 /science | |
parent | 6183944f6686e95d3a07984429b879614c46dedd (diff) | |
download | freebsd-ports-graphics-1b8e10c55262cd3b24039267af4bfdfc128a682d.tar.gz freebsd-ports-graphics-1b8e10c55262cd3b24039267af4bfdfc128a682d.tar.zst freebsd-ports-graphics-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 'science')
-rw-r--r-- | science/flounder/Makefile | 2 | ||||
-rw-r--r-- | science/ghemical/Makefile | 2 | ||||
-rw-r--r-- | science/liboglappth/Makefile | 2 | ||||
-rw-r--r-- | science/medit/Makefile | 1 | ||||
-rw-r--r-- | science/xmakemol/Makefile | 2 |
5 files changed, 5 insertions, 4 deletions
diff --git a/science/flounder/Makefile b/science/flounder/Makefile index ff7b0f29841..fceba98f4b3 100644 --- a/science/flounder/Makefile +++ b/science/flounder/Makefile @@ -8,7 +8,7 @@ PORTNAME= flounder PORTVERSION= 0.40 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= science MASTER_SITES= http://www.enel.ucalgary.ca/People/vigmond/flounder/ EXTRACT_SUFX= .tgz diff --git a/science/ghemical/Makefile b/science/ghemical/Makefile index f3b39fe8309..2c32bdbe017 100644 --- a/science/ghemical/Makefile +++ b/science/ghemical/Makefile @@ -6,7 +6,7 @@ PORTNAME= ghemical PORTVERSION= 2.99.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= science MASTER_SITES= http://www.uku.fi/~thassine/projects/download/release20090911/ \ http://bioinformatics.org/ghemical/download/ diff --git a/science/liboglappth/Makefile b/science/liboglappth/Makefile index 70c86f10250..915f27c4ba0 100644 --- a/science/liboglappth/Makefile +++ b/science/liboglappth/Makefile @@ -6,7 +6,7 @@ PORTNAME= liboglappth PORTVERSION= 0.98 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= science MASTER_SITES= http://www.uku.fi/~thassine/projects/download/current/ \ http://bioinformatics.org/ghemical/download/ diff --git a/science/medit/Makefile b/science/medit/Makefile index 54ff0cf3add..d9ff19ad705 100644 --- a/science/medit/Makefile +++ b/science/medit/Makefile @@ -6,6 +6,7 @@ PORTNAME= medit PORTVERSION= 2011.03.06 +PORTREVISION= 1 CATEGORIES= science graphics MASTER_SITES= http://www.ann.jussieu.fr/~frey/ftp/archives/ EXTRACT_SUFX= .tgz diff --git a/science/xmakemol/Makefile b/science/xmakemol/Makefile index 254af4a7cb3..32dda8928c7 100644 --- a/science/xmakemol/Makefile +++ b/science/xmakemol/Makefile @@ -6,7 +6,7 @@ PORTNAME= xmakemol PORTVERSION= 5.16 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= science MASTER_SITES= SAVANNAH |