diff options
author | gabor <gabor@FreeBSD.org> | 2007-04-16 05:06:14 +0800 |
---|---|---|
committer | gabor <gabor@FreeBSD.org> | 2007-04-16 05:06:14 +0800 |
commit | c26df24ef22ddc1d6da09fc70c0fe5504ffef5b9 (patch) | |
tree | ca3e87148da586647b9a756895518811b0d88204 | |
parent | cd643c65b2204e4385844a0b89a1f010731027dc (diff) | |
download | freebsd-ports-gnome-c26df24ef22ddc1d6da09fc70c0fe5504ffef5b9.tar.gz freebsd-ports-gnome-c26df24ef22ddc1d6da09fc70c0fe5504ffef5b9.tar.zst freebsd-ports-gnome-c26df24ef22ddc1d6da09fc70c0fe5504ffef5b9.zip |
- Remove FreeBSD 4.X support from unmaintained ports in categories starting
with letter f-h
-rw-r--r-- | finance/libofx/Makefile | 8 | ||||
-rw-r--r-- | french/staroffice52/Makefile | 12 | ||||
-rw-r--r-- | ftp/downloader/Makefile | 15 | ||||
-rw-r--r-- | games/briquolo/Makefile | 8 | ||||
-rw-r--r-- | games/burgerspace/Makefile | 8 | ||||
-rw-r--r-- | games/gillo/Makefile | 8 | ||||
-rw-r--r-- | games/nil/Makefile | 3 | ||||
-rw-r--r-- | games/openmortal/Makefile | 8 | ||||
-rw-r--r-- | games/scummvm-tools/Makefile | 12 | ||||
-rw-r--r-- | games/super_methane_brothers/Makefile | 8 | ||||
-rw-r--r-- | games/torcs/Makefile | 4 | ||||
-rw-r--r-- | games/vamos/Makefile | 8 | ||||
-rw-r--r-- | german/staroffice52/Makefile | 10 | ||||
-rw-r--r-- | german/staroffice70/Makefile | 13 | ||||
-rw-r--r-- | graphics/fracplanet/Makefile | 8 | ||||
-rw-r--r-- | graphics/freeglut/Makefile | 7 | ||||
-rw-r--r-- | graphics/icoutils/Makefile | 8 | ||||
-rw-r--r-- | graphics/ipe/Makefile | 6 | ||||
-rw-r--r-- | graphics/kbarcode/Makefile | 11 | ||||
-rw-r--r-- | graphics/pixie/Makefile | 8 | ||||
-rw-r--r-- | graphics/quesa/Makefile | 4 | ||||
-rw-r--r-- | graphics/renderpark/Makefile | 7 | ||||
-rw-r--r-- | graphics/xrml/Makefile | 11 |
23 files changed, 17 insertions, 178 deletions
diff --git a/finance/libofx/Makefile b/finance/libofx/Makefile index 70574346aada..55e68e22d75f 100644 --- a/finance/libofx/Makefile +++ b/finance/libofx/Makefile @@ -42,10 +42,4 @@ post-install: @${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${DOCSDIR} .endif -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -BROKEN= does not compile -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/french/staroffice52/Makefile b/french/staroffice52/Makefile index 771e53116c6f..876d24a65fe5 100644 --- a/french/staroffice52/Makefile +++ b/french/staroffice52/Makefile @@ -70,18 +70,6 @@ pre-fetch: @${ECHO} ----------------------------------------------------------- @${FALSE} .endif -.if ${OSVERSION} < 410000 - @${ECHO} - @${ECHO} OS-VERSION ${OSVERSION} - @${ECHO} - @${ECHO} "Staroffice dépend d\'une modification du script" - @${ECHO} "/usr/src/sys/i386/linux/linux_sysvec.c Celui-ci" - @${ECHO} "Doit être au moins en révision 1.55.2.1." - @${ECHO} - @${ECHO} "Veuillez mettre à jour vers FreeBSD 4.1 SVP" - @${ECHO} - @${FALSE} -.endif .if ${SIZE} < 250000 @${ECHO} @${ECHO} "Le répertoire /usr/ports ne contient pas suffisament" diff --git a/ftp/downloader/Makefile b/ftp/downloader/Makefile index 275754b60ae8..2eebebe48698 100644 --- a/ftp/downloader/Makefile +++ b/ftp/downloader/Makefile @@ -64,21 +64,6 @@ post-patch: s|-lpthread||g' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's| DOC||g ; \ s| share||g' ${WRKSRC}/Makefile.in -.if ${OSVERSION} < 500000 -.for f in main/addr.cc main/dlist.cc main/ftpd.cc main/face/mywidget.cc - @${REINPLACE_CMD} -e 's|pass\.clear()|pass = ""|g ; \ - s|user\.clear()|user = ""|g ; \ - s|host\.clear()|host = ""|g ; \ - s|file\.clear()|file = ""|g ; \ - s|params\.clear()|params = ""|g ; \ - s|tag\.clear()|tag = ""|g ; \ - s|path\.clear()|path = ""|g' ${WRKSRC}/${f} -.endfor -.for f in main/filter.h - @${REINPLACE_CMD} -e 's|<istream>|<iostream>|g ; \ - s|<ostream>|<iostream>|g' ${WRKSRC}/${f} -.endfor -.endif post-install: ${INSTALL_MAN} ${WRKSRC}/DOC/nt.1 ${MANPREFIX}/man/man1 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> diff --git a/german/staroffice52/Makefile b/german/staroffice52/Makefile index 44282a979814..2c6923953167 100644 --- a/german/staroffice52/Makefile +++ b/german/staroffice52/Makefile @@ -70,16 +70,6 @@ pre-fetch: @${ECHO} ----------------------------------------------------------- @${FALSE} .endif -.if ${OSVERSION} < 410000 - @${ECHO} - @${ECHO} OS-VERSION ${OSVERSION} - @${ECHO} - @${ECHO} Staroffice benoetigt einen System-Patch der erst - @${ECHO} seit FreeBSD 4.1 verfuegbar ist. Bitte bringen Sie ihr - @${ECHO} System auf den neuesten Stand. - @${ECHO} - @${FALSE} -.endif .if ${SIZE} < 250000 @${ECHO} @${ECHO} In Ihrem Ports-Verzeichnis ist zuwenig Platz diff --git a/german/staroffice70/Makefile b/german/staroffice70/Makefile index 5d4c57c3a7c2..16ed5dd79799 100644 --- a/german/staroffice70/Makefile +++ b/german/staroffice70/Makefile @@ -84,19 +84,6 @@ pre-fetch: .else @${ECHO} Check if ${LINUXBASE}/etc/mtab exists: YES .endif -.if ${OSVERSION} < 450000 - @${ECHO} - @${ECHO} ERROR: - @${ECHO} - @${ECHO} OS-VERSION ${OSVERSION} - @${ECHO} - @${ECHO} Staroffice depends on a scripting fix for - @${ECHO} /usr/src/sys/i386/linux/linux_sysvec.c - @${ECHO} - @${ECHO} Please upgrade to FreeBSD 4.5 or later. - @${ECHO} - @${FALSE} -.endif .if ${SIZE} < 400000 @${ECHO} @${ECHO} ERROR: diff --git a/graphics/fracplanet/Makefile b/graphics/fracplanet/Makefile index 6a331779cd9d..c2c2e3dc1151 100644 --- a/graphics/fracplanet/Makefile +++ b/graphics/fracplanet/Makefile @@ -35,12 +35,6 @@ BASH?= ${LOCALBASE}/bin/bash QMAKE?= ${LOCALBASE}/bin/qmake QMAKESPEC?= ${LOCALBASE}/share/qt/mkspecs/freebsd-g++ -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -BROKEN= Does not build on FreeBSD 4.x -.endif - post-patch: .for file in VERSION configure @${REINPLACE_CMD} -e 's|#!/bin/bash|#!${BASH}|g' ${WRKSRC}/${file} @@ -58,4 +52,4 @@ do-install: .endfor .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/graphics/freeglut/Makefile b/graphics/freeglut/Makefile index 64de29418338..2d6b57037a6a 100644 --- a/graphics/freeglut/Makefile +++ b/graphics/freeglut/Makefile @@ -35,12 +35,7 @@ DOCS= download.html freeglut.html freeglut_logo.png \ progress.html structure.html BINS= CallbackMaker Fractals Fractals_random Lorenz One shapes -.include <bsd.port.pre.mk> - pre-configure: -.if ${OSVERSION} < 500000 - @${REINPLACE_CMD} -e "s|-Werror||" ${WRKSRC}/configure -.endif .for fract in /fractals.c _random/fractals_random.c @${REINPLACE_CMD} -e "s|/usr/local|${PREFIX}|g" \ ${WRKSRC}/progs/demos/Fractals${fract} @@ -72,4 +67,4 @@ post-install: -e "s|/usr/X11R6|${X11BASE}|" @${ECHO_MSG} -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/graphics/icoutils/Makefile b/graphics/icoutils/Makefile index bc1d5c84c617..f53bea33615b 100644 --- a/graphics/icoutils/Makefile +++ b/graphics/icoutils/Makefile @@ -39,10 +39,4 @@ post-patch: -e 's|stdint\.h|inttypes\.h|g' \ -e 's|/usr/bin/perl|${PERL5}|' -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -USE_GCC=3.4 -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/graphics/ipe/Makefile b/graphics/ipe/Makefile index 9a548064f43f..5eb9b6ff3f96 100644 --- a/graphics/ipe/Makefile +++ b/graphics/ipe/Makefile @@ -31,12 +31,6 @@ MAN1= figtoipe.1 ipe.1 ipe5toxml.1 ipetoipe.1 ipetopng.1 .include <bsd.port.pre.mk> -.if ${OSVERSION} < 500000 -# the problem is a little more subtle, really. It requires gcc 3 -USE_GCC= 3.4 -BROKEN= Does not compile on 4.x -.endif - QTDIR?= ${QT_PREFIX} QMAKE?= ${LOCALBASE}/bin/qmake diff --git a/graphics/kbarcode/Makefile b/graphics/kbarcode/Makefile index dac60771070a..c59f1bf24c8a 100644 --- a/graphics/kbarcode/Makefile +++ b/graphics/kbarcode/Makefile @@ -22,13 +22,4 @@ USE_GMAKE= yes USE_AUTOTOOLS= libtool:15 INSTALLS_ICONS= yes -.include <bsd.port.pre.mk> - -post-patch: -.if ${OSVERSION} < 500000 - @${REINPLACE_CMD} -e 's/return false/return QString::null/g ; \ - s/ or / || /g ; \ - s/ and / \&\& /g' ${WRKSRC}/kbarcode/tec.cpp -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/graphics/pixie/Makefile b/graphics/pixie/Makefile index ab25564b6d53..f13bd3d0cb1b 100644 --- a/graphics/pixie/Makefile +++ b/graphics/pixie/Makefile @@ -37,12 +37,6 @@ PIXIE_SHLIBS= file framebuffer rgbe SUB_LIST+= PORTNAME=${PORTNAME} -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -NOT_FOR_ARCHS= alpha -.endif - post-patch: @${FIND} -X ${WRKSRC} -name '*.cpp' -or -name '*.h' | \ ${XARGS} ${REINPLACE_CMD} -i '' -e 's|malloc\.h|stdlib\.h|g' @@ -100,4 +94,4 @@ do-install: .endfor .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/graphics/quesa/Makefile b/graphics/quesa/Makefile index f3d954e76264..4e9cad26b297 100644 --- a/graphics/quesa/Makefile +++ b/graphics/quesa/Makefile @@ -37,10 +37,6 @@ PLIST_SUB= WITH_EXAMPLES="@comment " PLIST_SUB= WITH_EXAMPLES="" .endif -.if ${OSVERSION} < 500000 -BROKEN= Does not compile on 4.x -.endif - .ifndef (WITH_EXAMPLES) pre-everything:: @${ECHO_CMD} "" diff --git a/graphics/renderpark/Makefile b/graphics/renderpark/Makefile index 17a508648c80..f423e0ab879d 100644 --- a/graphics/renderpark/Makefile +++ b/graphics/renderpark/Makefile @@ -31,13 +31,8 @@ WRKSRC2= ${WRKDIR}/Scenes USE_GMAKE= yes USE_X_PREFIX= yes USE_MOTIF= yes - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} > 500000 USE_GCC= 2.95 NOT_FOR_ARCHS= amd64 sparc64 ia64 -.endif .if !defined(WITH_SCENES) PLIST_SUB= WITH_SCENES="@comment " @@ -100,4 +95,4 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/DOC/UserGuide/* ${DOCSDIR}/UserGuide .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/graphics/xrml/Makefile b/graphics/xrml/Makefile index 06e014cb49cd..dd0037bd1372 100644 --- a/graphics/xrml/Makefile +++ b/graphics/xrml/Makefile @@ -23,6 +23,8 @@ USE_X_PREFIX= yes USE_GL= yes USE_MOTIF= yes USE_LDCONFIG= yes +USE_GCC= 2.95 +NOT_FOR_ARCHS= amd64 sparc64 ia64 .if !defined(WITH_EXAMPLES) PLIST_SUB= WITH_EXAMPLES="@comment " @@ -30,13 +32,6 @@ PLIST_SUB= WITH_EXAMPLES="@comment " PLIST_SUB= WITH_EXAMPLES="" .endif -.include <bsd.port.pre.mk> - -.if ${OSVERSION} > 500000 -USE_GCC= 2.95 -NOT_FOR_ARCHS= amd64 sparc64 ia64 -.endif - .ifndef (WITH_EXAMPLES) pre-everything:: @${ECHO_MSG} "You can define WITH_EXAMPLES=yes to install example VRML files" @@ -102,4 +97,4 @@ do-install: ${LN} -sf VRML97 ${DOCSDIR}/VRML .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |