summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2007-09-30 04:47:36 +0000
committerMark Linimon <linimon@FreeBSD.org>2007-09-30 04:47:36 +0000
commit48420a5ebd9fbd0e15cf0fa5b62dd93ae9cd2531 (patch)
treeeedd43e6e7c3a96d77549de85690d46016e9cc7e /games
parent- mark BROKEN to API change (diff)
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR: ports/116639 Submitted by: aDe
Notes
Notes: svn path=/head/; revision=200411
Diffstat (limited to 'games')
-rw-r--r--games/atr3d/Makefile4
-rw-r--r--games/cgoban/Makefile10
-rw-r--r--games/cgoban/files/patch-configure.in19
-rw-r--r--games/glest/Makefile3
-rw-r--r--games/gno3dtet/Makefile4
-rw-r--r--games/kmastermind/Makefile4
-rw-r--r--games/moon-buggy/Makefile3
-rw-r--r--games/planeshift/Makefile4
-rw-r--r--games/quake2forge/Makefile4
9 files changed, 18 insertions, 37 deletions
diff --git a/games/atr3d/Makefile b/games/atr3d/Makefile
index f7ad993ad489..e3928f4821ee 100644
--- a/games/atr3d/Makefile
+++ b/games/atr3d/Makefile
@@ -7,7 +7,7 @@
PORTNAME= atr3d
PORTVERSION= 0.6
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= games
MASTER_SITES= ftp://ftp.avoidtheroid.com/pub/${PORTNAME}/
DISTNAME= ${PORTNAME}_source_${PORTVERSION}
@@ -33,7 +33,7 @@ CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS= --enable-sound
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \
SDL_CONFIG="${SDL_CONFIG}"
-USE_AUTOTOOLS= automake:19 autoconf:259
+USE_AUTOTOOLS= automake:19 autoconf:261
CPPFLAGS= -I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS}
LDFLAGS= -L${LOCALBASE}/lib -L${X11BASE}/lib ${PTHREAD_LIBS}
diff --git a/games/cgoban/Makefile b/games/cgoban/Makefile
index d5a15ff7e83b..31611dbd76d6 100644
--- a/games/cgoban/Makefile
+++ b/games/cgoban/Makefile
@@ -7,7 +7,7 @@
PORTNAME= cgoban
PORTVERSION= 1.9.14
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= cgoban1
@@ -17,16 +17,14 @@ COMMENT= Internet Go Server client and game editor
USE_X_PREFIX= yes
USE_GMAKE= yes
-USE_AUTOTOOLS= autoconf:253
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-CONFIGURE_ENV= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
- AUTOHEADER="${TRUE}"
+GNU_CONFIGURE= yes
MAN6= cgoban.6
PLIST_FILES= bin/cgoban
post-patch:
- ${REINPLACE_CMD} -e 's|/usr/bin/gnugo|${LOCALBASE}/bin/gnugo|' ${WRKSRC}/src/cgoban.c
+ @${REINPLACE_CMD} -e 's|/usr/bin/gnugo|${LOCALBASE}/bin/gnugo|' ${WRKSRC}/src/cgoban.c
+ @${REINPLACE_CMD} -e 's|linux/soundcard.h|sys/soundcard.h|' ${WRKSRC}/configure
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/cgoban ${PREFIX}/bin
diff --git a/games/cgoban/files/patch-configure.in b/games/cgoban/files/patch-configure.in
index d903bef34c64..e69de29bb2d1 100644
--- a/games/cgoban/files/patch-configure.in
+++ b/games/cgoban/files/patch-configure.in
@@ -1,19 +0,0 @@
---- configure.in.orig Tue Jan 7 04:31:33 2003
-+++ configure.in Mon Nov 17 21:22:54 2003
-@@ -168,7 +158,6 @@
- AC_MINIX
- AC_PROG_CPP
- AC_EXEEXT
--WMS_GET_CFLAGS
-
- AM_CONFIG_HEADER(configure.h)
- AC_SUBST(LIBS)dnl
-@@ -185,7 +174,7 @@
- AC_TIME_WITH_SYS_TIME
- AC_CHECK_HEADER(sun/audioio.h, AC_DEFINE(SUN_SOUND))
- if test $ac_cv_header_sun_audioio_h = no; then
-- AC_CHECK_HEADER(linux/soundcard.h, AC_DEFINE(LINUX_SOUND))
-+ AC_CHECK_HEADER(sys/soundcard.h, AC_DEFINE(LINUX_SOUND))
- fi
- WMS_CHECK_H_ERRNO
- WMS_CHECK_SOCKETS
diff --git a/games/glest/Makefile b/games/glest/Makefile
index e46db8d9b686..8c677c27cfd0 100644
--- a/games/glest/Makefile
+++ b/games/glest/Makefile
@@ -7,6 +7,7 @@
PORTNAME= glest
PORTVERSION= 2.0.1
+PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -24,7 +25,7 @@ BUILD_DEPENDS= jam:${PORTSDIR}/devel/jam
RUN_DEPENDS= ${DATADIR}/configuration.xml:${PORTSDIR}/games/glest-data
USE_XLIB= yes
-USE_AUTOTOOLS= automake:15:env autoconf:259:env
+USE_AUTOTOOLS= automake:15:env autoconf:261:env
USE_ZIP= yes
USE_DOS2UNIX= yes
USE_GCC= 3.2+
diff --git a/games/gno3dtet/Makefile b/games/gno3dtet/Makefile
index 75dd9f464870..42255b33c9d4 100644
--- a/games/gno3dtet/Makefile
+++ b/games/gno3dtet/Makefile
@@ -7,7 +7,7 @@
PORTNAME= gno3dtet
PORTVERSION= 1.96.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= games gnome
MASTER_SITES= http://eseb.net/ftp/gno3dtet/
EXTRACT_SUFX= .tgz
@@ -20,7 +20,7 @@ EXTRACT_DEPENDS=intltoolize:${PORTSDIR}/textproc/intltool
USE_X_PREFIX= yes
USE_GNOME= gnomehack gnomeprefix gnometarget intlhack libgnomeui librsvg2
USE_GMAKE= yes
-USE_AUTOTOOLS= autoheader:259 automake:19 aclocal:19 autoconf:259
+USE_AUTOTOOLS= autoheader:261 automake:19 aclocal:19 autoconf:261
ACLOCAL_ARGS= -I m4 -I ${ACLOCAL_DIR} -I ${LOCALBASE}/share/aclocal
AUTOMAKE_ARGS= -a -c -f
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
diff --git a/games/kmastermind/Makefile b/games/kmastermind/Makefile
index d5b83e3c7026..685dbf358079 100644
--- a/games/kmastermind/Makefile
+++ b/games/kmastermind/Makefile
@@ -6,7 +6,7 @@
PORTNAME= kmastermind
PORTVERSION= 2.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= games kde
MASTER_SITES= http://www.kde-apps.org/CONTENT/content-files/
DISTNAME= 20292-${PORTNAME}-${PORTVERSION}
@@ -16,7 +16,7 @@ COMMENT= Mastermind game designed for K Desktop Environment
BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/x11/kdelibs3:extract
-USE_AUTOTOOLS= automake:19:env autoconf:259:env libtool:15
+USE_AUTOTOOLS= automake:19:env autoconf:261:env libtool:15
USE_PERL5_BUILD= yes
USE_KDELIBS_VER= 3
USE_BZIP2= yes
diff --git a/games/moon-buggy/Makefile b/games/moon-buggy/Makefile
index 02e6cf591257..532e59c5e8c9 100644
--- a/games/moon-buggy/Makefile
+++ b/games/moon-buggy/Makefile
@@ -7,6 +7,7 @@
PORTNAME= moon-buggy
PORTVERSION= 1.0.51
+PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= http://seehuhn.de/media/programs/
.if defined (WITH_ESOUND)
@@ -23,7 +24,7 @@ COMMENT= Drive a buggy across the moons surface
LIB_DEPENDS= esd:${PORTSDIR}/audio/esound:install
.endif
-USE_AUTOTOOLS= autoconf:259
+USE_AUTOTOOLS= autoconf:261
CONFIGURE_ARGS= --prefix=${PREFIX} \
--sharedstatedir=/var/games\
--with-setgid=games
diff --git a/games/planeshift/Makefile b/games/planeshift/Makefile
index 6438fec10d8c..f5a0ff66b0ea 100644
--- a/games/planeshift/Makefile
+++ b/games/planeshift/Makefile
@@ -7,7 +7,7 @@
PORTNAME= planeshift
PORTVERSION= 0.3.017
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= games
MASTER_SITES= http://alex.foxybanana.com/freebsd/
@@ -23,7 +23,7 @@ LIB_DEPENDS= cal3d.12:${PORTSDIR}/graphics/cal3d \
USE_BZIP2= yes
GNU_CONFIGURE= yes
-USE_AUTOTOOLS= automake:15:env autoconf:259:env
+USE_AUTOTOOLS= automake:15:env autoconf:261:env
CPPFLAGS+= -I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_LIBS}
LDFLAGS+= -L${LOCALBASE}/lib -L${X11BASE}/lib
diff --git a/games/quake2forge/Makefile b/games/quake2forge/Makefile
index 89288b07fbce..7434a734b087 100644
--- a/games/quake2forge/Makefile
+++ b/games/quake2forge/Makefile
@@ -7,7 +7,7 @@
PORTNAME= quake2forge
PORTVERSION= 0.3
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= games
MASTER_SITES= http://www.galgenberg.net/distfiles/
DISTNAME= quake2-${PORTVERSION}
@@ -15,7 +15,7 @@ DISTNAME= quake2-${PORTVERSION}
MAINTAINER= alepulver@FreeBSD.org
COMMENT= First Person Shooter with many addons available
-USE_AUTOTOOLS= autoconf:259 libtool:15
+USE_AUTOTOOLS= autoconf:261 libtool:15
USE_BZIP2= yes
CONFIGURE_ARGS= --program-transform-name='s/^quake2$$/${PORTNAME}/' \