summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorGabor Kovesdan <gabor@FreeBSD.org>2007-04-15 21:06:14 +0000
committerGabor Kovesdan <gabor@FreeBSD.org>2007-04-15 21:06:14 +0000
commit46b9896d01ebb6c9dc68e651b3d82a98561777f6 (patch)
tree60089dfa8bdc8380dce358589a2e1bd3b0abbd11 /games
parentUnbreak building at 5.x (do not perform 'make test' because (diff)
- Remove FreeBSD 4.X support from unmaintained ports in categories starting
with letter f-h
Notes
Notes: svn path=/head/; revision=190038
Diffstat (limited to 'games')
-rw-r--r--games/briquolo/Makefile8
-rw-r--r--games/burgerspace/Makefile8
-rw-r--r--games/gillo/Makefile8
-rw-r--r--games/nil/Makefile3
-rw-r--r--games/openmortal/Makefile8
-rw-r--r--games/scummvm-tools/Makefile12
-rw-r--r--games/super_methane_brothers/Makefile8
-rw-r--r--games/torcs/Makefile4
-rw-r--r--games/vamos/Makefile8
9 files changed, 7 insertions, 60 deletions
diff --git a/games/briquolo/Makefile b/games/briquolo/Makefile
index ea5c3d81d7ed..5d0dda0e2c95 100644
--- a/games/briquolo/Makefile
+++ b/games/briquolo/Makefile
@@ -46,10 +46,4 @@ post-patch:
pre-install:
${MKDIR} ${PREFIX}/share/applications
-.include <bsd.port.pre.mk>
-
-.if (${OSVERSION} < 500000)
-BROKEN= requires a newer libc (with wide character functions)
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/games/burgerspace/Makefile b/games/burgerspace/Makefile
index 9423216dac41..29d832f8f072 100644
--- a/games/burgerspace/Makefile
+++ b/games/burgerspace/Makefile
@@ -27,14 +27,8 @@ CONFIGURE_ARGS+= --with-gengameng-prefix="${X11BASE}"
MAN6= burgerspace.6
PLIST_FILES= bin/burgerspace
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-BROKEN= Does not compile on FreeBSD 4.x
-.endif
-
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/burgerspace ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/doc/burgerspace.6 ${PREFIX}/man/man6
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/games/gillo/Makefile b/games/gillo/Makefile
index b3e5641ac98b..a74263282ff9 100644
--- a/games/gillo/Makefile
+++ b/games/gillo/Makefile
@@ -27,12 +27,6 @@ WRKSRC= ${WRKDIR}/${PORTNAME}
JAM?= ${LOCALBASE}/bin/jam
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-BROKEN= does not compile
-.endif
-
post-patch:
@${REINPLACE_CMD} -i '' -e 's|SDL/||g' ${WRKSRC}/src/*
@${REINPLACE_CMD} -e 's|%%SDL_CFLAGS%%|`${SDL_CONFIG} --cflags`|' \
@@ -50,4 +44,4 @@ do-install:
@${MKDIR} ${DATADIR}
${INSTALL_DATA} ${WRKSRC}/data/*.* ${DATADIR}
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/games/nil/Makefile b/games/nil/Makefile
index 08dd80ee197b..deee1ee2e1f7 100644
--- a/games/nil/Makefile
+++ b/games/nil/Makefile
@@ -29,9 +29,6 @@ OPTIONS= OPTIMIZED_CFLAGS "Enable compilation optimizations" on
.if ${ARCH} == "ia64"
BROKEN= does not link on ${ARCH}
.endif
-.if ${ARCH} == "i386" && ${OSVERSION} < 500000
-BROKEN= does not compile
-.endif
post-patch:
@${FIND} ${WRKSRC} -type f -name configure -print0 | ${XARGS} -0 \
diff --git a/games/openmortal/Makefile b/games/openmortal/Makefile
index 0993676b806d..9e2193676550 100644
--- a/games/openmortal/Makefile
+++ b/games/openmortal/Makefile
@@ -27,10 +27,4 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
post-patch:
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-IGNORE= requires perl 5.6.x or later. Install lang/perl5 then try again
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/games/scummvm-tools/Makefile b/games/scummvm-tools/Makefile
index 5ad867245ba9..763918e825bd 100644
--- a/games/scummvm-tools/Makefile
+++ b/games/scummvm-tools/Makefile
@@ -25,12 +25,6 @@ USE_BZIP2= yes
USE_GMAKE= yes
WRKSRC= ${WRKDIR}/tools-${PORTVERSION}
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-USE_GCC= 3.3+
-.endif
-
do-install:
.for i in compress_queen compress_saga compress_scumm_bun compress_scumm_sou compress_simon compress_sword1 compress_sword2 extract_kyra extract_loom_tg16 extract_mm_c64 extract_mm_nes extract_scumm_mac extract_simon1_amiga extract_zak_c64 dekyra descumm desword2
@${INSTALL_PROGRAM} ${WRKSRC}/$i ${PREFIX}/bin
@@ -43,9 +37,5 @@ do-install:
post-patch:
@${REINPLACE_CMD} -e 's@:= -g -O@+= ${CFLAGS}@' ${WRKSRC}/Makefile
-.if ${OSVERSION} < 500000
- @${REINPLACE_CMD} -e 's/gcc/${CC}/g' ${WRKSRC}/Makefile
- @${REINPLACE_CMD} -e 's/g\+\+/g\+\+32/g' ${WRKSRC}/Makefile
-.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/games/super_methane_brothers/Makefile b/games/super_methane_brothers/Makefile
index 6d5437a7d409..bcc3d1e42924 100644
--- a/games/super_methane_brothers/Makefile
+++ b/games/super_methane_brothers/Makefile
@@ -26,12 +26,6 @@ MAKEFILE= makefile
USE_X_PREFIX= yes
USE_GMAKE= yes
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-IGNORE= does not compile on FreeBSD 4.X
-.endif
-
post-patch:
@${REINPLACE_CMD} -e \
's|g++|${CXX}|; s|gcc|${CXX}|; \
@@ -60,4 +54,4 @@ do-install:
post-install:
@${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/games/torcs/Makefile b/games/torcs/Makefile
index 86acf6b88112..e4686c9cc644 100644
--- a/games/torcs/Makefile
+++ b/games/torcs/Makefile
@@ -46,10 +46,6 @@ BASH2FIX= src/linux/torcs.in src/tools/accc/accc.in src/tools/nfsperf/nfsperf.in
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 500000
-BROKEN= Does not compile on FreeBSD-4.
-.endif
-
.if ${OSVERSION} < 500041
CPPFLAGS+= -I${X11BASE}/include
.else
diff --git a/games/vamos/Makefile b/games/vamos/Makefile
index e33216214ed3..943e5bfca4b4 100644
--- a/games/vamos/Makefile
+++ b/games/vamos/Makefile
@@ -40,12 +40,6 @@ CPPFLAGS= -I${LOCALBASE}/include/libpng -I${LOCALBASE}/include \
LDFLAGS= -L${LOCALBASE}/lib -L${X11BASE}/lib -lusbhid \
${PTHREAD_LIBS}
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-BROKEN= "Does not compile on 4.x (port and dependencies need recent C++ compiler)"
-.endif
-
post-extract:
@${RM} -f ${WRKSRC}/doc/*.info*
@@ -56,4 +50,4 @@ post-patch:
@${REINPLACE_CMD} -e 's|freeglut|glut|g ; \
s|FREEGLUT|GLUT|g' ${WRKSRC}/configure
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>