From e89d3f74cb39dca728875958504b8eb0e92b057a Mon Sep 17 00:00:00 2001 From: gdt Date: Mon, 17 Mar 2014 17:44:23 +0000 Subject: 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. --- security/pcsc-lite/Makefile | 3 ++- security/pcsc-lite/buildlink3.mk | 3 +-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'security/pcsc-lite') 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 -- cgit v1.2.3