diff options
169 files changed, 283 insertions, 186 deletions
diff --git a/astro/boinc-setiathome/Makefile b/astro/boinc-setiathome/Makefile index 4e3041820396..3e3bc115ec20 100644 --- a/astro/boinc-setiathome/Makefile +++ b/astro/boinc-setiathome/Makefile @@ -7,7 +7,7 @@ PORTNAME= boinc-setiathome PORTVERSION= 4.07.20050601 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= astro MASTER_SITES= http://setiweb.ssl.berkeley.edu/sah/seti_source/nightly/ \ ${MASTER_SITE_LOCAL} diff --git a/astro/celestia/Makefile b/astro/celestia/Makefile index 617183617c26..22b78697a9d4 100644 --- a/astro/celestia/Makefile +++ b/astro/celestia/Makefile @@ -7,7 +7,7 @@ PORTNAME= celestia PORTVERSION= 1.3.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= astro MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= celestia diff --git a/astro/nightfall/Makefile b/astro/nightfall/Makefile index 166104a1a7bb..f6b7ec1cae25 100644 --- a/astro/nightfall/Makefile +++ b/astro/nightfall/Makefile @@ -7,6 +7,7 @@ PORTNAME= nightfall PORTVERSION= 1.44 +PORTREVISION= 1 CATEGORIES= astro MASTER_SITES= http://www.lsw.uni-heidelberg.de/users/rwichman/ @@ -52,7 +53,7 @@ CONFIGURE_ARGS+= --with-pgplot-include=${LOCALBASE}/include \ .if defined(WITHOUT_OPENGL) CONFIGURE_ARGS+= --disable-opengl .else -LIB_DEPENDS+= glut.3:${PORTSDIR}/graphics/libglut \ +LIB_DEPENDS+= glut.4:${PORTSDIR}/graphics/libglut \ gtkgl-2.0.1:${PORTSDIR}/x11-toolkits/gtkglarea2 CONFIGURE_ARGS+= --with-lib-GL .endif diff --git a/astro/openuniverse/Makefile b/astro/openuniverse/Makefile index 525748cb6821..fbb3ec592260 100644 --- a/astro/openuniverse/Makefile +++ b/astro/openuniverse/Makefile @@ -7,7 +7,7 @@ PORTNAME= openuniverse PORTVERSION= 1.0.b3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= astro MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= openuniverse @@ -16,11 +16,11 @@ DISTNAME= ${PORTNAME}-1.0beta3 MAINTAINER= trevor@FreeBSD.org COMMENT= OpenGL Solar System simulator for X Window System -LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg +LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ + glut.4:${PORTSDIR}/graphics/libglut GNU_CONFIGURE= yes USE_GMAKE= yes -USE_MESA= yes CONFIGURE_ARGS= --includedir="${LOCALBASE}/include" \ --libdir="${LOCALBASE}/lib" \ diff --git a/audio/mbox/Makefile b/audio/mbox/Makefile index 015cd946774c..78a18d2c69fd 100644 --- a/audio/mbox/Makefile +++ b/audio/mbox/Makefile @@ -5,7 +5,7 @@ PORTNAME= mbox PORTVERSION= 0.5.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= http://www.mbox.wz.cz/src/ diff --git a/biology/L-Breeder/Makefile b/biology/L-Breeder/Makefile index 70f7f156e2c1..3ba614d356e7 100644 --- a/biology/L-Breeder/Makefile +++ b/biology/L-Breeder/Makefile @@ -8,7 +8,7 @@ PORTNAME= LBreeder PORTVERSION= 1.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= biology MASTER_SITES= http://www.simonyi.ox.ac.uk/dawkins/software/yan/L-Breeder/ DISTNAME= ${PORTNAME}-source @@ -17,7 +17,7 @@ MAINTAINER= dyeske@yahoo.com COMMENT= Allows you to display and breed L-system forms LIB_DEPENDS= wx_gtk2_gl-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk24 \ - glut.3:${PORTSDIR}/graphics/libglut + glut.4:${PORTSDIR}/graphics/libglut NO_WRKSUBDIR= yes BUILD_WRKSRC= ${WRKSRC}/Unix diff --git a/biology/molden/Makefile b/biology/molden/Makefile index c72ec9d9657f..c3cccad52deb 100644 --- a/biology/molden/Makefile +++ b/biology/molden/Makefile @@ -7,6 +7,7 @@ PORTNAME= molden PORTVERSION= 4.4 +PORTREVISION= 1 CATEGORIES= biology MASTER_SITES= ftp://ftp.cmbi.kun.nl/pub/molgraph/molden/ DISTNAME= ${PORTNAME}${PORTVERSION} @@ -16,8 +17,9 @@ EXTRACT_ONLY= ${PORTNAME}${PORTVERSION}.tar.Z MAINTAINER= ports@FreeBSD.org COMMENT= Display molecular orbitals and electron densities in 2D and 3D +LIB_DEPENDS= glut.4:${PORTSDIR}/graphics/libglut + USE_XLIB= yes -USE_MESA= yes RESTRICTED= "free for academic, non profit usage;" NO_CDROM= "Do not re-distribute source and executable." diff --git a/biology/pymol/Makefile b/biology/pymol/Makefile index efb1bc020af8..bf0094db674e 100644 --- a/biology/pymol/Makefile +++ b/biology/pymol/Makefile @@ -6,6 +6,7 @@ PORTNAME= pymol PORTVERSION= 0.98 +PORTREVISION= 1 CATEGORIES= biology python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= pymol @@ -18,7 +19,7 @@ COMMENT= Free and Open-Source molecular modeling system BUILD_DEPENDS= ${PYNUMERIC} RUN_DEPENDS= ${PYNUMERIC} \ ${PYTHON_SITELIBDIR}/Pmw:${PORTSDIR}/x11-toolkits/pmw -LIB_DEPENDS= glut.3:${PORTSDIR}/graphics/libglut \ +LIB_DEPENDS= glut.4:${PORTSDIR}/graphics/libglut \ png.5:${PORTSDIR}/graphics/png WRKSRC= ${WRKDIR}/pymol-${PORTVERSION} diff --git a/cad/calculix/Makefile b/cad/calculix/Makefile index 4b879ac032f3..7b12c292e42f 100644 --- a/cad/calculix/Makefile +++ b/cad/calculix/Makefile @@ -7,6 +7,7 @@ PORTNAME= CalculiX PORTVERSION= 1.4 +PORTREVISION= 1 CATEGORIES= cad MASTER_SITES= http://www.dhondt.de/ DISTFILES= ${DIST_SOURCES} @@ -34,7 +35,7 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libarpack.a:${PORTSDIR}/math/arpack \ ${LOCALBASE}/lib/libmetis.a:${PORTSDIR}/math/metis \ ${LOCALBASE}/lib/libtaucs.a:${PORTSDIR}/math/taucs LIB_DEPENDS= atlas.1:${PORTSDIR}/math/atlas \ - glut.3:${PORTSDIR}/graphics/libglut + glut.4:${PORTSDIR}/graphics/libglut USE_BZIP2= yes diff --git a/cad/leocad/Makefile b/cad/leocad/Makefile index 92b521275b07..dd4d46bfa147 100644 --- a/cad/leocad/Makefile +++ b/cad/leocad/Makefile @@ -7,7 +7,7 @@ PORTNAME= leocad PORTVERSION= 0.73 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= cad MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= arved @@ -19,10 +19,10 @@ COMMENT= A CAD program that uses bricks similar to those found in many toys EXTRACT_DEPENDS=unzip:${PORTSDIR}/archivers/unzip LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ - png.5:${PORTSDIR}/graphics/png + png.5:${PORTSDIR}/graphics/png \ + glut.4:${PORTSDIR}/graphics/libglut USE_X_PREFIX= yes -USE_MESA= yes USE_GMAKE= yes USE_GNOME= gtk12 USE_REINPLACE= yes diff --git a/cad/slffea/Makefile b/cad/slffea/Makefile index 7e5d0e9428fa..aa8e2dad4042 100644 --- a/cad/slffea/Makefile +++ b/cad/slffea/Makefile @@ -8,7 +8,7 @@ PORTNAME= slffea PORTVERSION= 1.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= cad MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -18,7 +18,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= jmelo@freebsdbrasil.com.br COMMENT= San Le's Free Finite Element Analysis -LIB_DEPENDS= glut.3:${PORTSDIR}/graphics/libglut +LIB_DEPENDS= glut.4:${PORTSDIR}/graphics/libglut CONFLICTS= swi-pl-[0-9]* TenDRA-[0-9]* diff --git a/databases/pydbdesigner/Makefile b/databases/pydbdesigner/Makefile index e154098be220..4783167064b1 100644 --- a/databases/pydbdesigner/Makefile +++ b/databases/pydbdesigner/Makefile @@ -9,7 +9,7 @@ PORTNAME= pydbdesigner PORTVERSION= 0.1.3 -PORTREVISION= 5 +PORTREVISION= 6 PORTEPOCH= 0 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} diff --git a/deskutils/checkrdf/Makefile b/deskutils/checkrdf/Makefile index fb10c8df7404..9ee785a6d580 100644 --- a/deskutils/checkrdf/Makefile +++ b/deskutils/checkrdf/Makefile @@ -7,6 +7,7 @@ PORTNAME= checkrdf PORTVERSION= 39.125 +PORTREVISION= 1 CATEGORIES= deskutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= checkrdf diff --git a/deskutils/cycle/Makefile b/deskutils/cycle/Makefile index cbb2f0dd3e54..deb204f1294a 100644 --- a/deskutils/cycle/Makefile +++ b/deskutils/cycle/Makefile @@ -7,6 +7,7 @@ PORTNAME= cycle PORTVERSION= 0.3.1 +PORTREVISION= 1 CATEGORIES= deskutils biology python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/devel/agide/Makefile b/devel/agide/Makefile index aac8ac317425..8847ecd022eb 100644 --- a/devel/agide/Makefile +++ b/devel/agide/Makefile @@ -7,7 +7,7 @@ PORTNAME= agide PORTVERSION= 0.121 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= a-a-p diff --git a/devel/boaconstructor/Makefile b/devel/boaconstructor/Makefile index bc755f7825fe..b714cbb053ed 100644 --- a/devel/boaconstructor/Makefile +++ b/devel/boaconstructor/Makefile @@ -7,7 +7,7 @@ PORTNAME= boaconstructor PORTVERSION= 0.4.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= boa-constructor diff --git a/devel/darcs/Makefile b/devel/darcs/Makefile index 163eedc0479f..5e773cd92f48 100644 --- a/devel/darcs/Makefile +++ b/devel/darcs/Makefile @@ -7,6 +7,7 @@ PORTNAME= darcs PORTVERSION= 1.0.5 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://darcs.net/ diff --git a/devel/drpython/Makefile b/devel/drpython/Makefile index d8c3b870b15b..2ce866789e96 100644 --- a/devel/drpython/Makefile +++ b/devel/drpython/Makefile @@ -7,7 +7,7 @@ PORTNAME= drpython PORTVERSION= 3.10.13 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/devel/glui/Makefile b/devel/glui/Makefile index b550d238c8c8..11f962df406b 100644 --- a/devel/glui/Makefile +++ b/devel/glui/Makefile @@ -7,7 +7,7 @@ PORTNAME= glui PORTVERSION= 2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel graphics MASTER_SITES= http://www.cs.unc.edu/~rademach/glui/src/release/ DISTNAME= glui_v2_1_beta @@ -15,7 +15,7 @@ DISTNAME= glui_v2_1_beta MAINTAINER= ports@FreeBSD.org COMMENT= GLUT-based C++ user interface library -LIB_DEPENDS= glut.3:${PORTSDIR}/graphics/libglut +LIB_DEPENDS= glut.4:${PORTSDIR}/graphics/libglut USE_GL= yes USE_GMAKE= yes diff --git a/devel/hs-alex/Makefile b/devel/hs-alex/Makefile index 2c133ca4a01e..51495f207f25 100644 --- a/devel/hs-alex/Makefile +++ b/devel/hs-alex/Makefile @@ -6,6 +6,7 @@ PORTNAME= alex PORTVERSION= 2.0.1 +PORTREVISION= 1 CATEGORIES= devel haskell MASTER_SITES= http://www.haskell.org/alex/dist/ \ http://www.haskell.org/alex/doc/:doc diff --git a/devel/hs-buddha/Makefile b/devel/hs-buddha/Makefile index 18152760a3e5..2b8a183fc236 100644 --- a/devel/hs-buddha/Makefile +++ b/devel/hs-buddha/Makefile @@ -7,6 +7,7 @@ PORTNAME= buddha PORTVERSION= 1.2 +PORTREVISION= 1 CATEGORIES= devel haskell MASTER_SITES= http://www.cs.mu.oz.au/~bjpop/buddha/download/ PKGNAMEPREFIX= hs- diff --git a/devel/hs-c2hs/Makefile b/devel/hs-c2hs/Makefile index d1f33cfe446a..02ad445390af 100644 --- a/devel/hs-c2hs/Makefile +++ b/devel/hs-c2hs/Makefile @@ -7,7 +7,7 @@ PORTNAME= c2hs PORTVERSION= 0.13.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel haskell MASTER_SITES= http://www.cse.unsw.edu.au/~chak/haskell/c2hs/ PKGNAMEPREFIX= hs- diff --git a/devel/hs-cpphs/Makefile b/devel/hs-cpphs/Makefile index 03fa44eb4dab..3a83bb177175 100644 --- a/devel/hs-cpphs/Makefile +++ b/devel/hs-cpphs/Makefile @@ -7,6 +7,7 @@ PORTNAME= cpphs PORTVERSION= 1.1 +PORTREVISION= 1 CATEGORIES= devel haskell MASTER_SITES= http://www.cs.york.ac.uk/fp/cpphs/ PKGNAMEPREFIX= hs- diff --git a/devel/hs-crypto/Makefile b/devel/hs-crypto/Makefile index 398bc67d5768..be3f3ee5930a 100644 --- a/devel/hs-crypto/Makefile +++ b/devel/hs-crypto/Makefile @@ -7,6 +7,7 @@ PORTNAME= crypto PORTVERSION= 1.2.2 +PORTREVISION= 1 CATEGORIES= devel haskell MASTER_SITES= http://www.haskell.org/crypto/downloads/ PKGNAMEPREFIX= hs- diff --git a/devel/hs-darcs/Makefile b/devel/hs-darcs/Makefile index 163eedc0479f..5e773cd92f48 100644 --- a/devel/hs-darcs/Makefile +++ b/devel/hs-darcs/Makefile @@ -7,6 +7,7 @@ PORTNAME= darcs PORTVERSION= 1.0.5 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://darcs.net/ diff --git a/devel/hs-drift/Makefile b/devel/hs-drift/Makefile index e4ec705bb939..ff90ac344316 100644 --- a/devel/hs-drift/Makefile +++ b/devel/hs-drift/Makefile @@ -6,6 +6,7 @@ PORTNAME= drift PORTVERSION= 2.1.0 +PORTREVISION= 1 CATEGORIES= devel haskell MASTER_SITES= http://repetae.net/john/computer/haskell/DrIFT/drop/ PKGNAMEPREFIX= hs- diff --git a/devel/hs-green-card/Makefile b/devel/hs-green-card/Makefile index e3129ddbaca2..d9e76041876c 100644 --- a/devel/hs-green-card/Makefile +++ b/devel/hs-green-card/Makefile @@ -7,6 +7,7 @@ PORTNAME= green-card PORTVERSION= 3.0.1 +PORTREVISION= 1 CATEGORIES= devel haskell MASTER_SITES= http://haskell.org/greencard/downloads/ PKGNAMEPREFIX= hs- diff --git a/devel/hs-haddock/Makefile b/devel/hs-haddock/Makefile index bebc77dd4cca..bf26c37180ee 100644 --- a/devel/hs-haddock/Makefile +++ b/devel/hs-haddock/Makefile @@ -6,6 +6,7 @@ PORTNAME= haddock PORTVERSION= 0.7 +PORTREVISION= 1 CATEGORIES= devel haskell MASTER_SITES= http://www.haskell.org/haddock/ PKGNAMEPREFIX= hs- diff --git a/devel/hs-happy/Makefile b/devel/hs-happy/Makefile index 7c2356fd41f8..ad48e5a1d2b8 100644 --- a/devel/hs-happy/Makefile +++ b/devel/hs-happy/Makefile @@ -6,6 +6,7 @@ PORTNAME= happy PORTVERSION= 1.15 +PORTREVISION= 1 CATEGORIES= devel haskell MASTER_SITES= http://www.haskell.org/happy/dist/${PORTVERSION}/ PKGNAMEPREFIX= hs- diff --git a/devel/hs-hat/Makefile b/devel/hs-hat/Makefile index a17667173f60..55b4098e7f94 100644 --- a/devel/hs-hat/Makefile +++ b/devel/hs-hat/Makefile @@ -7,7 +7,7 @@ PORTNAME= hat PORTVERSION= 2.04 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel haskell MASTER_SITES= ftp://ftp.cs.york.ac.uk/pub/haskell/${PORTNAME}/ PKGNAMEPREFIX= hs- diff --git a/devel/hs-hdoc/Makefile b/devel/hs-hdoc/Makefile index 73ee1b84787b..78699c04cfd5 100644 --- a/devel/hs-hdoc/Makefile +++ b/devel/hs-hdoc/Makefile @@ -6,6 +6,7 @@ PORTNAME= hdoc PORTVERSION= 0.8.3 +PORTREVISION= 1 CATEGORIES= devel haskell MASTER_SITES= http://www.fmi.uni-passau.de/~groessli/hdoc/ PKGNAMEPREFIX= hs- diff --git a/devel/hs-hmake/Makefile b/devel/hs-hmake/Makefile index fed631521700..49770d6c8ad4 100644 --- a/devel/hs-hmake/Makefile +++ b/devel/hs-hmake/Makefile @@ -7,7 +7,7 @@ PORTNAME= hmake PORTVERSION= 3.10 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel haskell MASTER_SITES= http://www.haskell.org/hmake/ \ ftp://ftp.cs.york.ac.uk/pub/haskell/hmake/ \ diff --git a/devel/hs-hpl/Makefile b/devel/hs-hpl/Makefile index e651c4470ff5..e8a369a6a12a 100644 --- a/devel/hs-hpl/Makefile +++ b/devel/hs-hpl/Makefile @@ -7,6 +7,7 @@ PORTNAME= hpl PORTVERSION= 0.4.3 +PORTREVISION= 1 CATEGORIES= devel haskell MASTER_SITES= http://www.cse.unsw.edu.au/~chak/haskell/ports/ PKGNAMEPREFIX= hs- diff --git a/devel/hs-idoc/Makefile b/devel/hs-idoc/Makefile index afefabaded55..3d3334c4555b 100644 --- a/devel/hs-idoc/Makefile +++ b/devel/hs-idoc/Makefile @@ -6,6 +6,7 @@ PORTNAME= idoc PORTVERSION= 0.2.6 +PORTREVISION= 1 CATEGORIES= devel haskell MASTER_SITES= http://www.cse.unsw.edu.au/~chak/haskell/idoc/ PKGNAMEPREFIX= hs- diff --git a/devel/hs-tclhaskell-ghc/Makefile b/devel/hs-tclhaskell-ghc/Makefile index 270dbb95acb9..c0b7dea73457 100644 --- a/devel/hs-tclhaskell-ghc/Makefile +++ b/devel/hs-tclhaskell-ghc/Makefile @@ -6,7 +6,7 @@ PORTNAME= tclhaskell PORTVERSION= 1.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel haskell tcl83 MASTER_SITES= http://www.dcs.gla.ac.uk/~meurig/TclHaskell/ PKGNAMEPREFIX= hs- diff --git a/devel/ocaml-sdl/Makefile b/devel/ocaml-sdl/Makefile index 6f239355e73c..bb3c9f1a4074 100644 --- a/devel/ocaml-sdl/Makefile +++ b/devel/ocaml-sdl/Makefile @@ -8,6 +8,7 @@ PORTNAME= sdl PORTVERSION= 0.7.1 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ocamlsdl diff --git a/devel/py-ui/Makefile b/devel/py-ui/Makefile index f804ce08f7a1..937bcf38cabf 100644 --- a/devel/py-ui/Makefile +++ b/devel/py-ui/Makefile @@ -8,7 +8,7 @@ PORTNAME= ui PORTVERSION= 0.95 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= pyui diff --git a/devel/ruby-sdl/Makefile b/devel/ruby-sdl/Makefile index 82e37991e9ac..8fcfdf42f14e 100644 --- a/devel/ruby-sdl/Makefile +++ b/devel/ruby-sdl/Makefile @@ -7,7 +7,7 @@ PORTNAME= sdl PORTVERSION= 0.9.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel graphics audio ruby MASTER_SITES= http://www.kmc.gr.jp/~ohai/rubysdl/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} diff --git a/devel/wxGlade/Makefile b/devel/wxGlade/Makefile index 70bff79ea0bc..d15d307f34a1 100644 --- a/devel/wxGlade/Makefile +++ b/devel/wxGlade/Makefile @@ -6,7 +6,7 @@ PORTNAME= wxglade PORTVERSION= 0.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel x11-toolkits python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/emulators/linux-winetools/Makefile b/emulators/linux-winetools/Makefile index 26d5b499253b..1976c3a9b0fa 100644 --- a/emulators/linux-winetools/Makefile +++ b/emulators/linux-winetools/Makefile @@ -7,6 +7,7 @@ PORTNAME= winetools PORTVERSION= 1.30 +PORTREVISION= 1 CATEGORIES= emulators linux MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:S/%SUBDIR%/winetools/} PKGNAMEPREFIX= linux- diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index 3fd49c365dc4..3a300e1e1196 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -8,6 +8,7 @@ PORTNAME= wine PORTVERSION= 0.9.5 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= http://ibiblio.org/pub/linux/system/emulators/wine/ \ @@ -17,7 +18,9 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= gerald@FreeBSD.org COMMENT= Microsoft Windows compatibility layer for Unix-like systems -LIB_DEPENDS= lcms.1:${PORTSDIR}/graphics/lcms +# wine/dlls/glut32/ depends on the presence of libglut. +LIB_DEPENDS= lcms.1:${PORTSDIR}/graphics/lcms \ + glut.4:${PORTSDIR}/graphics/libglut GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS=-I${PREFIX}/include LDFLAGS=-L${PREFIX}/lib LIBS=-Wl,-rpath,${PREFIX}/lib/wine @@ -30,7 +33,6 @@ USE_BISON= yes USE_BZIP2= yes USE_GMAKE= yes USE_GL= yes -USE_MESA= yes # wine/dlls/glut32/ depends on the presence of libglut. USE_XPM= yes SUB_FILES= pkg-message wine.sh diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index 3fd49c365dc4..3a300e1e1196 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -8,6 +8,7 @@ PORTNAME= wine PORTVERSION= 0.9.5 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= http://ibiblio.org/pub/linux/system/emulators/wine/ \ @@ -17,7 +18,9 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= gerald@FreeBSD.org COMMENT= Microsoft Windows compatibility layer for Unix-like systems -LIB_DEPENDS= lcms.1:${PORTSDIR}/graphics/lcms +# wine/dlls/glut32/ depends on the presence of libglut. +LIB_DEPENDS= lcms.1:${PORTSDIR}/graphics/lcms \ + glut.4:${PORTSDIR}/graphics/libglut GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS=-I${PREFIX}/include LDFLAGS=-L${PREFIX}/lib LIBS=-Wl,-rpath,${PREFIX}/lib/wine @@ -30,7 +33,6 @@ USE_BISON= yes USE_BZIP2= yes USE_GMAKE= yes USE_GL= yes -USE_MESA= yes # wine/dlls/glut32/ depends on the presence of libglut. USE_XPM= yes SUB_FILES= pkg-message wine.sh diff --git a/ftp/ftpcube/Makefile b/ftp/ftpcube/Makefile index e94d2742898c..b345a3d5ae4c 100644 --- a/ftp/ftpcube/Makefile +++ b/ftp/ftpcube/Makefile @@ -8,7 +8,7 @@ PORTNAME= ftpcube PORTVERSION= 0.4.3 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= ftp python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/games/BillardGL/Makefile b/games/BillardGL/Makefile index cc36c4551863..fd80d6e753bd 100644 --- a/games/BillardGL/Makefile +++ b/games/BillardGL/Makefile @@ -7,7 +7,7 @@ PORTNAME= BillardGL PORTVERSION= 1.75 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= billardgl @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= billardgl MAINTAINER= ip@doom.homeunix.org COMMENT= An OpenGL billiard simulator -LIB_DEPENDS= glut.3:${PORTSDIR}/graphics/libglut +LIB_DEPENDS= glut.4:${PORTSDIR}/graphics/libglut WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src diff --git a/games/KnightCap/Makefile b/games/KnightCap/Makefile index edfe375fb86f..6a6875c08e1b 100644 --- a/games/KnightCap/Makefile +++ b/games/KnightCap/Makefile @@ -7,7 +7,7 @@ PORTNAME= knightcap PORTVERSION= 3.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= ftp://ftp.samba.org/pub/KnightCap/ DISTNAME= KnightCap-${PORTVERSION} @@ -15,7 +15,7 @@ DISTNAME= KnightCap-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Chess program with 3D interface for X Window System -LIB_DEPENDS= glut.3:${PORTSDIR}/graphics/libglut +LIB_DEPENDS= glut.4:${PORTSDIR}/graphics/libglut WRKSRC= ${WRKDIR}/Export diff --git a/games/airrox/Makefile b/games/airrox/Makefile index 172d796a138c..d84ac8e44888 100644 --- a/games/airrox/Makefile +++ b/games/airrox/Makefile @@ -7,6 +7,7 @@ PORTNAME= airrox PORTVERSION= 0.0.4 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,7 +16,7 @@ DISTNAME= ${PORTNAME}-0.04 MAINTAINER= alejandro@varnet.biz COMMENT= An 3D Air Hockey, which uses SDL & OpenGL -LIB_DEPENDS= glut.3:${PORTSDIR}/graphics/libglut +LIB_DEPENDS= glut.4:${PORTSDIR}/graphics/libglut USE_GMAKE= yes USE_SDL= mixer net sdl diff --git a/games/atr3d/Makefile b/games/atr3d/Makefile index b40aa6a1ac81..851837b46b5c 100644 --- a/games/atr3d/Makefile +++ b/games/atr3d/Makefile @@ -7,7 +7,7 @@ PORTNAME= atr3d PORTVERSION= 0.6 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games MASTER_SITES= ftp://ftp.avoidtheroid.com/pub/${PORTNAME}/ DISTNAME= ${PORTNAME}_source_${PORTVERSION} @@ -17,7 +17,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= 3D asteroids-like multiplayer game LIB_DEPENDS= openal.0:${PORTSDIR}/audio/openal \ - glut.3:${PORTSDIR}/graphics/libglut + glut.4:${PORTSDIR}/graphics/libglut SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config diff --git a/games/cake/Makefile b/games/cake/Makefile index b1049eeba171..3abe807f9b96 100644 --- a/games/cake/Makefile +++ b/games/cake/Makefile @@ -7,6 +7,7 @@ PORTNAME= cake PORTVERSION= 2005.12.26 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://www.calodox.scene.org/morbac/cake/download/ \ http://freebsd.nsu.ru/distfiles/ @@ -18,7 +19,7 @@ COMMENT= Quake3 map viewer .if defined(WITH_FREEGLUT) LIB_DEPENDS= glut.11:${PORTSDIR}/x11-toolkits/freeglut .else -LIB_DEPENDS= glut.3:${PORTSDIR}/graphics/libglut +LIB_DEPENDS= glut.4:${PORTSDIR}/graphics/libglut .endif LIB_DEPENDS+= jpeg.9:${PORTSDIR}/graphics/jpeg diff --git a/games/construo/Makefile b/games/construo/Makefile index b6b8b0289a8e..5c230d7807fa 100644 --- a/games/construo/Makefile +++ b/games/construo/Makefile @@ -7,6 +7,7 @@ PORTNAME= construo PORTVERSION= 0.2.2 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= construo @@ -29,7 +30,7 @@ OPTIONS= GLUT "Use glut" on .include <bsd.port.pre.mk> .if defined(WITH_GLUT) -LIB_DEPENDS= glut.3:${PORTSDIR}/graphics/libglut +LIB_DEPENDS= glut.4:${PORTSDIR}/graphics/libglut PLIST_SUB+= GLUTBIN:="" .else PLIST_SUB+= GLUTBIN:="@comment " diff --git a/games/crack-attack/Makefile b/games/crack-attack/Makefile index 9668a9c33c23..025ada8c779b 100644 --- a/games/crack-attack/Makefile +++ b/games/crack-attack/Makefile @@ -6,7 +6,7 @@ PORTNAME= crack-attack PORTVERSION= 1.1.14 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= pav@FreeBSD.org COMMENT= OpenGL game based on Super Nintendo classic Tetris Attack -LIB_DEPENDS= glut.3:${PORTSDIR}/graphics/libglut +LIB_DEPENDS= glut.4:${PORTSDIR}/graphics/libglut USE_X_PREFIX= yes USE_GNOME= gtk20 diff --git a/games/egoboo/Makefile b/games/egoboo/Makefile index 774064eb0738..7b80e7cff269 100644 --- a/games/egoboo/Makefile +++ b/games/egoboo/Makefile @@ -6,7 +6,7 @@ PORTNAME= egoboo PORTVERSION= 2.22 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=${PORTNAME} @@ -16,10 +16,10 @@ MAINTAINER= Jan.Stocker@t-online.de COMMENT= A 3d dungeon crawling adventure in the spirit of NetHack PATCH_DEPENDS= gmake:${PORTSDIR}/devel/gmake +LIB_DEPENDS= glut.4:${PORTSDIR}/graphics/libglut WRKSRC= ${WRKDIR}/${PORTNAME} USE_SDL= sdl -USE_MESA= yes USE_GMAKE= yes USE_REINPLACE= yes diff --git a/games/ensemblist/Makefile b/games/ensemblist/Makefile index 1ae71ae3037e..17be6c1baac5 100644 --- a/games/ensemblist/Makefile +++ b/games/ensemblist/Makefile @@ -7,6 +7,7 @@ PORTNAME= ensemblist PORTVERSION= 040126 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -14,7 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ip@doom.homeunix.org COMMENT= Assemble given shapes from primitives -LIB_DEPENDS= glut.3:${PORTSDIR}/graphics/libglut \ +LIB_DEPENDS= glut.4:${PORTSDIR}/graphics/libglut \ mikmod.2:${PORTSDIR}/audio/libmikmod \ png.5:${PORTSDIR}/graphics/png diff --git a/games/fgkicker/Makefile b/games/fgkicker/Makefile index dc5e339dd6ec..32162ce89dfe 100644 --- a/games/fgkicker/Makefile +++ b/games/fgkicker/Makefile @@ -7,7 +7,7 @@ PORTNAME= fgkicker PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= http://www.larfeliz.be/projects/files/fgkicker/ EXTRACT_SUFX= .tgz diff --git a/games/flightgear-atlas/Makefile b/games/flightgear-atlas/Makefile index da850e425203..bac86a938779 100644 --- a/games/flightgear-atlas/Makefile +++ b/games/flightgear-atlas/Makefile @@ -7,7 +7,7 @@ PORTNAME= flightgear-atlas PORTVERSION= 0.3.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= atlas @@ -20,7 +20,7 @@ BUILD_DEPENDS= ${X11BASE}/lib/libplibsl.a:${PORTSDIR}/x11-toolkits/plib \ ${X11BASE}/include/simgear/version.h:${PORTSDIR}/devel/simgear LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ jpeg.9:${PORTSDIR}/graphics/jpeg \ - glut.3:${PORTSDIR}/graphics/libglut + glut.4:${PORTSDIR}/graphics/libglut RUN_DEPENDS= ${X11BASE}/lib/libplibsl.a:${PORTSDIR}/x11-toolkits/plib \ ${X11BASE}/include/simgear/version.h:${PORTSDIR}/devel/simgear \ ${X11BASE}/share/FlightGear/version:${PORTSDIR}/games/fgfs-base diff --git a/games/flightgear-l410/Makefile b/games/flightgear-l410/Makefile index 454353a28f74..81a00c6bb26e 100644 --- a/games/flightgear-l410/Makefile +++ b/games/flightgear-l410/Makefile @@ -7,7 +7,7 @@ PORTNAME= flightgear-l410 PORTVERSION= 4.0 -PORTREVISION= 0 +PORTREVISION= 1 MASTER_SITES= http://javky.rozhled.cz/download/fgfsl410/:l410 DISTNAME= FlightGear-${FGVERSION} DISTFILES= ${DATADIST}:l410 ${SRCDIST}:l410 diff --git a/games/flightgear/Makefile b/games/flightgear/Makefile index 417f4cc54ab1..cf8e64175fcb 100644 --- a/games/flightgear/Makefile +++ b/games/flightgear/Makefile @@ -7,6 +7,7 @@ PORTNAME?= FlightGear PORTVERSION?= ${FGVERSION} +PORTREVISION= 1 PORTREVISION?= 1 CATEGORIES= games MASTER_SITES+= ftp://ftp.flightgear.org/pub/fgfs/Source/:fg \ diff --git a/games/foobillard/Makefile b/games/foobillard/Makefile index 25fe221841f3..3e5d194678e9 100644 --- a/games/foobillard/Makefile +++ b/games/foobillard/Makefile @@ -7,7 +7,7 @@ PORTNAME= foobillard PORTVERSION= 2.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= http://foobillard.sunsite.dk/dnl/ @@ -38,7 +38,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ USE_SDL= yes CONFIGURE_ARGS+= --enable-SDL .else -LIB_DEPENDS+= glut.3:${PORTSDIR}/graphics/libglut +LIB_DEPENDS+= glut.4:${PORTSDIR}/graphics/libglut CONFIGURE_ARGS+= --enable-glut .endif diff --git a/games/gl-117/Makefile b/games/gl-117/Makefile index c6ef4308c162..4eb79bbda53d 100644 --- a/games/gl-117/Makefile +++ b/games/gl-117/Makefile @@ -8,6 +8,7 @@ PORTNAME= gl-117 PORTVERSION= 1.3.2 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -16,7 +17,7 @@ DISTVERSIONSUFFIX= -src MAINTAINER= erik@smluc.org COMMENT= An OpenGL & SDL action flight simulator -LIB_DEPENDS= glut.3:${PORTSDIR}/graphics/libglut +LIB_DEPENDS= glut.4:${PORTSDIR}/graphics/libglut USE_SDL= mixer sdl USE_GL= yes diff --git a/games/glasteroids/Makefile b/games/glasteroids/Makefile index c0dae1f4edb9..6e7282a012bb 100644 --- a/games/glasteroids/Makefile +++ b/games/glasteroids/Makefile @@ -7,7 +7,7 @@ PORTNAME= glasteroids PORTVERSION= 1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= http://www.honors.montana.edu/~jjc/Glasteroids/ DISTNAME= Glasteriods @@ -15,7 +15,7 @@ DISTNAME= Glasteriods MAINTAINER= ports@FreeBSD.org COMMENT= 3D Asteroids game for X Window System -LIB_DEPENDS= glut.3:${PORTSDIR}/graphics/libglut +LIB_DEPENDS= glut.4:${PORTSDIR}/graphics/libglut WRKSRC= ${WRKDIR}/Glasteroids diff --git a/games/gleyes/Makefile b/games/gleyes/Makefile index b513beb4d6d4..fd82613295fb 100644 --- a/games/gleyes/Makefile +++ b/games/gleyes/Makefile @@ -7,7 +7,7 @@ PORTNAME= gleyes PORTVERSION= 0.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= ftp://ftp.riken.go.jp/pub/X11/acontrib/gleyes/ \ ftp://ftp.kddlabs.co.jp/.1/X11/acontrib/gleyes/ \ @@ -21,7 +21,7 @@ COMMENT= GLUT version of Xeyes DEPRECATED= "mastersite disappeared, no longer maintained by author" EXPIRATION_DATE= 2006-01-06 -LIB_DEPENDS= glut.3:${PORTSDIR}/graphics/libglut +LIB_DEPENDS= glut.4:${PORTSDIR}/graphics/libglut USE_X_PREFIX= yes USE_GL= yes diff --git a/games/gracer/Makefile b/games/gracer/Makefile index d6534ceab21d..69d6d0fac65c 100644 --- a/games/gracer/Makefile +++ b/games/gracer/Makefile @@ -7,7 +7,7 @@ PORTNAME= gracer PORTVERSION= 0.1.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -19,9 +19,9 @@ BUILD_DEPENDS= ${X11BASE}/lib/libplibsl.a:${PORTSDIR}/x11-toolkits/plib LIB_DEPENDS= ungif.5:${PORTSDIR}/graphics/libungif \ png.5:${PORTSDIR}/graphics/png \ jpeg.9:${PORTSDIR}/graphics/jpeg \ - tcl82.1:${PORTSDIR}/lang/tcl82 + tcl82.1:${PORTSDIR}/lang/tcl82 \ + glut.4:${PORTSDIR}/graphics/libglut -USE_MESA= YES USE_PERL5_BUILD=yes USE_AUTOTOOLS= autoconf:213 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include \ diff --git a/games/tank/Makefile b/games/tank/Makefile index a5d49ccafdb8..1c9e4f26c101 100644 --- a/games/tank/Makefile +++ b/games/tank/Makefile @@ -7,7 +7,7 @@ PORTNAME= tank PORTVERSION= 0.4a -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= http://step.polymtl.ca/~coyote/tank/ EXTRACT_SUFX= -src.tar.gz diff --git a/games/tux-aqfh/Makefile b/games/tux-aqfh/Makefile index 95799eea8abb..ab9198d8404d 100644 --- a/games/tux-aqfh/Makefile +++ b/games/tux-aqfh/Makefile @@ -7,7 +7,7 @@ PORTNAME= tux_aqfh PORTVERSION= 1.0.14 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= http://tuxaqfh.sourceforge.net/dist/ @@ -15,7 +15,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= An OpenGL adventure game BUILD_DEPENDS= ${X11BASE}/lib/libplibsl.a:${PORTSDIR}/x11-toolkits/plib -LIB_DEPENDS= glut.3:${PORTSDIR}/graphics/libglut +LIB_DEPENDS= glut.4:${PORTSDIR}/graphics/libglut USE_X_PREFIX= yes USE_GL= yes diff --git a/games/vamos/Makefile b/games/vamos/Makefile index 816f78c0be2f..c22f145bff19 100644 --- a/games/vamos/Makefile +++ b/games/vamos/Makefile @@ -8,7 +8,7 @@ PORTNAME= vamos PORTVERSION= 0.5.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -19,7 +19,7 @@ COMMENT= An automotive simulation framework BUILD_DEPENDS= ${X11BASE}/lib/libplibul.a:${PORTSDIR}/x11-toolkits/plib LIB_DEPENDS= cppunit-1.10.2:${PORTSDIR}/devel/cppunit \ sigc-1.2.5:${PORTSDIR}/devel/libsigc++12 \ - glut.3:${PORTSDIR}/graphics/libglut \ + glut.4:${PORTSDIR}/graphics/libglut \ png.5:${PORTSDIR}/graphics/png USE_GL= yes diff --git a/games/xracer/Makefile b/games/xracer/Makefile index 69c6a80dd30d..62524009ed69 100644 --- a/games/xracer/Makefile +++ b/games/xracer/Makefile @@ -7,7 +7,7 @@ PORTNAME= xracer PORTVERSION= 0.94 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= http://xracer.annexia.org/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} xracer-data.tar.gz @@ -17,10 +17,10 @@ COMMENT= Awesome WipeOut clone for OpenGL and X11! BROKEN= "Unfetchable" -LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg +LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ + glut.4:${PORTSDIR}/graphics/libglut USE_XLIB= yes -USE_MESA= yes USE_GMAKE= yes USE_AUTOTOOLS= automake:14 autoconf:213 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS}" \ diff --git a/graphics/OpenEXR/Makefile b/graphics/OpenEXR/Makefile index 7e9f59048d75..f32a837fba24 100644 --- a/graphics/OpenEXR/Makefile +++ b/graphics/OpenEXR/Makefile @@ -7,7 +7,7 @@ PORTNAME= OpenEXR PORTVERSION= 1.2.2 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= graphics devel MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= openexr @@ -27,11 +27,11 @@ EXAMPLESDIR= ${PREFIX}/share/examples/${PORTNAME}-${PORTVERSION} .if !defined(WITHOUT_X11) && defined(WITH_FLTK) CONFIGURE_ARGS+=--with-fltk-config=${X11BASE}/bin/fltk-config -USE_MESA= YES CFLAGS+= ${PTHREAD_CFLAGS} LDFLAGS+= ${PTHREAD_LIBS} PLIST_SUB+= WITH_FLTK= -LIB_DEPENDS= fltk.1:${PORTSDIR}/x11-toolkits/fltk-threads +LIB_DEPENDS= fltk.1:${PORTSDIR}/x11-toolkits/fltk-threads \ + glut.4:${PORTSDIR}/graphics/libglut .else CONFIGURE_ARGS+=--with-fltk-config=${FALSE} --without-x PLIST_SUB+= WITH_FLTK="@comment " diff --git a/graphics/animabob/Makefile b/graphics/animabob/Makefile index 4b120279f858..8985a97272a0 100644 --- a/graphics/animabob/Makefile +++ b/graphics/animabob/Makefile @@ -7,6 +7,7 @@ PORTNAME= animabob PORTVERSION= 1.3.0b +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= # @@ -16,8 +17,9 @@ COMMENT= Interactive 3D volume renderer DEPRECATED= mastersite disappeared, no longer maintained by author EXPIRATION_DATE= 2006-02-16 +LIB_DEPENDS= glut.4:${PORTSDIR}/graphics/libglut + USE_IMAKE= yes -USE_MESA= yes USE_MOTIF= yes USE_REINPLACE= yes ALL_TARGET= build diff --git a/graphics/blender/Makefile b/graphics/blender/Makefile index 5cca03fff7ed..e9b5021c7645 100644 --- a/graphics/blender/Makefile +++ b/graphics/blender/Makefile @@ -7,7 +7,7 @@ PORTNAME= blender PORTVERSION= 2.25 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics games MASTER_SITES= http://download.blender.org/release/Publisher${PORTVERSION}/ DISTNAME= blender-publisher-${PORTVERSION}-freebsd-4.2-i386 @@ -16,10 +16,11 @@ DIST_SUBDIR= blender MAINTAINER= dyeske@yahoo.com COMMENT= Fully functional 3D modeling/rendering/animation/gaming package +LIB_DEPENDS= glut.4:${PORTSDIR}/graphics/libglut + USE_X_PREFIX= YES NO_BUILD= YES ONLY_FOR_ARCHS= i386 -USE_MESA= YES .include <bsd.port.pre.mk> diff --git a/graphics/crystalentitylayer-devel/Makefile b/graphics/crystalentitylayer-devel/Makefile index 1d876e767278..6d6c8c4431c1 100644 --- a/graphics/crystalentitylayer-devel/Makefile +++ b/graphics/crystalentitylayer-devel/Makefile @@ -7,6 +7,7 @@ PORTNAME= crystalentitylayer PORTVERSION= 0.99 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= cel diff --git a/graphics/crystalentitylayer/Makefile b/graphics/crystalentitylayer/Makefile index 1d876e767278..6d6c8c4431c1 100644 --- a/graphics/crystalentitylayer/Makefile +++ b/graphics/crystalentitylayer/Makefile @@ -7,6 +7,7 @@ PORTNAME= crystalentitylayer PORTVERSION= 0.99 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= cel diff --git a/graphics/crystalspace-devel/Makefile b/graphics/crystalspace-devel/Makefile index 435165270870..559c3a317668 100644 --- a/graphics/crystalspace-devel/Makefile +++ b/graphics/crystalspace-devel/Makefile @@ -7,6 +7,7 @@ PORTNAME= crystalspace PORTVERSION= 0.99 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= crystal diff --git a/graphics/crystalspace/Makefile b/graphics/crystalspace/Makefile index 435165270870..559c3a317668 100644 --- a/graphics/crystalspace/Makefile +++ b/graphics/crystalspace/Makefile @@ -7,6 +7,7 @@ PORTNAME= crystalspace PORTVERSION= 0.99 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= crystal diff --git a/graphics/driconf/Makefile b/graphics/driconf/Makefile index e70bb10b0905..d8fa7b79e072 100644 --- a/graphics/driconf/Makefile +++ b/graphics/driconf/Makefile @@ -7,13 +7,14 @@ PORTNAME= driconf PORTVERSION= 0.2.6 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://dri.freedesktop.org/~fxkuehl/driconf/ MAINTAINER= anholt@FreeBSD.org COMMENT= Configuration program for DRI drivers -LIB_DEPENDS= glut.3:${PORTSDIR}/graphics/libglut +LIB_DEPENDS= glut.4:${PORTSDIR}/graphics/libglut RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-2.0/gtk/__init__.py:${PORTSDIR}/x11-toolkits/py-gtk2 USE_PYTHON= yes diff --git a/graphics/dynamechs/Makefile b/graphics/dynamechs/Makefile index 3966c1d4965f..89318dc6fca1 100644 --- a/graphics/dynamechs/Makefile +++ b/graphics/dynamechs/Makefile @@ -8,7 +8,7 @@ PORTNAME= dynamechs PORTVERSION= 4.0.p1 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} @@ -18,7 +18,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION:S/.p/pre/} MAINTAINER= ports@FreeBSD.org COMMENT= A Multibody Dynamic Simulation Library -LIB_DEPENDS= glut.3:${PORTSDIR}/graphics/libglut +LIB_DEPENDS= glut.4:${PORTSDIR}/graphics/libglut USE_BZIP2= yes USE_GL= yes diff --git a/graphics/fv/Makefile b/graphics/fv/Makefile index 9d94102e5ac7..36e485db64ab 100644 --- a/graphics/fv/Makefile +++ b/graphics/fv/Makefile @@ -7,6 +7,7 @@ PORTNAME= fv PORTVERSION= 1.01 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://www.eaflux.com/fv/sources/ DISTNAME= ${PORTNAME}-src-${PORTVERSION} @@ -14,7 +15,7 @@ DISTNAME= ${PORTNAME}-src-${PORTVERSION} MAINTAINER= ip@doom.homeunix.org COMMENT= A viewer of hdr/pfm images -LIB_DEPENDS= glut.3:${PORTSDIR}/graphics/libglut \ +LIB_DEPENDS= glut.4:${PORTSDIR}/graphics/libglut \ png.5:${PORTSDIR}/graphics/png USE_ZIP= yes diff --git a/graphics/gauche-gl/Makefile b/graphics/gauche-gl/Makefile index 7769a64caa63..a8c3aca51ba0 100644 --- a/graphics/gauche-gl/Makefile +++ b/graphics/gauche-gl/Makefile @@ -7,6 +7,7 @@ PORTNAME= gl PORTVERSION= 0.4.1 +PORTREVISION= 1 CATEGORIES= graphics scheme MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gauche @@ -18,7 +19,7 @@ MAINTAINER= erik@smluc.org COMMENT= OpenGL binding for Gauche BUILD_DEPENDS= gosh:${PORTSDIR}/lang/gauche -LIB_DEPENDS= glut.3:${PORTSDIR}/graphics/libglut +LIB_DEPENDS= glut.4:${PORTSDIR}/graphics/libglut RUN_DEPENDS= ${BUILD_DEPENDS} USE_GL= yes diff --git a/graphics/geomview/Makefile b/graphics/geomview/Makefile index b899c3f537c4..ba67c5c79053 100644 --- a/graphics/geomview/Makefile +++ b/graphics/geomview/Makefile @@ -7,7 +7,7 @@ PORTNAME= geomview PORTVERSION= 1.8.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= geomview @@ -15,9 +15,10 @@ MASTER_SITE_SUBDIR= geomview MAINTAINER= bms@FreeBSD.org COMMENT= An interactive viewer for 3- and 4-D geometric objects +LIB_DEPENDS= glut.4:${PORTSDIR}/graphics/libglut + USE_MOTIF= yes USE_X_PREFIX= yes -USE_MESA= yes USE_AUTOTOOLS= autoconf:213 diff --git a/graphics/giram/Makefile b/graphics/giram/Makefile index 4542d30cb1a1..2210d70d3bfb 100644 --- a/graphics/giram/Makefile +++ b/graphics/giram/Makefile @@ -7,7 +7,7 @@ PORTNAME= giram PORTVERSION= 0.3.5 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= graphics MASTER_SITES= http://www.giram.org/downloads/ diff --git a/graphics/gle/Makefile b/graphics/gle/Makefile index c1c270382319..641756935e14 100644 --- a/graphics/gle/Makefile +++ b/graphics/gle/Makefile @@ -7,6 +7,7 @@ PORTNAME= gle PORTVERSION= 3.0.3 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://linas.org/gle/pub/ \ @@ -17,8 +18,9 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@dclg.ca COMMENT= A GL Tubing and Extrusion Library +LIB_DEPENDS= glut.4:${PORTSDIR}/graphics/libglut + USE_X_PREFIX= yes -USE_MESA= yes USE_REINPLACE= yes INSTALLS_SHLIB= yes USE_AUTOTOOLS= libtool:13:inc diff --git a/graphics/gltk/Makefile b/graphics/gltk/Makefile index 998863f6b615..1779de261b66 100644 --- a/graphics/gltk/Makefile +++ b/graphics/gltk/Makefile @@ -7,6 +7,7 @@ PORTNAME= gltk PORTVERSION= 1.1 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= ftp://ftp.sgi.com/opengl/contrib/ \ ftp://ftp.u-aizu.ac.jp/pub/os/sgi/misc/ftp.sgi.com/pub/opengl/contrib/ @@ -16,8 +17,9 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= ports@FreeBSD.org COMMENT= An OpenGL/Tk interface +LIB_DEPENDS= glut.4:${PORTSDIR}/graphics/libglut + USE_IMAKE= yes -USE_MESA= yes do-install: ${INSTALL_DATA} ${WRKSRC}/libtk.a ${PREFIX}/lib/libgltk.a diff --git a/graphics/gltt/Makefile b/graphics/gltt/Makefile index dc7ce9f1e857..dfdae5d19615 100644 --- a/graphics/gltt/Makefile +++ b/graphics/gltt/Makefile @@ -7,15 +7,16 @@ PORTNAME= gltt PORTVERSION= 2.5.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= http://gltt.sourceforge.net/download/ MAINTAINER= ip@doom.homeunix.org COMMENT= TrueType fonts rendering using OpenGL +LIB_DEPENDS= glut.4:${PORTSDIR}/graphics/libglut + USE_X_PREFIX= yes -USE_MESA= yes USE_FREETYPE= yes USE_GMAKE= yes USE_AUTOTOOLS= libtool:13:inc diff --git a/graphics/kdegraphics3/Makefile b/graphics/kdegraphics3/Makefile index 4b49bf3ae684..40fd6748e580 100644 --- a/graphics/kdegraphics3/Makefile +++ b/graphics/kdegraphics3/Makefile @@ -8,6 +8,7 @@ PORTNAME= kdegraphics PORTVERSION= ${KDE_VERSION} +PORTREVISION= 1 CATEGORIES= graphics kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src diff --git a/graphics/kdegraphics4/Makefile b/graphics/kdegraphics4/Makefile index 4b49bf3ae684..40fd6748e580 100644 --- a/graphics/kdegraphics4/Makefile +++ b/graphics/kdegraphics4/Makefile @@ -8,6 +8,7 @@ PORTNAME= kdegraphics PORTVERSION= ${KDE_VERSION} +PORTREVISION= 1 CATEGORIES= graphics kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src diff --git a/graphics/kludge3d/Makefile b/graphics/kludge3d/Makefile index 151b803e4863..2152e0164544 100644 --- a/graphics/kludge3d/Makefile +++ b/graphics/kludge3d/Makefile @@ -8,7 +8,7 @@ PORTNAME= kludge3d PORTVERSION= 20040822 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/graphics/landscape/Makefile b/graphics/landscape/Makefile index 8d3129ac2fd0..9f449a4d5490 100644 --- a/graphics/landscape/Makefile +++ b/graphics/landscape/Makefile @@ -7,7 +7,7 @@ PORTNAME= landscape PORTVERSION= 0.7 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics kde MASTER_SITES= http://www.witchspace.com/files/ @@ -15,9 +15,9 @@ MAINTAINER= jon@witchspace.com COMMENT= A program for generating and rendering fractal landscapes BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake +LIB_DEPENDS= glut.4:${PORTSDIR}/graphics/libglut PLIST_FILES= bin/landscape -USE_MESA= yes USE_KDELIBS_VER= 3 QTDIR?= ${X11BASE} MAKE_ENV= QTDIR="${QTDIR}" diff --git a/graphics/lib3ds/Makefile b/graphics/lib3ds/Makefile index 0c5b18c8c39f..5f9a59377239 100644 --- a/graphics/lib3ds/Makefile +++ b/graphics/lib3ds/Makefile @@ -7,6 +7,7 @@ PORTNAME= lib3ds PORTVERSION= 1.2.0 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -14,7 +15,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= A library for handling 3DS (3D Studio) files -USE_MESA= yes +LIB_DEPENDS= glut.4:${PORTSDIR}/graphics/libglut + INSTALLS_SHLIB= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \ diff --git a/graphics/libaux/Makefile b/graphics/libaux/Makefile index 224d2f341965..1ee28cd13131 100644 --- a/graphics/libaux/Makefile +++ b/graphics/libaux/Makefile @@ -7,6 +7,7 @@ PORTNAME= libaux PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://www.freebsdbrasil.com.br/~jmelo/ DISTFILES= libaux${EXTRACT_SUFX} libtk${EXTRACT_SUFX} @@ -14,10 +15,11 @@ DISTFILES= libaux${EXTRACT_SUFX} libtk${EXTRACT_SUFX} MAINTAINER= ports@FreeBSD.org COMMENT= A Nano Window Toolkit and Auxiliary Library for OpenGL +LIB_DEPENDS= glut.4:${PORTSDIR}/graphics/libglut + WRKSRC= ${WRKDIR}/${PORTNAME} USE_IMAKE= yes -USE_MESA= yes do-install: ${INSTALL_DATA} ${WRKSRC}/libaux.a ${PREFIX}/lib diff --git a/graphics/libglut/Makefile b/graphics/libglut/Makefile index 590e5919bf17..65378ba801c2 100644 --- a/graphics/libglut/Makefile +++ b/graphics/libglut/Makefile @@ -6,11 +6,11 @@ # PORTNAME= libglut -PORTVERSION= 6.0.1 +PORTVERSION= 6.4.1 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= mesa3d -DISTNAME= MesaDemos-${PORTVERSION} +DISTNAME= MesaGLUT-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= A graphics library similar to SGI's OpenGL diff --git a/graphics/libglut/distinfo b/graphics/libglut/distinfo index 07b1489d39fc..8a4242546af8 100644 --- a/graphics/libglut/distinfo +++ b/graphics/libglut/distinfo @@ -1,3 +1,3 @@ -MD5 (MesaDemos-6.0.1.tar.bz2) = dd6aadfd9ca8e1cfa90c6ee492bc6f43 -SHA256 (MesaDemos-6.0.1.tar.bz2) = bb8bc9c8c7b91a79635ebdeb4ff620182fde6ae0fc0d9c536125d9042248097c -SIZE (MesaDemos-6.0.1.tar.bz2) = 915558 +MD5 (MesaGLUT-6.4.1.tar.bz2) = bd003bb4f981a4f91dee4c38644d4f3f +SHA256 (MesaGLUT-6.4.1.tar.bz2) = 47a8c3748fb7ca9a5aa2530b115651522185499b39e70ec8ca7463ea222fb6ae +SIZE (MesaGLUT-6.4.1.tar.bz2) = 270793 diff --git a/graphics/libglut/files/Makefile b/graphics/libglut/files/Makefile index 0980aaecb3a0..8f3955f181bf 100644 --- a/graphics/libglut/files/Makefile +++ b/graphics/libglut/files/Makefile @@ -3,7 +3,7 @@ # $FreeBSD$ LIB= glut -SHLIB_MAJOR= 3 +SHLIB_MAJOR= 4 CFLAGS+= -I../../../include -I${X11BASE}/include LDFLAGS+= -L${X11BASE}/lib -lGLU -lX11 -lXext -lGL -lXmu -lXi LIBDIR= ${PREFIX}/lib diff --git a/graphics/libglut/pkg-plist b/graphics/libglut/pkg-plist index a91d541ac8a4..24d543fed14f 100644 --- a/graphics/libglut/pkg-plist +++ b/graphics/libglut/pkg-plist @@ -1,4 +1,4 @@ include/GL/glut.h lib/libglut.a lib/libglut.so -lib/libglut.so.3 +lib/libglut.so.4 diff --git a/graphics/libv3d/Makefile b/graphics/libv3d/Makefile index e90197d98f15..04d28936e54d 100644 --- a/graphics/libv3d/Makefile +++ b/graphics/libv3d/Makefile @@ -8,7 +8,7 @@ PORTNAME= libv3d PORTVERSION= 0.1.14 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= ftp://wolfpack.twu.net/users/wolfpack/ EXTRACT_SUFX= .tgz @@ -16,8 +16,9 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= V3D IO Library +LIB_DEPENDS= glut.4:${PORTSDIR}/graphics/libglut + USE_REINPLACE= yes -USE_MESA= yes HAS_CONFIGURE= yes CONFIGURE_ARGS= UNIX --prefix=${PREFIX} USE_GMAKE= yes diff --git a/graphics/libwpcg/Makefile b/graphics/libwpcg/Makefile index b4e0ebf2e97d..8a388d7412ba 100644 --- a/graphics/libwpcg/Makefile +++ b/graphics/libwpcg/Makefile @@ -8,6 +8,7 @@ PORTNAME= libwpcg PORTVERSION= 0.9.3 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://www.paassen.tmfweb.nl/ DISTNAME= libWPCG-${PORTVERSION} @@ -15,8 +16,9 @@ DISTNAME= libWPCG-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= A basic 2D/3D computer graphics library which uses OpenGL +LIB_DEPENDS= glut.4:${PORTSDIR}/graphics/libglut + USE_GCC= 3.4 -USE_MESA= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \ diff --git a/graphics/lphoto/Makefile b/graphics/lphoto/Makefile index 41a83c391dd6..e93508465188 100644 --- a/graphics/lphoto/Makefile +++ b/graphics/lphoto/Makefile @@ -7,7 +7,7 @@ PORTNAME= lphoto PORTVERSION= 2.0.42 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= http://software.linspire.com/emptypool/lindowsos/pool/main/l/lphoto/ DISTNAME= ${PORTNAME}_${PORTVERSION}-0.0.0.45.lindows0.1 diff --git a/graphics/morpheus/Makefile b/graphics/morpheus/Makefile index a1bfa3292b10..5dc107f5a96b 100644 --- a/graphics/morpheus/Makefile +++ b/graphics/morpheus/Makefile @@ -7,7 +7,7 @@ PORTNAME= morpheus PORTVERSION= 0.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics gnome MASTER_SITES= http://www.winnicki.net/morpheus/meat/ @@ -15,10 +15,10 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A mesh (3D model) viewer for GNOME desktop LIB_DEPENDS= morph.0:${PORTSDIR}/graphics/libmorph \ - gtkgl.5:${PORTSDIR}/x11-toolkits/gtkglarea + gtkgl.5:${PORTSDIR}/x11-toolkits/gtkglarea \ + glut.4:${PORTSDIR}/graphics/libglut USE_X_PREFIX= yes -USE_MESA= yes USE_GNOME= gnomehack gnomelibs gnomeprefix USE_GMAKE= yes GNU_CONFIGURE= yes diff --git a/graphics/ocaml-images/Makefile b/graphics/ocaml-images/Makefile index d2edad7a7f8d..aad2f2525cfb 100644 --- a/graphics/ocaml-images/Makefile +++ b/graphics/ocaml-images/Makefile @@ -8,6 +8,7 @@ PORTNAME= images PORTVERSION= 2.2 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= graphics MASTER_SITES= ftp://ftp.inria.fr/INRIA/caml-light/bazar-ocaml/ diff --git a/graphics/ocaml-lablgl/Makefile b/graphics/ocaml-lablgl/Makefile index b24e12a3e662..c6f1d1cde3a7 100644 --- a/graphics/ocaml-lablgl/Makefile +++ b/graphics/ocaml-lablgl/Makefile @@ -7,6 +7,7 @@ PORTNAME= lablgl PORTVERSION= 1.00 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/dist/ \ ftp://ftp.inria.fr/lang/caml-light/bazar-ocaml/ @@ -16,7 +17,7 @@ MAINTAINER= rk@ronald.org COMMENT= OpenGL interface for Objective Caml BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml -LIB_DEPENDS= glut.3:${PORTSDIR}/graphics/libglut +LIB_DEPENDS= glut.4:${PORTSDIR}/graphics/libglut RUN_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml USE_GL= yes diff --git a/graphics/p5-OpenGL/Makefile b/graphics/p5-OpenGL/Makefile index 342b74940eee..710309b40f12 100644 --- a/graphics/p5-OpenGL/Makefile +++ b/graphics/p5-OpenGL/Makefile @@ -8,6 +8,7 @@ PORTNAME= OpenGL PORTVERSION= 0.54 +PORTREVISION= 1 CATEGORIES= graphics perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= ../by-authors/id/I/IL/ILYAZ/modules @@ -16,8 +17,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Perl module to display 3D data using OpenGL, GLU, GLUT, and GLX +LIB_DEPENDS= glut.4:${PORTSDIR}/graphics/libglut + PERL_CONFIGURE= yes -USE_MESA= yes post-patch: @${PERL} -pi -e "s|%%PTHREAD_LIBS%%|${PTHREAD_LIBS}|g" ${WRKSRC}/Makefile.PL diff --git a/graphics/py-cgkit/Makefile b/graphics/py-cgkit/Makefile index b4ff3acf639b..70e873cb1683 100644 --- a/graphics/py-cgkit/Makefile +++ b/graphics/py-cgkit/Makefile @@ -8,6 +8,7 @@ PORTNAME= cgkit PORTVERSION= 2.0.0a5 +PORTREVISION= 1 CATEGORIES= graphics python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/graphics/py-opengl/Makefile b/graphics/py-opengl/Makefile index bf94c8cab3a3..bd0c2b8dda53 100644 --- a/graphics/py-opengl/Makefile +++ b/graphics/py-opengl/Makefile @@ -7,7 +7,7 @@ PORTNAME= opengl PORTVERSION= 2.0.1.07 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= py${PORTNAME} @@ -24,10 +24,10 @@ BUILD_DEPENDS= ${PYNUMERIC} \ RUN_DEPENDS= ${PYNUMERIC} \ ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter \ ${PYTHON_SITELIBDIR}/PIL.pth:${PORTSDIR}/graphics/py-imaging +LIB_DEPENDS= glut.4:${PORTSDIR}/graphics/libglut USE_REINPLACE= yes USE_GL= yes -USE_MESA= yes USE_PYTHON= yes USE_PYDISTUTILS= yes diff --git a/graphics/pyro/Makefile b/graphics/pyro/Makefile index b73424e0f1a3..04553e2c37ee 100644 --- a/graphics/pyro/Makefile +++ b/graphics/pyro/Makefile @@ -7,6 +7,7 @@ PORTNAME= pyro PORTVERSION= 1.5 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://nostatic.org/pyro/ EXTRACT_SUFX= .tgz @@ -15,7 +16,7 @@ MAINTAINER= ip@doom.homeunix.org COMMENT= A simple OpenGL-based firework simulator LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ - glut.3:${PORTSDIR}/graphics/libglut + glut.4:${PORTSDIR}/graphics/libglut USE_REINPLACE= yes USE_GL= yes diff --git a/graphics/qslim/Makefile b/graphics/qslim/Makefile index 4e6c5265910e..363a64ac7da4 100644 --- a/graphics/qslim/Makefile +++ b/graphics/qslim/Makefile @@ -8,7 +8,7 @@ PORTNAME= qslim PORTVERSION= 2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= http://graphics.cs.uiuc.edu/~garland/dist/ @@ -17,13 +17,13 @@ COMMENT= SlimKit Surface Modeling Tools LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff \ - forms.1:${PORTSDIR}/x11-toolkits/xforms + forms.1:${PORTSDIR}/x11-toolkits/xforms \ + glut.4:${PORTSDIR}/graphics/libglut CONFIGURE_WRKSRC= ${WRKSRC}/mixkit/build BUILD_WRKSRC= ${WRKSRC}/mixkit/src USE_GETOPT_LONG= yes -USE_MESA= yes USE_REINPLACE= yes USE_GMAKE= yes GNU_CONFIGURE= yes diff --git a/graphics/quat-gui/Makefile b/graphics/quat-gui/Makefile index 4d9cea973903..bff944daf470 100644 --- a/graphics/quat-gui/Makefile +++ b/graphics/quat-gui/Makefile @@ -7,6 +7,7 @@ PORTNAME= quat PORTVERSION= 1.20 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://www.physcip.uni-stuttgart.de/phy11733/download/ PKGNAMESUFFIX= -gui @@ -15,10 +16,10 @@ DISTNAME= quat-${PORTVERSION:S/.p/pre/} MAINTAINER= dyeske@yahoo.com COMMENT= A Three-dimensional fractal creator (X11 GUI) -LIB_DEPENDS= fltk.1:${PORTSDIR}/x11-toolkits/fltk +LIB_DEPENDS= fltk.1:${PORTSDIR}/x11-toolkits/fltk \ + glut.4:${PORTSDIR}/graphics/libglut USE_X_PREFIX= yes -USE_MESA= yes USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include -L${X11BASE}/lib" \ diff --git a/graphics/renderpark/Makefile b/graphics/renderpark/Makefile index 9f45925043cf..ddda3f90fe22 100644 --- a/graphics/renderpark/Makefile +++ b/graphics/renderpark/Makefile @@ -7,7 +7,7 @@ PORTNAME= renderpark PORTVERSION= 3.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= ftp://ftp.cs.kuleuven.ac.be/pub/graphics/software/RenderPark/ DISTNAME= RenderPark @@ -19,8 +19,10 @@ DIST_SUBDIR= ${DISTNAME} MAINTAINER= ip@doom.homeunix.org COMMENT= System for physically based photo-realistic image synthesis +LIB_DEPENDS= glut.4:${PORTSDIR}/graphics/libglut + .ifdef (WITH_XRML) -LIB_DEPENDS= xrml.0:${PORTSDIR}/graphics/xrml +LIB_DEPENDS+= xrml.0:${PORTSDIR}/graphics/xrml .endif WRKSRC= ${WRKDIR}/${DISTNAME} @@ -28,7 +30,6 @@ WRKSRC2= ${WRKDIR}/Scenes USE_GMAKE= yes USE_X_PREFIX= yes -USE_MESA= yes USE_MOTIF= yes USE_REINPLACE= yes diff --git a/graphics/ruby-opengl/Makefile b/graphics/ruby-opengl/Makefile index a58725e93615..f086955810fc 100644 --- a/graphics/ruby-opengl/Makefile +++ b/graphics/ruby-opengl/Makefile @@ -7,7 +7,7 @@ PORTNAME= opengl PORTVERSION= 0.32b -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics ruby MASTER_SITES= http://www2.giganet.net/~yoshi/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} @@ -18,11 +18,11 @@ DIST_SUBDIR= ruby MAINTAINER= ports@FreeBSD.org COMMENT= OpenGL/GLU/GLUT interface modules for Ruby +LIB_DEPENDS= glut.4:${PORTSDIR}/graphics/libglut + USE_RUBY= yes USE_RUBY_EXTCONF= yes -USE_MESA= yes - WRKSRC= ${WRKDIR}/${PORTNAME} CONFIGURE_ARGS= --with-ruby-dir="${LOCALBASE}" --with-x11-dir="${X11BASE}" INSTALL_TARGET= site-install diff --git a/graphics/threeDS/Makefile b/graphics/threeDS/Makefile index fe3fbdc0eefd..71d3800fdb16 100644 --- a/graphics/threeDS/Makefile +++ b/graphics/threeDS/Makefile @@ -7,6 +7,7 @@ PORTNAME= threeDS PORTVERSION= 0.3.1 +PORTREVISION= 1 CATEGORIES= graphics python MASTER_SITES= http://www.demonseed.net/~jp/code/threeDS/ diff --git a/graphics/tulip/Makefile b/graphics/tulip/Makefile index 5b45b7ede4d5..8f899b43bb2f 100644 --- a/graphics/tulip/Makefile +++ b/graphics/tulip/Makefile @@ -8,7 +8,7 @@ PORTNAME= tulip PORTVERSION= 1.2.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= http://dept-info.labri.fr/~auber/projects/tulip/download/%SUBDIR%/ MASTER_SITE_SUBDIR= ${PORTNAME}-${PORTVERSION} @@ -16,7 +16,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= A system dedicated to the visualization of huge graphs -LIB_DEPENDS= glut.3:${PORTSDIR}/graphics/libglut +LIB_DEPENDS= glut.4:${PORTSDIR}/graphics/libglut USE_BZIP2= yes USE_QT_VER= 3 diff --git a/graphics/view3ds/Makefile b/graphics/view3ds/Makefile index 4467d697cce7..20d79196eff2 100644 --- a/graphics/view3ds/Makefile +++ b/graphics/view3ds/Makefile @@ -7,7 +7,7 @@ PORTNAME= view3ds PORTVERSION= 1.0.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_DEBIAN_POOL} DISTNAME= ${PORTNAME}_${PORTVERSION}.orig @@ -19,14 +19,14 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= ports@FreeBSD.org COMMENT= A simple realtime 3DS file previewer based on the Lib3ds Library -LIB_DEPENDS= 3ds.1:${PORTSDIR}/graphics/lib3ds +LIB_DEPENDS= 3ds.1:${PORTSDIR}/graphics/lib3ds \ + glut.4:${PORTSDIR}/graphics/libglut WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} PLIST_FILES= bin/view3ds USE_X_PREFIX= yes USE_QT_VER= 3 -USE_MESA= yes USE_GMAKE= yes USE_REINPLACE= yes USE_AUTOTOOLS= libtool:15 diff --git a/graphics/visionegg/Makefile b/graphics/visionegg/Makefile index f3c65c20f0c4..149daf12757f 100644 --- a/graphics/visionegg/Makefile +++ b/graphics/visionegg/Makefile @@ -8,7 +8,7 @@ PORTNAME= visionegg PORTVERSION= 0.9.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -26,8 +26,9 @@ RUN_DEPENDS= \ ${PYTHON_SITELIBDIR}/PIL/Image.py:${PORTSDIR}/graphics/py-imaging \ ${PYTHON_SITELIBDIR}/OpenGL/__init__.py:${PORTSDIR}/graphics/py-opengl \ ${PYTHON_SITELIBDIR}/pygame/__init__.py:${PORTSDIR}/devel/py-game +LIB_DEPENDS= \ + glut.4:${PORTSDIR}/graphics/libglut -USE_MESA= yes USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_BUILDARGS= -L${X11BASE}/lib diff --git a/graphics/vvv/Makefile b/graphics/vvv/Makefile index 5de7aa990540..b506cf501c0e 100644 --- a/graphics/vvv/Makefile +++ b/graphics/vvv/Makefile @@ -7,6 +7,7 @@ PORTNAME= vvv PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://www.inf.ufes.br/~thomas/graphics/vvv/ \ ${MASTER_SITE_LOCAL} @@ -18,7 +19,7 @@ MAINTAINER= ip@doom.homeunix.org COMMENT= A tutorial tool for understanding viewing and projection in OpenGL BUILD_DEPENDS= ${X11BASE}/lib/libglui.a:${PORTSDIR}/devel/glui -LIB_DEPENDS= glut.3:${PORTSDIR}/graphics/libglut +LIB_DEPENDS= glut.4:${PORTSDIR}/graphics/libglut USE_REINPLACE= yes USE_GMAKE= yes diff --git a/graphics/white_dune/Makefile b/graphics/white_dune/Makefile index f99b66d24803..fd75547992b5 100644 --- a/graphics/white_dune/Makefile +++ b/graphics/white_dune/Makefile @@ -8,6 +8,7 @@ PORTNAME= white_dune PORTVERSION= 0.28.11 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= graphics MASTER_SITES= http://www.csv.ica.uni-stuttgart.de/vrml/dune/ @@ -17,7 +18,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Graphical VRML97 Editor and animation tool LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ - glut.3:${PORTSDIR}/graphics/libglut \ + glut.4:${PORTSDIR}/graphics/libglut \ png.5:${PORTSDIR}/graphics/png USE_MOTIF= yes diff --git a/graphics/xmms-dancingparticles/Makefile b/graphics/xmms-dancingparticles/Makefile index 862a5136567c..1e265f6f98bf 100644 --- a/graphics/xmms-dancingparticles/Makefile +++ b/graphics/xmms-dancingparticles/Makefile @@ -7,6 +7,7 @@ PORTNAME= dancingparticles PORTVERSION= 0.6 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://tardyp.free.fr/dancingparticles/ PKGNAMEPREFIX= xmms- @@ -17,7 +18,7 @@ MAINTAINER= alejandro@varnet.biz COMMENT= Makes particles dance with very pretty neon colors LIB_DEPENDS= t1.5:${PORTSDIR}/devel/t1lib \ - glut.3:${PORTSDIR}/graphics/libglut \ + glut.4:${PORTSDIR}/graphics/libglut \ xmms.4:${PORTSDIR}/multimedia/xmms USE_X_PREFIX= yes diff --git a/graphics/xmms-fishmatic/Makefile b/graphics/xmms-fishmatic/Makefile index 8b16fbc04578..a6b6b802a0ba 100644 --- a/graphics/xmms-fishmatic/Makefile +++ b/graphics/xmms-fishmatic/Makefile @@ -7,7 +7,7 @@ PORTNAME= xmms-fishmatic PORTVERSION= 0.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= http://stukach.com/hosted/ DISTNAME= fishmatic @@ -17,12 +17,12 @@ COMMENT= An XMMS non-static OpenGL stereogram visualization plugin BUILD_DEPENDS= xmms-config:${PORTSDIR}/multimedia/xmms RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms +LIB_DEPENDS= glut.4:${PORTSDIR}/graphics/libglut PLIST_FILES= lib/xmms/Visualization/libfishmatic.so USE_X_PREFIX= yes USE_GNOME= gtk12 USE_GMAKE= yes -USE_MESA= yes USE_REINPLACE= yes GNU_CONFIGURE= yes diff --git a/graphics/xmms-paranormal/Makefile b/graphics/xmms-paranormal/Makefile index 01604c19f1e0..a7192424b1a7 100644 --- a/graphics/xmms-paranormal/Makefile +++ b/graphics/xmms-paranormal/Makefile @@ -7,7 +7,7 @@ PORTNAME= xmms-paranormal PORTVERSION= 0.2.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= paranormal @@ -16,7 +16,8 @@ DISTNAME= paranormal-${PORTVERSION:S/.p/pre/} MAINTAINER= dyeske@yahoo.com COMMENT= An adaptation of the "OpenGL Spectrum Analyzer" from XMMS -LIB_DEPENDS= xml2:${PORTSDIR}/textproc/libxml2 +LIB_DEPENDS= xml2:${PORTSDIR}/textproc/libxml2 \ + glut.4:${PORTSDIR}/graphics/libglut BUILD_DEPENDS= xmms-config:${PORTSDIR}/multimedia/xmms RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms @@ -27,7 +28,6 @@ USE_SDL= sdl INSTALLS_SHLIB= yes USE_GNOME= gtk12 USE_GMAKE= yes -USE_MESA= yes USE_X_PREFIX= yes USE_REINPLACE= yes diff --git a/lang/ghc/Makefile b/lang/ghc/Makefile index 6580e0861587..8a396f47f629 100644 --- a/lang/ghc/Makefile +++ b/lang/ghc/Makefile @@ -6,6 +6,7 @@ PORTNAME= ghc PORTVERSION= 6.4.1 +PORTREVISION= 1 CATEGORIES= lang haskell MASTER_SITES= http://www.haskell.org/ghc/dist/${PORTVERSION}/:source \ http://www.haskell.org/ghc/dist/${PORTVERSION}/FreeBSD/:boot @@ -56,7 +57,7 @@ CONFIGURE_ARGS+=--without-x --without-x11 --without-openal --without-hgl --witho PLIST_SUB+= X11="@comment " OPENAL="@comment " PKGNAMESUFFIX= -nox11 .else -LIB_DEPENDS+= glut.3:${PORTSDIR}/graphics/libglut \ +LIB_DEPENDS+= glut.4:${PORTSDIR}/graphics/libglut \ openal.0:${PORTSDIR}/audio/openal USE_GL= yes PLIST_SUB+= X11="" OPENAL="" diff --git a/lang/pugs/Makefile b/lang/pugs/Makefile index 5ba7401b5f6c..950d3e576138 100644 --- a/lang/pugs/Makefile +++ b/lang/pugs/Makefile @@ -7,6 +7,7 @@ PORTNAME= pugs PORTVERSION= 6.2.8 +PORTREVISION= 1 CATEGORIES= lang devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= ../../authors/id/A/AU/AUTRIJUS diff --git a/mail/glbiff/Makefile b/mail/glbiff/Makefile index f004ab33e04d..3518b9239acc 100644 --- a/mail/glbiff/Makefile +++ b/mail/glbiff/Makefile @@ -7,6 +7,7 @@ PORTNAME= glbiff PORTVERSION= 0.3.5 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://www.dgp.utoronto.ca/~mac/code/projects/ EXTRACT_SUFX= .tgz @@ -14,8 +15,9 @@ EXTRACT_SUFX= .tgz MAINTAINER= petef@FreeBSD.org COMMENT= Xbiff-like program for X Window System with nice 3D output +LIB_DEPENDS= glut.4:${PORTSDIR}/graphics/libglut + USE_X_PREFIX= yes -USE_MESA= yes GNU_CONFIGURE= yes CFLAGS+= ${PTHREAD_CFLAGS} ${PTHREAD_LIBS:S/"//g} diff --git a/math/fung-calc/Makefile b/math/fung-calc/Makefile index e77de7aa571d..02cfb06e0dfd 100644 --- a/math/fung-calc/Makefile +++ b/math/fung-calc/Makefile @@ -6,7 +6,7 @@ PORTNAME= fung-calc PORTVERSION= 1.3.2b -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= math kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= markus@FreeBSD.org COMMENT= Advanced graphic calculator -LIB_DEPENDS= glut.3:${PORTSDIR}/graphics/libglut +LIB_DEPENDS= glut.4:${PORTSDIR}/graphics/libglut USE_KDELIBS_VER= 3 USE_GL= yes diff --git a/math/glgraph/Makefile b/math/glgraph/Makefile index f669af8d2b2f..64e765159751 100644 --- a/math/glgraph/Makefile +++ b/math/glgraph/Makefile @@ -8,7 +8,7 @@ PORTNAME= glgraph PORTVERSION= 0.2.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math MASTER_SITES= http://glgraph.kaosu.ch/downl/ DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/misc/documancer/Makefile b/misc/documancer/Makefile index 30f9a8b1d368..1c22a0c70d6f 100644 --- a/misc/documancer/Makefile +++ b/misc/documancer/Makefile @@ -8,7 +8,7 @@ PORTNAME= documancer PORTVERSION= 0.2.3 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/misc/instant-workstation/Makefile b/misc/instant-workstation/Makefile index e2cdcd31d7fa..883093362633 100644 --- a/misc/instant-workstation/Makefile +++ b/misc/instant-workstation/Makefile @@ -7,7 +7,7 @@ PORTNAME= instant-workstation PORTVERSION= 1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc MASTER_SITES= ftp://ftp.lemis.com/pub/ diff --git a/multimedia/jahshaka/Makefile b/multimedia/jahshaka/Makefile index 6fafd3413b27..5854970f2bdf 100644 --- a/multimedia/jahshaka/Makefile +++ b/multimedia/jahshaka/Makefile @@ -17,10 +17,12 @@ COMMENT= Video and film composing, editing and special fx system BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake LIB_DEPENDS= aviplay.0:${PORTSDIR}/multimedia/avifile \ - glut.3:${PORTSDIR}/graphics/libglut \ + glut.4:${PORTSDIR}/graphics/libglut \ freetype.9:${PORTSDIR}/print/freetype2 \ jpeg.9:${PORTSDIR}/graphics/jpeg +BROKEN= "Broken with libglut 6.4.1" + USE_REINPLACE= yes USE_GL= yes USE_X_PREFIX= yes diff --git a/net-im/ginsu/Makefile b/net-im/ginsu/Makefile index 04b545a2c776..85f9ad522166 100644 --- a/net-im/ginsu/Makefile +++ b/net-im/ginsu/Makefile @@ -7,6 +7,7 @@ PORTNAME= ginsu PORTVERSION= 0.7.1 +PORTREVISION= 1 CATEGORIES= net-im MASTER_SITES= http://repetae.net/john/computer/ginsu/drop/ diff --git a/net-p2p/mldonkey/Makefile b/net-p2p/mldonkey/Makefile index 1c93695909a1..e7f478d514e5 100644 --- a/net-p2p/mldonkey/Makefile +++ b/net-p2p/mldonkey/Makefile @@ -7,6 +7,7 @@ PORTNAME= mldonkey PORTVERSION= 2.5.30.17 +PORTREVISION= 1 CATEGORIES+= net MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/net-p2p/py-bittornado/Makefile b/net-p2p/py-bittornado/Makefile index e2c09549f776..928e02a5a387 100644 --- a/net-p2p/py-bittornado/Makefile +++ b/net-p2p/py-bittornado/Makefile @@ -7,6 +7,7 @@ PORTNAME= BitTornado PORTVERSION= 0.3.14 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES?= net python ipv6 MASTER_SITES= http://www.bittornado.com/download/ \ diff --git a/net-p2p/py-kenosis-bittorrent/Makefile b/net-p2p/py-kenosis-bittorrent/Makefile index 816411ce141e..dd9738a1663c 100644 --- a/net-p2p/py-kenosis-bittorrent/Makefile +++ b/net-p2p/py-kenosis-bittorrent/Makefile @@ -7,7 +7,7 @@ PORTNAME= kenosis PORTVERSION= ${KENOSIS_VERSION}.0.3.4.2 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 2 CATEGORIES?= net python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} diff --git a/net-p2p/pyslsk/Makefile b/net-p2p/pyslsk/Makefile index dee07128489f..d7cb10ed6966 100644 --- a/net-p2p/pyslsk/Makefile +++ b/net-p2p/pyslsk/Makefile @@ -7,7 +7,7 @@ PORTNAME= pyslsk PORTVERSION= 1.2.7b -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= http://www.sensi.org/~ak/pyslsk/ diff --git a/net/boinc-client/Makefile b/net/boinc-client/Makefile index ea5ace5e0c23..2e771e811f49 100644 --- a/net/boinc-client/Makefile +++ b/net/boinc-client/Makefile @@ -7,7 +7,7 @@ PORTNAME= boinc-client PORTVERSION= 4.68.20050601 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net MASTER_SITES= http://boinc.berkeley.edu/source/nightly/ \ ${MASTER_SITE_LOCAL} diff --git a/net/mldonkey/Makefile b/net/mldonkey/Makefile index 1c93695909a1..e7f478d514e5 100644 --- a/net/mldonkey/Makefile +++ b/net/mldonkey/Makefile @@ -7,6 +7,7 @@ PORTNAME= mldonkey PORTVERSION= 2.5.30.17 +PORTREVISION= 1 CATEGORIES+= net MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/net/py-bittornado/Makefile b/net/py-bittornado/Makefile index e2c09549f776..928e02a5a387 100644 --- a/net/py-bittornado/Makefile +++ b/net/py-bittornado/Makefile @@ -7,6 +7,7 @@ PORTNAME= BitTornado PORTVERSION= 0.3.14 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES?= net python ipv6 MASTER_SITES= http://www.bittornado.com/download/ \ diff --git a/net/py-kenosis-bittorrent/Makefile b/net/py-kenosis-bittorrent/Makefile index 816411ce141e..dd9738a1663c 100644 --- a/net/py-kenosis-bittorrent/Makefile +++ b/net/py-kenosis-bittorrent/Makefile @@ -7,7 +7,7 @@ PORTNAME= kenosis PORTVERSION= ${KENOSIS_VERSION}.0.3.4.2 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 2 CATEGORIES?= net python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} diff --git a/net/py-mp-random/Makefile b/net/py-mp-random/Makefile index 9905ccf0f700..bd1900a88020 100644 --- a/net/py-mp-random/Makefile +++ b/net/py-mp-random/Makefile @@ -7,7 +7,7 @@ PORTNAME=mp-random PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net python MASTER_SITES= http://mirrorproject.com/widget/ PKGNAMEPREFIX= py- diff --git a/net/pyslsk/Makefile b/net/pyslsk/Makefile index dee07128489f..d7cb10ed6966 100644 --- a/net/pyslsk/Makefile +++ b/net/pyslsk/Makefile @@ -7,7 +7,7 @@ PORTNAME= pyslsk PORTVERSION= 1.2.7b -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= http://www.sensi.org/~ak/pyslsk/ diff --git a/science/flounder/Makefile b/science/flounder/Makefile index d5710bf8a312..a98af23e4198 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 a812783d0486..8cbb0decf2a1 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 12749f6f841f..23a4cd7163f7 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 c77bdece7383..57073a668715 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 c77bdece7383..57073a668715 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 606bcee75c5b..d75ab4516bb8 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 diff --git a/sysutils/glload/Makefile b/sysutils/glload/Makefile index 378b71a0e221..4f9ef5d7fc04 100644 --- a/sysutils/glload/Makefile +++ b/sysutils/glload/Makefile @@ -7,13 +7,14 @@ PORTNAME= glload PORTVERSION= 0.4.2 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://reality.exsgi.org/eile/misc/ MAINTAINER= ports@FreeBSD.org COMMENT= Gl base load monitor -LIB_DEPENDS= glut.3:${PORTSDIR}/graphics/libglut +LIB_DEPENDS= glut.4:${PORTSDIR}/graphics/libglut WRKSRC= ${WRKDIR}/${PORTNAME} diff --git a/textproc/Ebnf2ps/Makefile b/textproc/Ebnf2ps/Makefile index 6da72ded7be7..01c22ec2a08d 100644 --- a/textproc/Ebnf2ps/Makefile +++ b/textproc/Ebnf2ps/Makefile @@ -7,7 +7,7 @@ PORTNAME= Ebnf2ps PORTVERSION= 1.05 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc devel MASTER_SITES= http://www.informatik.uni-freiburg.de/~thiemann/haskell/ebnf2ps/ DISTNAME= ebnf2ps-${PORTVERSION} diff --git a/textproc/hs-HaXml/Makefile b/textproc/hs-HaXml/Makefile index a96bcdbb3104..e9bd7265325e 100644 --- a/textproc/hs-HaXml/Makefile +++ b/textproc/hs-HaXml/Makefile @@ -6,6 +6,7 @@ PORTNAME= haxml PORTVERSION= 1.13 +PORTREVISION= 1 CATEGORIES= textproc haskell MASTER_SITES= http://www.haskell.org/HaXml/ \ ftp://ftp.cs.york.ac.uk/pub/haskell/HaXml/ diff --git a/textproc/hs-haxml/Makefile b/textproc/hs-haxml/Makefile index a96bcdbb3104..e9bd7265325e 100644 --- a/textproc/hs-haxml/Makefile +++ b/textproc/hs-haxml/Makefile @@ -6,6 +6,7 @@ PORTNAME= haxml PORTVERSION= 1.13 +PORTREVISION= 1 CATEGORIES= textproc haskell MASTER_SITES= http://www.haskell.org/HaXml/ \ ftp://ftp.cs.york.ac.uk/pub/haskell/HaXml/ diff --git a/www/plugger-plugins-hubbe/Makefile b/www/plugger-plugins-hubbe/Makefile index cd59cce02e62..f2ee253d82f2 100644 --- a/www/plugger-plugins-hubbe/Makefile +++ b/www/plugger-plugins-hubbe/Makefile @@ -7,7 +7,7 @@ PORTNAME= plugger-plugins-hubbe PORTVERSION= 5.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= www multimedia audio graphics print editors MASTER_SITES= # empty DISTFILES= # empty diff --git a/x11-clocks/glclock/Makefile b/x11-clocks/glclock/Makefile index 08d85a7fe0bc..42899cfda36e 100644 --- a/x11-clocks/glclock/Makefile +++ b/x11-clocks/glclock/Makefile @@ -7,14 +7,14 @@ PORTNAME= glclock PORTVERSION= 5.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-clocks MASTER_SITES= http://www.daionet.gr.jp/~masa/archives/ MAINTAINER= ports@FreeBSD.org COMMENT= OpenGL Spinning pocketwatch demo and benchmark utility -LIB_DEPENDS= glut.3:${PORTSDIR}/graphics/libglut +LIB_DEPENDS= glut.4:${PORTSDIR}/graphics/libglut USE_X_PREFIX= yes USE_GL= yes diff --git a/x11-fm/tdfsb/Makefile b/x11-fm/tdfsb/Makefile index 7b6ad4d3d36f..85c36d3c6a5f 100644 --- a/x11-fm/tdfsb/Makefile +++ b/x11-fm/tdfsb/Makefile @@ -7,6 +7,7 @@ PORTNAME= tdfsb PORTVERSION= 0.0.9 +PORTREVISION= 1 CATEGORIES= x11-fm MASTER_SITES= http://www.determinate.net/webdata/data/ @@ -14,7 +15,7 @@ MAINTAINER= alejandro@varnet.biz COMMENT= A 3D filesystem browser LIB_DEPENDS= smpeg.1:${PORTSDIR}/multimedia/smpeg \ - glut.3:${PORTSDIR}/graphics/libglut + glut.4:${PORTSDIR}/graphics/libglut USE_GL= yes USE_REINPLACE= yes diff --git a/x11-toolkits/gtkada-devel/Makefile b/x11-toolkits/gtkada-devel/Makefile index 176fb477afce..b80dc305e863 100644 --- a/x11-toolkits/gtkada-devel/Makefile +++ b/x11-toolkits/gtkada-devel/Makefile @@ -7,7 +7,7 @@ PORTNAME= gtkada PORTVERSION= 1.2.12 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-toolkits MASTER_SITES= http://cesnet.linux.tucows.com/files/ \ http://aranea.linux.tucows.com/files/ \ @@ -19,10 +19,10 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Gtk binding for Ada BUILD_DEPENDS= adagcc:${PORTSDIR}/lang/gnat +LIB_DEPENDS= glut.4:${PORTSDIR}/graphics/libglut SHLIB_VERSION= ${PORTVERSION:S/1.2.//} -USE_MESA= yes USE_X_PREFIX= yes USE_GNOME= libcapplet libglade USE_GMAKE= yes diff --git a/x11-toolkits/gtkada/Makefile b/x11-toolkits/gtkada/Makefile index 176fb477afce..b80dc305e863 100644 --- a/x11-toolkits/gtkada/Makefile +++ b/x11-toolkits/gtkada/Makefile @@ -7,7 +7,7 @@ PORTNAME= gtkada PORTVERSION= 1.2.12 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-toolkits MASTER_SITES= http://cesnet.linux.tucows.com/files/ \ http://aranea.linux.tucows.com/files/ \ @@ -19,10 +19,10 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Gtk binding for Ada BUILD_DEPENDS= adagcc:${PORTSDIR}/lang/gnat +LIB_DEPENDS= glut.4:${PORTSDIR}/graphics/libglut SHLIB_VERSION= ${PORTVERSION:S/1.2.//} -USE_MESA= yes USE_X_PREFIX= yes USE_GNOME= libcapplet libglade USE_GMAKE= yes diff --git a/x11-toolkits/hs-gtk2hs/Makefile b/x11-toolkits/hs-gtk2hs/Makefile index a82ff0380989..5feb67721bcb 100644 --- a/x11-toolkits/hs-gtk2hs/Makefile +++ b/x11-toolkits/hs-gtk2hs/Makefile @@ -7,7 +7,7 @@ PORTNAME= gtk2hs PORTVERSION= 0.9.10 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= x11-toolkits haskell MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} diff --git a/x11-toolkits/ocaml-lablgtk/Makefile b/x11-toolkits/ocaml-lablgtk/Makefile index c3d3077ccd20..020afd805524 100644 --- a/x11-toolkits/ocaml-lablgtk/Makefile +++ b/x11-toolkits/ocaml-lablgtk/Makefile @@ -7,7 +7,7 @@ PORTNAME= lablgtk PORTVERSION= 1.2.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-toolkits MASTER_SITES= http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/dist/ \ ftp://ftp.inria.fr/lang/caml-light/bazar-ocaml/ diff --git a/x11-toolkits/py-SciParam/Makefile b/x11-toolkits/py-SciParam/Makefile index 5c69ed68fe02..9e873b8b4365 100644 --- a/x11-toolkits/py-SciParam/Makefile +++ b/x11-toolkits/py-SciParam/Makefile @@ -8,7 +8,7 @@ PORTNAME= SciParam PORTVERSION= 1.0.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11-toolkits python MASTER_SITES= ftp://ftp.intevation.de/great-er/sciparam/ \ http://ftp.intevation.de/great-er/sciparam/ \ diff --git a/x11-toolkits/py-gtkglext/Makefile b/x11-toolkits/py-gtkglext/Makefile index a231eaf381dd..d984d34d0f0a 100644 --- a/x11-toolkits/py-gtkglext/Makefile +++ b/x11-toolkits/py-gtkglext/Makefile @@ -7,7 +7,7 @@ PORTNAME= gtkglext PORTVERSION= 1.0.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gtkglext diff --git a/x11-toolkits/py-wxPython24/Makefile b/x11-toolkits/py-wxPython24/Makefile index ecfe6368f7e7..8bd67c71be46 100644 --- a/x11-toolkits/py-wxPython24/Makefile +++ b/x11-toolkits/py-wxPython24/Makefile @@ -7,7 +7,7 @@ PORTNAME= wxPython PORTVERSION= 2.4.2.4 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= x11-toolkits python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= wxpython diff --git a/x11-toolkits/py-wxPython26/Makefile b/x11-toolkits/py-wxPython26/Makefile index 3a7dc35c54be..500da8db0810 100644 --- a/x11-toolkits/py-wxPython26/Makefile +++ b/x11-toolkits/py-wxPython26/Makefile @@ -7,7 +7,7 @@ PORTNAME= wxPython PORTVERSION= 2.6.1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-toolkits python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= wxpython diff --git a/x11-toolkits/py-wxPython28/Makefile b/x11-toolkits/py-wxPython28/Makefile index 3a7dc35c54be..500da8db0810 100644 --- a/x11-toolkits/py-wxPython28/Makefile +++ b/x11-toolkits/py-wxPython28/Makefile @@ -7,7 +7,7 @@ PORTNAME= wxPython PORTVERSION= 2.6.1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-toolkits python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= wxpython diff --git a/x11-toolkits/ruby-fox/Makefile b/x11-toolkits/ruby-fox/Makefile index 76943b2c941c..f05c51b3d83e 100644 --- a/x11-toolkits/ruby-fox/Makefile +++ b/x11-toolkits/ruby-fox/Makefile @@ -7,7 +7,7 @@ PORTNAME= fox PORTVERSION= 1.0.29 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-toolkits ruby MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= fxruby @@ -22,14 +22,14 @@ COMMENT= Ruby extension module to use FOX, aka FXRuby LIB_DEPENDS= FOX-1.0.0:${PORTSDIR}/x11-toolkits/fox \ png.5:${PORTSDIR}/graphics/png \ jpeg.9:${PORTSDIR}/graphics/jpeg \ - fxscintilla.17:${PORTSDIR}/x11-toolkits/fxscintilla-fox10 + fxscintilla.17:${PORTSDIR}/x11-toolkits/fxscintilla-fox10 \ + glut.4:${PORTSDIR}/graphics/libglut USE_RUBY= yes USE_RUBY_SETUP= yes RUBY_SETUP= install.rb USE_XLIB= yes -USE_MESA= yes DOCS_EN= ANNOUNCE ChangeLog README \ index.html doc diff --git a/x11-toolkits/ruby-fox10/Makefile b/x11-toolkits/ruby-fox10/Makefile index 76943b2c941c..f05c51b3d83e 100644 --- a/x11-toolkits/ruby-fox10/Makefile +++ b/x11-toolkits/ruby-fox10/Makefile @@ -7,7 +7,7 @@ PORTNAME= fox PORTVERSION= 1.0.29 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-toolkits ruby MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= fxruby @@ -22,14 +22,14 @@ COMMENT= Ruby extension module to use FOX, aka FXRuby LIB_DEPENDS= FOX-1.0.0:${PORTSDIR}/x11-toolkits/fox \ png.5:${PORTSDIR}/graphics/png \ jpeg.9:${PORTSDIR}/graphics/jpeg \ - fxscintilla.17:${PORTSDIR}/x11-toolkits/fxscintilla-fox10 + fxscintilla.17:${PORTSDIR}/x11-toolkits/fxscintilla-fox10 \ + glut.4:${PORTSDIR}/graphics/libglut USE_RUBY= yes USE_RUBY_SETUP= yes RUBY_SETUP= install.rb USE_XLIB= yes -USE_MESA= yes DOCS_EN= ANNOUNCE ChangeLog README \ index.html doc diff --git a/x11-toolkits/ruby-gtkglext/Makefile b/x11-toolkits/ruby-gtkglext/Makefile index e828acb2f2a0..caad08ae992e 100644 --- a/x11-toolkits/ruby-gtkglext/Makefile +++ b/x11-toolkits/ruby-gtkglext/Makefile @@ -8,6 +8,7 @@ PORTNAME= gtkglext PORTVERSION= ${RUBY_GNOME_PORTVERSION} +PORTREVISION= 1 CATEGORIES= x11-toolkits ruby MASTER_SITES= ${RUBY_GNOME_MASTER_SITES} MASTER_SITE_SUBDIR= ${RUBY_GNOME_MASTER_SITE_SUBDIR} diff --git a/x11-toolkits/wxmozilla/Makefile b/x11-toolkits/wxmozilla/Makefile index faf8a7af1a95..dbe58b652569 100644 --- a/x11-toolkits/wxmozilla/Makefile +++ b/x11-toolkits/wxmozilla/Makefile @@ -8,7 +8,7 @@ PORTNAME= wxmozilla PORTVERSION= 0.5.3 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/x11/3ddesktop/Makefile b/x11/3ddesktop/Makefile index 6252e86ee3d3..fa768a94f134 100644 --- a/x11/3ddesktop/Makefile +++ b/x11/3ddesktop/Makefile @@ -7,6 +7,7 @@ PORTNAME= 3ddesktop PORTVERSION= 0.2.9 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= desk3d @@ -14,7 +15,7 @@ MASTER_SITE_SUBDIR= desk3d MAINTAINER= ports@FreeBSD.org COMMENT= 3D Virtual Desktop Switcher -LIB_DEPENDS= glut.3:${PORTSDIR}/graphics/libglut \ +LIB_DEPENDS= glut.4:${PORTSDIR}/graphics/libglut \ Imlib2.3:${PORTSDIR}/graphics/imlib2 USE_GL= yes diff --git a/x11/gnome-screensaver/Makefile b/x11/gnome-screensaver/Makefile index 6aec27471821..57ed1b7987ee 100644 --- a/x11/gnome-screensaver/Makefile +++ b/x11/gnome-screensaver/Makefile @@ -8,6 +8,7 @@ PORTNAME= gnome-screensaver PORTVERSION= 0.0.24 +PORTREVISION= 1 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.0 diff --git a/x11/gnome2-lite/Makefile b/x11/gnome2-lite/Makefile index dab054657c59..a16898d3ebc9 100644 --- a/x11/gnome2-lite/Makefile +++ b/x11/gnome2-lite/Makefile @@ -6,7 +6,7 @@ # $MCom: ports/x11/gnome2-lite/Makefile,v 1.43 2005/09/25 23:58:48 marcus Exp $ # -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= x11 gnome PKGNAMESUFFIX= -lite diff --git a/x11/gnome2/Makefile b/x11/gnome2/Makefile index 9ab6873b6fa5..1610fd3be449 100644 --- a/x11/gnome2/Makefile +++ b/x11/gnome2/Makefile @@ -8,6 +8,7 @@ PORTNAME= gnome2 PORTVERSION= 2.12.2 +PORTREVISION= 1 PORTREVISION?= 0 CATEGORIES?= x11 gnome MASTER_SITES= # empty diff --git a/x11/kde3/Makefile b/x11/kde3/Makefile index c0b437043022..99bf524bb03a 100644 --- a/x11/kde3/Makefile +++ b/x11/kde3/Makefile @@ -8,6 +8,7 @@ PORTNAME?= kde PORTVERSION= ${KDE_VERSION} +PORTREVISION= 1 CATEGORIES= x11 kde MASTER_SITES= # empty DISTFILES= # none diff --git a/x11/kde4/Makefile b/x11/kde4/Makefile index c0b437043022..99bf524bb03a 100644 --- a/x11/kde4/Makefile +++ b/x11/kde4/Makefile @@ -8,6 +8,7 @@ PORTNAME?= kde PORTVERSION= ${KDE_VERSION} +PORTREVISION= 1 CATEGORIES= x11 kde MASTER_SITES= # empty DISTFILES= # none diff --git a/x11/ruby-gnome2-all/Makefile b/x11/ruby-gnome2-all/Makefile index d7cb75124448..2f5d1b907f96 100644 --- a/x11/ruby-gnome2-all/Makefile +++ b/x11/ruby-gnome2-all/Makefile @@ -8,6 +8,7 @@ PORTNAME= gnome2-all PORTVERSION= ${RUBY_GNOME_PORTVERSION} +PORTREVISION= 1 CATEGORIES= x11 ruby gnome MASTER_SITES= # none PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} diff --git a/x11/xscreensaver-gnome/Makefile b/x11/xscreensaver-gnome/Makefile index bb872b1c48dc..62271b832ee0 100644 --- a/x11/xscreensaver-gnome/Makefile +++ b/x11/xscreensaver-gnome/Makefile @@ -7,6 +7,7 @@ PORTNAME?= xscreensaver-gnome PORTVERSION= 4.23 +PORTREVISION= 1 PORTREVISION?= 1 CATEGORIES= x11 gnome MASTER_SITES= http://www.jwz.org/xscreensaver/ diff --git a/x11/xscreensaver-kde/Makefile b/x11/xscreensaver-kde/Makefile index df3a81c2fea7..e1e9e5556ff1 100644 --- a/x11/xscreensaver-kde/Makefile +++ b/x11/xscreensaver-kde/Makefile @@ -7,6 +7,7 @@ PORTNAME= xscreensaver-kde PORTVERSION= ${KDE_VERSION} +PORTREVISION= 1 CATEGORIES= x11 kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src diff --git a/x11/xscreensaver/Makefile b/x11/xscreensaver/Makefile index 59a9041d9f69..e7c9fb37241a 100644 --- a/x11/xscreensaver/Makefile +++ b/x11/xscreensaver/Makefile @@ -7,7 +7,7 @@ PORTNAME= xscreensaver PORTVERSION= 4.23 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES?= x11 MASTER_SITES= http://www.jwz.org/xscreensaver/ \ http://dougbarton.us/Downloads/ |