aboutsummaryrefslogtreecommitdiff
path: root/devel/libccid
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2010-08-17 15:32:44 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2010-08-17 15:32:44 +0000
commitd5a1cdd842bc6438db71015359644d5bf47c0ce3 (patch)
tree0013a160b99073d3ce53f73967e0bbdbc1e52091 /devel/libccid
parent127b0a499aa4d04686d05da2e85a7ee2d2fc32fb (diff)
Mark Broken on 8.0. The missing functions were added in SVN revision 199165
Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=259432
Diffstat (limited to 'devel/libccid')
-rw-r--r--devel/libccid/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/libccid/Makefile b/devel/libccid/Makefile
index 78535168a93e..07bd85774928 100644
--- a/devel/libccid/Makefile
+++ b/devel/libccid/Makefile
@@ -37,6 +37,9 @@ MAN8= Kobil_mIDentity_switch.8
.if ${OSVERSION} < 800069
LIB_DEPENDS+= usb-0.1.8:${PORTSDIR}/devel/libusb
.endif
+.if (${OSVERSION} >=800069 && ${OSVERSION} < 801000)
+BROKEN= Basesystem libusb is missing some functions.
+.endif
post-patch:
${REINPLACE_CMD} -e "s,use warnings;,," ${WRKSRC}/src/create_Info_plist.pl