aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-03-27 13:15:53 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-03-27 13:15:53 +0000
commit32d6ba3c612ab7323d81c30bf643fb8ce65642bd (patch)
treecca81074cd10af0c7237e0e76e72e2df6c703f4c
parent03315bbb41cbf4a95c4bdc01bd38f569c474c965 (diff)
downloadports-32d6ba3c612ab7323d81c30bf643fb8ce65642bd.tar.gz
ports-32d6ba3c612ab7323d81c30bf643fb8ce65642bd.zip
Notes
-rw-r--r--emulators/mame-devel/Makefile3
-rw-r--r--emulators/mame/Makefile3
-rw-r--r--emulators/mess/Makefile5
-rw-r--r--emulators/sdlmame-devel/Makefile3
-rw-r--r--emulators/sdlmame/Makefile3
-rw-r--r--emulators/sdlmess/Makefile5
-rw-r--r--games/brutalchess/Makefile5
-rw-r--r--games/q2p/Makefile5
-rw-r--r--games/tenebrae/Makefile5
-rw-r--r--games/tremor/Makefile5
-rw-r--r--games/tuxpuck/Makefile5
-rw-r--r--games/warsow/Makefile3
-rw-r--r--games/wesnoth-devel/Makefile4
-rw-r--r--games/wesnoth/Makefile4
-rw-r--r--games/windstille/Makefile7
-rw-r--r--graphics/f90gl/Makefile2
16 files changed, 44 insertions, 23 deletions
diff --git a/emulators/mame-devel/Makefile b/emulators/mame-devel/Makefile
index 868c51ecd4b4..dae36d7da3da 100644
--- a/emulators/mame-devel/Makefile
+++ b/emulators/mame-devel/Makefile
@@ -16,7 +16,8 @@ MAINTAINER= alepulver@FreeBSD.org
COMMENT= SDL port of the popular MAME (Multi Arcade Machine Emulator)
USE_ZIP= yes
-USE_GL= yes
+USE_XORG= xext xrender xinerama xi
+USE_GL= gl
USE_GMAKE= yes
MAKE_ENV= PTHREAD_LIBS="${PTHREAD_LIBS}"
USE_SDL= sdl
diff --git a/emulators/mame/Makefile b/emulators/mame/Makefile
index 868c51ecd4b4..dae36d7da3da 100644
--- a/emulators/mame/Makefile
+++ b/emulators/mame/Makefile
@@ -16,7 +16,8 @@ MAINTAINER= alepulver@FreeBSD.org
COMMENT= SDL port of the popular MAME (Multi Arcade Machine Emulator)
USE_ZIP= yes
-USE_GL= yes
+USE_XORG= xext xrender xinerama xi
+USE_GL= gl
USE_GMAKE= yes
MAKE_ENV= PTHREAD_LIBS="${PTHREAD_LIBS}"
USE_SDL= sdl
diff --git a/emulators/mess/Makefile b/emulators/mess/Makefile
index a4f28991e164..ed6455e8d98f 100644
--- a/emulators/mess/Makefile
+++ b/emulators/mess/Makefile
@@ -7,7 +7,7 @@
PORTNAME= sdlmess
PORTVERSION= 0.122
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= emulators
MASTER_SITES= ftp://ftp.alepulver.com.ar/distfiles/
DISTNAME= ${PORTNAME}${PORTVERSION:S/.//}
@@ -16,7 +16,8 @@ MAINTAINER= alepulver@FreeBSD.org
COMMENT= SDL port of MESS (Multiple Emulator Super System)
USE_ZIP= yes
-USE_GL= yes
+USE_GL= gl
+USE_XORG= xext xrender xinerama xi
USE_GMAKE= yes
USE_SDL= sdl
MAKEFILE= makefile.sdl
diff --git a/emulators/sdlmame-devel/Makefile b/emulators/sdlmame-devel/Makefile
index 868c51ecd4b4..dae36d7da3da 100644
--- a/emulators/sdlmame-devel/Makefile
+++ b/emulators/sdlmame-devel/Makefile
@@ -16,7 +16,8 @@ MAINTAINER= alepulver@FreeBSD.org
COMMENT= SDL port of the popular MAME (Multi Arcade Machine Emulator)
USE_ZIP= yes
-USE_GL= yes
+USE_XORG= xext xrender xinerama xi
+USE_GL= gl
USE_GMAKE= yes
MAKE_ENV= PTHREAD_LIBS="${PTHREAD_LIBS}"
USE_SDL= sdl
diff --git a/emulators/sdlmame/Makefile b/emulators/sdlmame/Makefile
index 868c51ecd4b4..dae36d7da3da 100644
--- a/emulators/sdlmame/Makefile
+++ b/emulators/sdlmame/Makefile
@@ -16,7 +16,8 @@ MAINTAINER= alepulver@FreeBSD.org
COMMENT= SDL port of the popular MAME (Multi Arcade Machine Emulator)
USE_ZIP= yes
-USE_GL= yes
+USE_XORG= xext xrender xinerama xi
+USE_GL= gl
USE_GMAKE= yes
MAKE_ENV= PTHREAD_LIBS="${PTHREAD_LIBS}"
USE_SDL= sdl
diff --git a/emulators/sdlmess/Makefile b/emulators/sdlmess/Makefile
index a4f28991e164..ed6455e8d98f 100644
--- a/emulators/sdlmess/Makefile
+++ b/emulators/sdlmess/Makefile
@@ -7,7 +7,7 @@
PORTNAME= sdlmess
PORTVERSION= 0.122
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= emulators
MASTER_SITES= ftp://ftp.alepulver.com.ar/distfiles/
DISTNAME= ${PORTNAME}${PORTVERSION:S/.//}
@@ -16,7 +16,8 @@ MAINTAINER= alepulver@FreeBSD.org
COMMENT= SDL port of MESS (Multiple Emulator Super System)
USE_ZIP= yes
-USE_GL= yes
+USE_GL= gl
+USE_XORG= xext xrender xinerama xi
USE_GMAKE= yes
USE_SDL= sdl
MAKEFILE= makefile.sdl
diff --git a/games/brutalchess/Makefile b/games/brutalchess/Makefile
index 3956f92a5c1e..633d97065a74 100644
--- a/games/brutalchess/Makefile
+++ b/games/brutalchess/Makefile
@@ -7,16 +7,19 @@
PORTNAME= brutalchess
PORTVERSION= 0.5.2
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= ${PORTNAME}-alpha-${PORTVERSION}-src
+LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2
+
MAINTAINER= gustau.perez@gmail.com
COMMENT= Nice looking OpenGL chess game
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
+USE_XORG= x11
CONFIGURE_TARGET= --target=${ARCH}-portbld-freebsd${OSREL}
diff --git a/games/q2p/Makefile b/games/q2p/Makefile
index 1668cf3c7b83..1e395446678e 100644
--- a/games/q2p/Makefile
+++ b/games/q2p/Makefile
@@ -7,7 +7,7 @@
PORTNAME= q2p
PORTVERSION= 0.2.20061231
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= games
MASTER_SITES= http://qudos.quakedev.com/linux/quake2/engines/Q2P/
DISTNAME= Q2P-0.2-2006-12-31
@@ -17,6 +17,7 @@ COMMENT= Ehnaced OpenGL only Quake II engine
USE_BZIP2= yes
USE_GCC= 3.4+
+USE_XORG= xxf86dga xext xxf86vm x11
USE_GMAKE= yes
ALL_TARGET= release
@@ -39,7 +40,7 @@ LIBDIR= ${PREFIX}/lib/${PORTNAME}
.include <bsd.port.pre.mk>
.if !defined(WITHOUT_GLX) || !defined(WITHOUT_SDLGL)
-USE_GL= yes
+USE_GL= glu
LIB_DEPENDS+= jpeg.9:${PORTSDIR}/graphics/jpeg \
png.5:${PORTSDIR}/graphics/png
.endif
diff --git a/games/tenebrae/Makefile b/games/tenebrae/Makefile
index 1950d8ba40e0..35e2f2b1d880 100644
--- a/games/tenebrae/Makefile
+++ b/games/tenebrae/Makefile
@@ -7,7 +7,7 @@
PORTNAME= tenebrae
PORTVERSION= 1.04
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= games
MASTER_SITES= http://tenebrae.sourceforge.net/downloads/
DISTFILES= ${PORTNAME}_src${EXTRACT_SUFX} \
@@ -21,7 +21,8 @@ LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png
USE_ZIP= yes
USE_DOS2UNIX= yes
USE_GMAKE= yes
-USE_GL= yes
+USE_XORG= xxf86dga
+USE_GL= gl
USE_SDL= yes
OPTIONS= X86_ASM "Enable use of x86 assembly code" on
diff --git a/games/tremor/Makefile b/games/tremor/Makefile
index 3edcfd3ef818..5e9dad92aca9 100644
--- a/games/tremor/Makefile
+++ b/games/tremor/Makefile
@@ -7,7 +7,7 @@
PORTNAME= tremor
PORTVERSION= 3.2.4.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= games
MASTER_SITES= http://qudos.quakedev.com/linux/quake1/:src \
http://tremor.quakedev.com/:data
@@ -26,7 +26,8 @@ EXTRACT_DEPENDS=unzip:${PORTSDIR}/archivers/unzip
USE_BZIP2= yes
USE_GCC= 3.4+
-USE_GL= yes
+USE_GL= gl
+USE_XORG= xxf86dga
USE_GMAKE= yes
ALL_TARGET= release
diff --git a/games/tuxpuck/Makefile b/games/tuxpuck/Makefile
index e4662b3ad87b..2283592b70f9 100644
--- a/games/tuxpuck/Makefile
+++ b/games/tuxpuck/Makefile
@@ -8,7 +8,7 @@
PORTNAME= tuxpuck
PORTVERSION= 0.8.2
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= games
MASTER_SITES= http://users.student.lth.se/d00jkr/tuxpuck/
@@ -17,7 +17,8 @@ COMMENT= Shufflepuck Cafe Clone
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
png.5:${PORTSDIR}/graphics/png \
- vorbis.4:${PORTSDIR}/audio/libvorbis
+ vorbis.4:${PORTSDIR}/audio/libvorbis \
+ freetype.9:${PORTSDIR}/print/freetype2
USE_SDL= sdl
USE_GMAKE= yes
diff --git a/games/warsow/Makefile b/games/warsow/Makefile
index dba537fd68ea..3820a2638b6c 100644
--- a/games/warsow/Makefile
+++ b/games/warsow/Makefile
@@ -7,7 +7,7 @@
PORTNAME= warsow
PORTVERSION= 0.12
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= games
MASTER_SITES= http://warsow.aditsystems.com/ \
http://ftp.club-internet.fr/pub/games/nofrag/warsow/ \
@@ -23,6 +23,7 @@ RUN_DEPENDS= ${DATADIR}/data0.pk3:${PORTSDIR}/games/warsow-data
ONLY_FOR_ARCHS= i386 amd64
USE_GMAKE= yes
USE_GCC= 3.4+
+USE_XORG= xxf86dga
USE_ZIP= yes
USE_DOS2UNIX= linux/in_x11.c linux/sys_linux.c
diff --git a/games/wesnoth-devel/Makefile b/games/wesnoth-devel/Makefile
index cb5b10ff80bf..4419256d0b5e 100644
--- a/games/wesnoth-devel/Makefile
+++ b/games/wesnoth-devel/Makefile
@@ -7,12 +7,14 @@
PORTNAME= wesnoth
PORTVERSION= 1.2.8
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://www.wesnoth.org/files/
MASTER_SITE_SUBDIR= wesnoth
+LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2
+
MAINTAINER= philip@FreeBSD.org
COMMENT= A fantasy turn-based strategy game
diff --git a/games/wesnoth/Makefile b/games/wesnoth/Makefile
index cb5b10ff80bf..4419256d0b5e 100644
--- a/games/wesnoth/Makefile
+++ b/games/wesnoth/Makefile
@@ -7,12 +7,14 @@
PORTNAME= wesnoth
PORTVERSION= 1.2.8
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://www.wesnoth.org/files/
MASTER_SITE_SUBDIR= wesnoth
+LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2
+
MAINTAINER= philip@FreeBSD.org
COMMENT= A fantasy turn-based strategy game
diff --git a/games/windstille/Makefile b/games/windstille/Makefile
index 5a2e46515fe6..94984aed72fe 100644
--- a/games/windstille/Makefile
+++ b/games/windstille/Makefile
@@ -7,7 +7,7 @@
PORTNAME= windstille
PORTVERSION= 0.3.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= games
MASTER_SITES= BERLIOS CENKES
@@ -20,12 +20,13 @@ LIB_DEPENDS= openal.0:${PORTSDIR}/audio/openal \
vorbis.4:${PORTSDIR}/audio/libvorbis \
png.5:${PORTSDIR}/graphics/png \
GLEW.1:${PORTSDIR}/graphics/glew \
- squirrel.0:${PORTSDIR}/lang/squirrel
+ squirrel.0:${PORTSDIR}/lang/squirrel \
+ freetype.9:${PORTSDIR}/print/freetype2
BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost
USE_BZIP2= yes
USE_SCONS= yes
-USE_GL= yes
+USE_GL= gl
USE_SDL= sdl image
USE_BISON= build
diff --git a/graphics/f90gl/Makefile b/graphics/f90gl/Makefile
index 6d72354af86b..3dfa309bc82f 100644
--- a/graphics/f90gl/Makefile
+++ b/graphics/f90gl/Makefile
@@ -7,6 +7,7 @@
PORTNAME= f90gl
PORTVERSION= 1.2.13
+PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= http://math.nist.gov/f90gl/ \
http://math.nist.gov/~WMitchell/papers/:doc
@@ -22,6 +23,7 @@ MAINTAINER= maho@FreeBSD.org
COMMENT= Official Fortran 90 bindings for OpenGL
USE_GL= glut glu
+USE_XORG= xaw
USE_LDCONFIG= yes
USE_FORTRAN= yes
FNAME= UNDERSCORE