aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authoreadler <eadler@FreeBSD.org>2013-03-28 23:51:16 +0800
committereadler <eadler@FreeBSD.org>2013-03-28 23:51:16 +0800
commit90bf33f701948af1f7c39c8734ccd7343a700c94 (patch)
tree06488cf5d0a666243bc87a55c904edf7520f8ef2 /sysutils
parent159424c8ed8c23b899017787e812f5b9033e7af5 (diff)
downloadfreebsd-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 'sysutils')
-rw-r--r--sysutils/jfbterm/Makefile2
-rw-r--r--sysutils/nut22/Makefile4
2 files changed, 0 insertions, 6 deletions
diff --git a/sysutils/jfbterm/Makefile b/sysutils/jfbterm/Makefile
index d94eaafe7688..88c245723e40 100644
--- a/sysutils/jfbterm/Makefile
+++ b/sysutils/jfbterm/Makefile
@@ -42,9 +42,7 @@ UNIFONT_DESC= Install pan-unicode font
BINMODE?= 4555
.endif
-.if ${OSVERSION} >= 800504
ONLY_FOR_ARCHS+=amd64
-.endif
.if !defined(INSTALL_AS_USER)
TERMCAP_FILE?= /usr/share/misc/termcap
diff --git a/sysutils/nut22/Makefile b/sysutils/nut22/Makefile
index 02391cc47ed3..c3cc8ffe1a3c 100644
--- a/sysutils/nut22/Makefile
+++ b/sysutils/nut22/Makefile
@@ -93,11 +93,7 @@ PLIST_SUB+= NUT_SERIAL="@comment "
.endif
.if ${PORT_OPTIONS:MUSB}
-. if ${OSVERSION} < 800069
-LIB_DEPENDS+= usb-0.1.8:${PORTSDIR}/devel/libusb
-. else
EXTRA_PATCHES= ${FILESDIR}/extra-patch-m4_nut_check_libusb.m4
-. endif
CONFIGURE_ARGS+= --with-usb=auto
MAN8+= bcmxcp_usb.8 megatec_usb.8 tripplite_usb.8 usbhid-ups.8
PLIST_SUB+= NUT_USB=""