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

letter a-c
This commit is contained in:
Gabor Kovesdan 2007-04-14 16:20:45 +00:00
parent f6b5e52b70
commit f89a2cd356
11 changed files with 10 additions and 76 deletions

View file

@ -18,13 +18,8 @@ HAS_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX}
ALL_TARGET= xdms
.include <bsd.port.pre.mk>
post-patch:
${REINPLACE_CMD} "s@-O2 -Wall@$${CFLAGS} -Wall@g" ${WRKSRC}/src/Makefile.in
.if ( ${OSVERSION} < 500000 )
${REINPLACE_CMD} 's/stdint.h/inttypes.h/' ${WRKSRC}/src/cdata.h
.endif
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/xdms ${PREFIX}/bin
@ -33,4 +28,4 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/xdms.txt ${DOCSDIR}
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View file

@ -33,12 +33,6 @@ CONFIGURE_ARGS= --disable-debug \
MAN1= beast.1 bsesh.1 sfidl.1
MAN3= beast-gxk.3 bse-procs.3 bse-structs.3 bse.3 sfi.3
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
IGNORE= does not compile on FreeBSD 4.x, missing library function isfinite
.endif
post-patch:
@${REINPLACE_CMD} -Ee 's|$${libdir}/ladspa|${LOCALBASE}/lib/ladspa|; \
/FLAGS=/ s/(-g|-ggdb3|-pipe|-O2|-ftracer|-finline-functions|-fno-keep-static-consts)//; \
@ -48,4 +42,4 @@ post-patch:
${WRKSRC}/bse/Makefile.in \
${WRKSRC}/bse/zintern/Makefile.in
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View file

@ -25,12 +25,6 @@ USE_GMAKE= yes
USE_GNOME= gnomehack gnomeprefix libglade2
USE_XLIB= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
IGNORE= Does not build on 4.X.
.endif
BASH?= ${LOCALBASE}/bin/bash
do-build:
@ -39,4 +33,4 @@ do-build:
do-install:
@cd ${WRKSRC} && ${BASH} build.sh --install --prefix '${PREFIX}'
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View file

@ -33,10 +33,6 @@ PLIST_FILES= bin/darkice etc/darkice.cfg
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= does not compile on 4.x
.endif
.if defined(WITHOUT_VORBIS)
CONFIGURE_ARGS+= --without-vorbis
.else

View file

@ -36,14 +36,10 @@ LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000 || exists(${LOCALBASE}/lib/libreadline.so.5)
.if exists(${LOCALBASE}/lib/libreadline.so.5)
LIB_DEPENDS+= readline.5:${PORTSDIR}/devel/readline
.endif
.if ${OSVERSION} < 500000
CFLAGS+= -fpermissive
.endif
.if defined(WITH_ARTS)
LIB_DEPENDS+= artsc.0:${PORTSDIR}/audio/arts
.else

View file

@ -20,10 +20,4 @@ GNU_CONFIGURE= yes
MAN1= mpdscribble.1
PLIST_FILES= bin/mpdscribble
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= does not build on 4.x
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View file

@ -22,13 +22,7 @@ USE_GMAKE= yes
USE_PYDISTUTILS= yes
USE_PYTHON_PREFIX= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= Does not compile on FreeBSD 4.X
.endif
do-build:
@cd ${WRKSRC} && ${GMAKE} build
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View file

@ -25,12 +25,6 @@ CXXFLAGS+= -I../lib -I${LOCALBASE}/include ${CPPFLAGS} \
-DHAVE_DECL_GETOPT -fPIC
LDFLAGS= -L../lib -L${LOCALBASE}/lib -lintl
.include <bsd.port.pre.mk>
.if ${ARCH} == "alpha" && ${OSVERSION} < 500000
BROKEN= Linker error on alpha 4.x
.endif
post-patch:
@${FIND} ${WRKSRC} -name "makefile" | ${XARGS} ${REINPLACE_CMD} -e \
's|make |$$(MAKE) |g ; \
@ -57,4 +51,4 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/doc/quelcom.html ${DOCSDIR}
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View file

@ -24,12 +24,6 @@ PROGRAM= ttaenc
PORTDOCS= Readme
PLIST_FILES= bin/ttaenc
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
IGNORE= Requires FreeBSD 5.x or higher for wide character support
.endif
do-build:
${CC} ${CFLAGS} -c ${WRKSRC}/${PROGRAM}.c -o ${WRKSRC}/${PROGRAM}.o
${CC} ${LDFLAGS} -o ${WRKSRC}/${PROGRAM} ${WRKSRC}/${PROGRAM}.o
@ -42,4 +36,4 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR}
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View file

@ -43,16 +43,7 @@ USE_LDCONFIG= yes
BROKEN= Does not compile
.endif
.if ${OSVERSION} < 500000
BROKEN= Does not compile
.endif
post-patch:
${REINPLACE_CMD} -e 's|%%PTHREAD_LIBS%%|${PTHREAD_LIBS}|g' ${WRKSRC}/vars.mk.in
.if ${OSVERSION} < 500000
@cd ${WRKSRC} && \
${REINPLACE_CMD} 's:#include.<stdint\.h>:#include <sys/types.h>:' \
players/xmms/plugin.h analyzer/spectrum.h analyzer/analyzer.cc
.endif
.include <bsd.port.post.mk>

View file

@ -22,21 +22,13 @@ MAN1= kermit.1
MAKEFILE= makefile
ALL_TARGET= krbmit
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 470103
OPENSSL_097= -DOPENSSL_097
.else
OPENSSL_097=
.endif
MAKE_ARGS= KTARGET=freebsd CC="${CC}" CC2="${CC}" \
CFLAGS="${CFLAGS} -I${OPENSSLINC} \
-DBSD44 -DCK_NCURSES -DCK_NEWTERM \
-DTCPSOCKET -DNOCOTFMC -DFREEBSD4 -DUSE_UU_LOCK -DFNFLOAT \
-funsigned-char -DTPUTSARGTYPE=int -DUSE_STRERROR -DCKHTTP \
-DCK_SSL -DCK_AUTHENTICATION -DCK_ENCRYPTION -DCK_DES \
-DOPENSSL_DES_LIBDES_COMPATIBILITY ${OPENSSL_097}" \
-DOPENSSL_DES_LIBDES_COMPATIBILITY -DOPENSSL_097" \
LIBS="-L${OPENSSLLIB} \
-lssl -lcrypto -lncurses -lcrypt -lutil -lm"
@ -57,4 +49,4 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/ckermit.ini ${EXAMPLESDIR}/dot.kermrc
${INSTALL_DATA} ${WRKSRC}/ckermod.ini ${EXAMPLESDIR}/dot.mykermrc
.include <bsd.port.post.mk>
.include <bsd.port.mk>