aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2013-03-28 15:51:16 +0000
committerEitan Adler <eadler@FreeBSD.org>2013-03-28 15:51:16 +0000
commitb0533230a5dc0d2805b7e7bc9d84de5193b5f32d (patch)
tree06488cf5d0a666243bc87a55c904edf7520f8ef2 /graphics
parent6c6cdf95b4984c625eb219505592bb7690d3bb20 (diff)
downloadports-b0533230a5dc0d2805b7e7bc9d84de5193b5f32d.tar.gz
ports-b0533230a5dc0d2805b7e7bc9d84de5193b5f32d.zip
Drop support for old versions of FreeBSD from unmaintained ports
Reviewed by: miwi
Notes
Notes: svn path=/head/; revision=315474
Diffstat (limited to 'graphics')
-rw-r--r--graphics/s10sh/Makefile9
-rw-r--r--graphics/sane-backends/Makefile4
-rw-r--r--graphics/simpleviewer/Makefile5
3 files changed, 0 insertions, 18 deletions
diff --git a/graphics/s10sh/Makefile b/graphics/s10sh/Makefile
index 38e0c6e320fe..65e1141a9a14 100644
--- a/graphics/s10sh/Makefile
+++ b/graphics/s10sh/Makefile
@@ -22,17 +22,8 @@ PORTDOCS= README
OPTIONS_DEFINE= USB
-.include <bsd.port.pre.mk>
.include <bsd.port.options.mk>
-.if ${OSVERSION} < 800069
-. if ${PORT_OPTIONS:MUSB}
-LIB_DEPENDS+= usb:${PORTSDIR}/devel/libusb
-. else
-MAKE_ENV+= WITHOUT_USB=YES
-. endif
-.endif
-
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/
diff --git a/graphics/sane-backends/Makefile b/graphics/sane-backends/Makefile
index d07e2d0c7448..d95903c234d6 100644
--- a/graphics/sane-backends/Makefile
+++ b/graphics/sane-backends/Makefile
@@ -54,10 +54,6 @@ LDFLAGS+= -L${LOCALBASE}/lib
.include <bsd.port.pre.mk>
.if ${PORT_OPTIONS:MUSB}
-.if ${OSVERSION} < 800069
-LIB_DEPENDS+= usb-0.1:${PORTSDIR}/devel/libusb
-.endif
-.else
CONFIGURE_ARGS+= --disable-libusb
.endif
diff --git a/graphics/simpleviewer/Makefile b/graphics/simpleviewer/Makefile
index 47d8cc5403e5..6cd59fbd2aa0 100644
--- a/graphics/simpleviewer/Makefile
+++ b/graphics/simpleviewer/Makefile
@@ -35,11 +35,6 @@ PLIST_FILES= bin/sviewgl
post-patch:
@${REINPLACE_CMD} -e 's,-O2,${CFLAGS}, ; s,/usr/include,${LOCALBASE}/include,g ; \
s,=-s,=-L${LOCALBASE}/lib,' ${WRKSRC}/Makefile
-.if ${OSVERSION} < 800501
- @${REINPLACE_CMD} -e 's,const struct dirent,struct dirent,' \
- ${WRKSRC}/src/fileslist.*
-.endif
-
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/sviewgl ${PREFIX}/bin