diff options
author | eadler <eadler@FreeBSD.org> | 2013-03-28 23:51:16 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2013-03-28 23:51:16 +0800 |
commit | 90bf33f701948af1f7c39c8734ccd7343a700c94 (patch) | |
tree | 06488cf5d0a666243bc87a55c904edf7520f8ef2 /audio | |
parent | 159424c8ed8c23b899017787e812f5b9033e7af5 (diff) | |
download | freebsd-ports-gnome-90bf33f701948af1f7c39c8734ccd7343a700c94.tar.gz freebsd-ports-gnome-90bf33f701948af1f7c39c8734ccd7343a700c94.tar.zst freebsd-ports-gnome-90bf33f701948af1f7c39c8734ccd7343a700c94.zip |
Drop support for old versions of FreeBSD from unmaintained ports
Reviewed by: miwi
Diffstat (limited to 'audio')
-rw-r--r-- | audio/bmp-flac/Makefile | 2 | ||||
-rw-r--r-- | audio/ifp-line/Makefile | 4 | ||||
-rw-r--r-- | audio/libmtp/Makefile | 5 | ||||
-rw-r--r-- | audio/libnjb/Makefile | 4 | ||||
-rw-r--r-- | audio/mpiosh/Makefile | 6 | ||||
-rw-r--r-- | audio/rioutil/Makefile | 4 |
6 files changed, 0 insertions, 25 deletions
diff --git a/audio/bmp-flac/Makefile b/audio/bmp-flac/Makefile index 0d1d3be084d9..b09974b4870f 100644 --- a/audio/bmp-flac/Makefile +++ b/audio/bmp-flac/Makefile @@ -45,10 +45,8 @@ do-install: .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 700042 .if ${ARCH} == "sparc64" BROKEN= Does not compile with GCC 4.2 .endif -.endif .include <bsd.port.post.mk> diff --git a/audio/ifp-line/Makefile b/audio/ifp-line/Makefile index f1bb76cf04cf..80dcae8a91fb 100644 --- a/audio/ifp-line/Makefile +++ b/audio/ifp-line/Makefile @@ -25,11 +25,7 @@ PLIST_FILES+= bin/ifp .include <bsd.port.pre.mk> -.if ${OSVERSION} < 800069 -LIB_DEPENDS+= usb-0.1.8:${PORTSDIR}/devel/libusb -.else LDFLAGS+= -lusb -.endif post-patch: @${REINPLACE_CMD} -e \ diff --git a/audio/libmtp/Makefile b/audio/libmtp/Makefile index 888d0fe431ca..ff9b503c7769 100644 --- a/audio/libmtp/Makefile +++ b/audio/libmtp/Makefile @@ -35,12 +35,7 @@ CONFIGURE_ARGS+=--disable-mtpz .include <bsd.port.pre.mk> -.if ${OSVERSION} < 800069 -LIB_DEPENDS+= usb:${PORTSDIR}/devel/libusb -CONFIGURE_ENV+= ac_cv_lib_openusb_openusb_init=no -.else CONFIGURE_ENV+= LIBUSB_CFLAGS="-I/usr/include" LIBUSB_LIBS="-lusb" LIBS="-lusb" -.endif post-patch: @${REINPLACE_CMD} -e \ diff --git a/audio/libnjb/Makefile b/audio/libnjb/Makefile index f13f8cbfa160..7b893933bfb5 100644 --- a/audio/libnjb/Makefile +++ b/audio/libnjb/Makefile @@ -35,10 +35,6 @@ CONFIGURE_ENV+= ac_cv_prog_HAVE_DOXYGEN=no .include <bsd.port.pre.mk> -.if ${OSVERSION} < 800069 -LIB_DEPENDS+= usb-0.1:${PORTSDIR}/devel/libusb -.endif - post-patch: @${REINPLACE_CMD} -e \ '/^SHOW_DIRECTORIES/d' ${WRKSRC}/doc/Doxyfile.in diff --git a/audio/mpiosh/Makefile b/audio/mpiosh/Makefile index 0bde42fbd6c0..8ae2c52ec41f 100644 --- a/audio/mpiosh/Makefile +++ b/audio/mpiosh/Makefile @@ -27,15 +27,9 @@ LDFLAGS+= -L${LOCALBASE}/lib -liconv .include <bsd.port.pre.mk> -.if ${OSVERSION} < 800069 -LIB_DEPENDS+= usb-0.1:${PORTSDIR}/devel/libusb -.else EXTRA_PATCHES= ${FILESDIR}/extra-patch-configure.in -.endif post-patch: -.if ${OSVERSION} >= 800069 ${RM} -f ${WRKSRC}/configure -.endif .include <bsd.port.post.mk> diff --git a/audio/rioutil/Makefile b/audio/rioutil/Makefile index f06fc397bdc5..debf61986bea 100644 --- a/audio/rioutil/Makefile +++ b/audio/rioutil/Makefile @@ -22,12 +22,8 @@ LDFLAGS+= -L${LOCALBASE}/lib .include <bsd.port.pre.mk> -.if ${OSVERSION} < 800069 -LIB_DEPENDS+= usb-0.1.8:${PORTSDIR}/devel/libusb -.else EXTRA_PATCHES= ${FILESDIR}/extra-patch-configure.ac USE_AUTOTOOLS= autoconf -.endif post-extract: # @${RM} -f ${WRKSRC}/src/getopt* |