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 /x11 | |
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 'x11')
-rw-r--r-- | x11/kdebase3/Makefile | 4 | ||||
-rw-r--r-- | x11/kdelibs3/Makefile | 8 |
2 files changed, 0 insertions, 12 deletions
diff --git a/x11/kdebase3/Makefile b/x11/kdebase3/Makefile index 4afd983f733e..14bfff77dfb5 100644 --- a/x11/kdebase3/Makefile +++ b/x11/kdebase3/Makefile @@ -56,11 +56,7 @@ HTDIG_DESC= Use htdig to build manual indices .include "${.CURDIR}/../../x11/kde3/Makefile.kde" .include <bsd.port.pre.mk> -.if ${OSVERSION} < 800069 -LIB_DEPENDS+= usb-0.1:${PORTSDIR}/devel/libusb -.else EXTRA_PATCHES+= ${FILESDIR}/extrapatch-libusb20 -.endif .if ${PORT_OPTIONS:MARTSWRAPPER} RUN_DEPENDS+= artswrapper:${PORTSDIR}/audio/artswrapper diff --git a/x11/kdelibs3/Makefile b/x11/kdelibs3/Makefile index 20fbd19a5257..aff14da9f33e 100644 --- a/x11/kdelibs3/Makefile +++ b/x11/kdelibs3/Makefile @@ -91,14 +91,6 @@ CONFLICTS_BUILD= openssl-1.* LIB_DEPENDS+= bz2.1:${PORTSDIR}/archivers/bzip2 .endif # !exists(/usr/bin/bzip2) -.if ${OSVERSION} < 800000 -.if !defined(WITHOUT_CUPS) -BROKEN= does not build fully (cups) on FreeBSD 7.X -.else -BROKEN= does not compile -.endif -.endif - pre-configure: ${REINPLACE_CMD} "s,%%LOCALBASE%%,${LOCALBASE},g" ${WRKSRC}/kdeprint/cups/kmcupsmanager.cpp ${REINPLACE_CMD} -e "s,ac_cups_share_test=.*,ac_cups_share_test=,g" \ |