pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/pcsc-lite Drop libusb1 from pcsc-lite's bl3.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1947ef74cb69
branches:  trunk
changeset: 632152:1947ef74cb69
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Mon Mar 17 17:44:23 2014 +0000

description:
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.

diffstat:

 security/pcsc-lite/Makefile      |  3 ++-
 security/pcsc-lite/buildlink3.mk |  3 +--
 2 files changed, 3 insertions(+), 3 deletions(-)

diffs (30 lines):

diff -r 4e1ca0c49bab -r 1947ef74cb69 security/pcsc-lite/Makefile
--- a/security/pcsc-lite/Makefile       Mon Mar 17 17:12:58 2014 +0000
+++ b/security/pcsc-lite/Makefile       Mon Mar 17 17:44:23 2014 +0000
@@ -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 -r 4e1ca0c49bab -r 1947ef74cb69 security/pcsc-lite/buildlink3.mk
--- a/security/pcsc-lite/buildlink3.mk  Mon Mar 17 17:12:58 2014 +0000
+++ b/security/pcsc-lite/buildlink3.mk  Mon Mar 17 17:44:23 2014 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index