diff options
Diffstat (limited to 'audio')
-rw-r--r-- | audio/beast/Makefile | 8 | ||||
-rw-r--r-- | audio/cantus_3/Makefile | 8 | ||||
-rw-r--r-- | audio/darkice/Makefile | 4 | ||||
-rw-r--r-- | audio/ecasound/Makefile | 6 | ||||
-rw-r--r-- | audio/mpdscribble/Makefile | 8 | ||||
-rw-r--r-- | audio/py-flac/Makefile | 8 | ||||
-rw-r--r-- | audio/quelcom/Makefile | 8 | ||||
-rw-r--r-- | audio/tta/Makefile | 8 | ||||
-rw-r--r-- | audio/xmms-imms/Makefile | 9 |
9 files changed, 7 insertions, 60 deletions
diff --git a/audio/beast/Makefile b/audio/beast/Makefile index 982fb8ea2f35..849cd76cf917 100644 --- a/audio/beast/Makefile +++ b/audio/beast/Makefile @@ -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> diff --git a/audio/cantus_3/Makefile b/audio/cantus_3/Makefile index faf36cf1a99c..3644f6b7ab49 100644 --- a/audio/cantus_3/Makefile +++ b/audio/cantus_3/Makefile @@ -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> diff --git a/audio/darkice/Makefile b/audio/darkice/Makefile index ba10f2cdd798..6f13ee62d7df 100644 --- a/audio/darkice/Makefile +++ b/audio/darkice/Makefile @@ -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 diff --git a/audio/ecasound/Makefile b/audio/ecasound/Makefile index ac8f105224c2..d9f53abf3583 100644 --- a/audio/ecasound/Makefile +++ b/audio/ecasound/Makefile @@ -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 diff --git a/audio/mpdscribble/Makefile b/audio/mpdscribble/Makefile index 755fbf86cbba..9e3a57b824d8 100644 --- a/audio/mpdscribble/Makefile +++ b/audio/mpdscribble/Makefile @@ -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> diff --git a/audio/py-flac/Makefile b/audio/py-flac/Makefile index 5a91783d8f5e..6b3d82db2f81 100644 --- a/audio/py-flac/Makefile +++ b/audio/py-flac/Makefile @@ -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> diff --git a/audio/quelcom/Makefile b/audio/quelcom/Makefile index d243ef29a698..2904e90c5261 100644 --- a/audio/quelcom/Makefile +++ b/audio/quelcom/Makefile @@ -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> diff --git a/audio/tta/Makefile b/audio/tta/Makefile index aa940f4e94ba..3c3aafc120c8 100644 --- a/audio/tta/Makefile +++ b/audio/tta/Makefile @@ -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> diff --git a/audio/xmms-imms/Makefile b/audio/xmms-imms/Makefile index 9bbbad0e6f73..f95443fd166c 100644 --- a/audio/xmms-imms/Makefile +++ b/audio/xmms-imms/Makefile @@ -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> |