- Remove FreeBSD 4.X support from unmaintained ports in categories starting

with letter f-h
This commit is contained in:
Gabor Kovesdan 2007-04-15 21:06:14 +00:00
parent 286203d809
commit 46b9896d01
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=190038
23 changed files with 17 additions and 178 deletions

View File

@ -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>

View File

@ -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"

View File

@ -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

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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 \

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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

View File

@ -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>

View File

@ -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

View File

@ -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:

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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

View File

@ -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>

View File

@ -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>

View File

@ -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} ""

View File

@ -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>

View File

@ -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>