aboutsummaryrefslogtreecommitdiffstats
path: root/games/warzone2100
diff options
context:
space:
mode:
authoralepulver <alepulver@FreeBSD.org>2007-04-10 09:38:32 +0800
committeralepulver <alepulver@FreeBSD.org>2007-04-10 09:38:32 +0800
commit2343b6130ae9056627fad32007014f2133ae47ca (patch)
tree0041371bebffed4992fe195b7f11ffc6a87ce4e5 /games/warzone2100
parente600889c180170e081fb221098e51bc4d26d2e87 (diff)
downloadfreebsd-ports-gnome-2343b6130ae9056627fad32007014f2133ae47ca.tar.gz
freebsd-ports-gnome-2343b6130ae9056627fad32007014f2133ae47ca.tar.zst
freebsd-ports-gnome-2343b6130ae9056627fad32007014f2133ae47ca.zip
- Update to version 2.0.6.
Reported by: portscout
Diffstat (limited to 'games/warzone2100')
-rw-r--r--games/warzone2100/Makefile29
-rw-r--r--games/warzone2100/distinfo6
2 files changed, 16 insertions, 19 deletions
diff --git a/games/warzone2100/Makefile b/games/warzone2100/Makefile
index 6c2d2ba76804..dc68a64e77fe 100644
--- a/games/warzone2100/Makefile
+++ b/games/warzone2100/Makefile
@@ -6,14 +6,16 @@
#
PORTNAME= warzone2100
-PORTVERSION= 2.0.5
+PORTVERSION= 2.0.6
CATEGORIES= games
MASTER_SITES= http://download.gna.org/warzone/releases/2.0/
MAINTAINER= alepulver@FreeBSD.org
COMMENT= Innovative 3D real-time strategy game
-BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip
+BUILD_DEPENDS= bison>=2.1:${PORTSDIR}/devel/bison2 \
+ zip:${PORTSDIR}/archivers/zip \
+ unzip:${PORTSDIR}/archivers/unzip
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
mad.2:${PORTSDIR}/audio/libmad \
ogg.5:${PORTSDIR}/audio/libogg \
@@ -22,10 +24,10 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
png.5:${PORTSDIR}/graphics/png \
vorbis.3:${PORTSDIR}/audio/libvorbis
-USE_AUTOTOOLS= autoconf:259 automake:19
+GNU_CONFIGURE= yes
USE_BZIP2= yes
-USE_BISON= yes
USE_GL= yes
+USE_GMAKE= yes
USE_SDL= net sdl
CONFIGURE_ARGS= --program-transform-name=""
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \
@@ -34,18 +36,13 @@ CPPFLAGS= -I${LOCALBASE}/include -I${X11BASE}/include
LDFLAGS= -L${LOCALBASE}/lib -L${X11BASE}/lib
post-patch:
- @${REINPLACE_CMD} -e 's|-m32||' ${WRKSRC}/configure.ac
-
-pre-configure:
- @cd ${WRKSRC} && ${TOUCH} NEWS && ${CAT} m4/*.m4 > acinclude.m4
-
-run-autotools:
- @cd ${WRKSRC} && ${SETENV} ${AUTOTOOLS_VARS} ${AUTORECONF} -is
-
-.if !defined(NOPORTDOCS)
-post-install:
- ${MKDIR} ${DOCSDIR}
- cd ${WRKSRC} && ${INSTALL_DATA} ChangeLog README ${DOCSDIR}
+ @${REINPLACE_CMD} -e 's|-m32||' ${WRKSRC}/configure
+.if defined(NOPORTDOCS)
+ @${REINPLACE_CMD} -Ee 's|^(dist_doc_Data =) .*|\1|' \
+ ${WRKSRC}/Makefile.in
+.else
+ @${REINPLACE_CMD} -e 's|AUTHORS||; s|COPYING COPYING\.README||' \
+ ${WRKSRC}/Makefile.in
.endif
.include <bsd.port.mk>
diff --git a/games/warzone2100/distinfo b/games/warzone2100/distinfo
index 44fad29bc263..a521f822f6a3 100644
--- a/games/warzone2100/distinfo
+++ b/games/warzone2100/distinfo
@@ -1,3 +1,3 @@
-MD5 (warzone2100-2.0.5.tar.bz2) = 56e83a64d5b7aa60ced3d7ac7281bb42
-SHA256 (warzone2100-2.0.5.tar.bz2) = 0220556d9487604853e7cb1e33740cf86d8649bbb2efb1f5f8e421c044f3bd6f
-SIZE (warzone2100-2.0.5.tar.bz2) = 19779896
+MD5 (warzone2100-2.0.6.tar.bz2) = f831dcbc1961c6d3fe8a354439f063a2
+SHA256 (warzone2100-2.0.6.tar.bz2) = 2f10634a736b7af720ad477e08ba2a36bd2b68dd79e2ba1940f4a82962102ae9
+SIZE (warzone2100-2.0.6.tar.bz2) = 20009086
e2005-11-158-8/+8 * Update to 1.8.6.marcus2005-11-153-4/+7 * Update to 0.3.9.marcus2005-11-146-28/+8 * - Make fetchablepav2005-11-133-0/+6 * Update to KDE 3.4.3 / KOffice 1.4.2lofi2005-11-056-12/+12 * - Update to 0.14.0, see release note for details:mezz2005-11-052-0/+3 * Bump PORTREVISION to chase the glib20 shared library update.marcus2005-11-057-0/+7 * Presenting GNOME 2.12 for FreeBSD. The release is chock full of bug fixesmarcus2005-11-0516-160/+51 * Update to 0.12.2.mezz2005-10-058-32/+8 * Update to 0.3.8.marcus2005-09-306-40/+18 * Revert previous commit since 3.2.18 requires the newer GTK+. It wouldmarcus2005-09-063-4/+4 * Update to 1.6.6.marcus2005-09-063-3/+34 * Update to 3.2.18.kwm2005-09-063-3/+4 * Update to 1.6.5.marcus2005-08-313-8/+3 * Update to 1.8.5.marcus2005-08-314-12/+9 * Update to 3.2.17.mezz2005-08-294-46/+100 * - Enable on amd64pav2005-08-193-3/+3 * Update to KDE 3.4.2 / KOffice 1.4.1lofi2005-08-016-12/+12 * Update to KDE 3.4.1lofi2005-06-2612-36/+606 * Mega-patch to cleanup the ports infrastructure regarding our linux bits:netchild2005-06-186-3/+9 * Fix a hang that can occur at configure time when Java is installed.marcus2005-06-072-6/+28 * Remove some leftover locale directories.marcus2005-05-284-0/+6 * Update to 0.12.1.adamw2005-05-236-8/+10 * Update to 1.0.5.marcus2005-05-123-58/+3 * Update to 1.6.4.marcus2005-05-122-4/+3 * Update to 0.3.7.marcus2005-05-124-8/+6 * Fix the build on 4.X.marcus2005-05-081-0/+12 * Update to 0.10.9.marcus2005-05-072-4/+4 * Fix plist.krion2005-05-011-0/+2 * Update to 0.10.8.marcus2005-04-304-4/+73 * Update to 1.8.4.adamw2005-04-293-3/+4 * - Update to 1.0.4ahze2005-04-273-3/+29 * Update to 0.10.7.adamw2005-04-213-4/+8 * Update to 1.8.3.adamw2005-04-123-10/+6 * Update maintainer's email address.linimon2005-04-081-1/+1 * Update to 1.0.3.marcus2005-04-032-3/+3 * Update to 0.10.5.marcus2005-04-033-16/+15 * Update to KDE 3.4lofi2005-03-2112-12/+14610