summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2014-03-17 17:44:23 +0000
committergdt <gdt@pkgsrc.org>2014-03-17 17:44:23 +0000
commit9747b8582b9c5a44b20146d7fcc20a06709c326e (patch)
tree615ec4f73b276a47dc1a7db0c55028a40471f31a
parent36d9a6033a6bf52f89ccfabe75471a0aca7cdf00 (diff)
downloadpkgsrc-9747b8582b9c5a44b20146d7fcc20a06709c326e.tar.gz
Drop libusb1 from pcsc-lite's bl3.
sbin/pcscd is linked with libusb1, but the installed libraries and headers do not reference libusb at all. Not including libusb1 avoids having pcsc-lite's bl3 pull in pthreads to depending packages.
-rw-r--r--security/pcsc-lite/Makefile3
-rw-r--r--security/pcsc-lite/buildlink3.mk3
2 files changed, 3 insertions, 3 deletions
diff --git a/security/pcsc-lite/Makefile b/security/pcsc-lite/Makefile
index 4c6a5b0cf66..a70b7198dd6 100644
--- a/security/pcsc-lite/Makefile
+++ b/security/pcsc-lite/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.21 2014/02/25 17:47:19 gdt Exp $
+# $NetBSD: Makefile,v 1.22 2014/03/17 17:44:23 gdt Exp $
#
DISTNAME= pcsc-lite-1.8.11
+PKGREVISION= 1
CATEGORIES= security
# Note that the MASTER_SITES URL is not stable with version changes,
# and one can end up with an old version if DISTNAME is changed but
diff --git a/security/pcsc-lite/buildlink3.mk b/security/pcsc-lite/buildlink3.mk
index 7f95994e949..8aba47976ec 100644
--- a/security/pcsc-lite/buildlink3.mk
+++ b/security/pcsc-lite/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.6 2013/01/08 22:51:39 pettai Exp $
+# $NetBSD: buildlink3.mk,v 1.7 2014/03/17 17:44:23 gdt Exp $
BUILDLINK_TREE+= pcsc-lite
@@ -8,7 +8,6 @@ PCSC_LITE_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.pcsc-lite+= pcsc-lite>=1.6.5
BUILDLINK_PKGSRCDIR.pcsc-lite?= ../../security/pcsc-lite
-.include "../../devel/libusb1/buildlink3.mk"
.endif # PCSC_LITE_BUILDLINK3_MK
BUILDLINK_TREE+= -pcsc-lite