pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/ccid Re: pkg/38550 (Support for DragonFly to ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/84d8d760f431
branches:  trunk
changeset: 542045:84d8d760f431
user:      shannonjr <shannonjr%pkgsrc.org@localhost>
date:      Wed Apr 30 13:32:21 2008 +0000

description:
Re: pkg/38550 (Support for DragonFly to security/ccid)
Synopsis: Support for DragonFly to security/ccid
Incorporated fix submitted by Hasso Tepper.

diffstat:

 security/ccid/distinfo         |   4 ++--
 security/ccid/patches/patch-aa |  33 ++++++++++++++++++++++++++++++---
 2 files changed, 32 insertions(+), 5 deletions(-)

diffs (61 lines):

diff -r 9b0c8c78c267 -r 84d8d760f431 security/ccid/distinfo
--- a/security/ccid/distinfo    Wed Apr 30 12:20:09 2008 +0000
+++ b/security/ccid/distinfo    Wed Apr 30 13:32:21 2008 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.1.1.1 2008/03/04 11:30:08 shannonjr Exp $
+$NetBSD: distinfo,v 1.2 2008/04/30 13:32:21 shannonjr Exp $
 
 SHA1 (ccid-1.3.5.tar.gz) = feb59183184203eda8d86f39f8f283954c0d05da
 RMD160 (ccid-1.3.5.tar.gz) = dd163b4ec702fbd2c57b14f6392452232fcea543
 Size (ccid-1.3.5.tar.gz) = 593801 bytes
-SHA1 (patch-aa) = a46b893c1410f876248a2e0d3972524a8ff50c9f
+SHA1 (patch-aa) = 7f04127d300d94b9c7a326301425bfcf5a8c4a7d
 SHA1 (patch-ab) = 13db7c54d6c45aa1cb61489a7f2b38f4155793cd
 SHA1 (patch-ac) = 8c6f47d173ccf3b7794e828b9f7887bf26920f44
 SHA1 (patch-ad) = 1eaae5649357cafbb7b612d45d4522bce7148f55
diff -r 9b0c8c78c267 -r 84d8d760f431 security/ccid/patches/patch-aa
--- a/security/ccid/patches/patch-aa    Wed Apr 30 12:20:09 2008 +0000
+++ b/security/ccid/patches/patch-aa    Wed Apr 30 13:32:21 2008 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.1.1.1 2008/03/04 11:30:08 shannonjr Exp $
+$NetBSD: patch-aa,v 1.2 2008/04/30 13:32:21 shannonjr Exp $
 
---- configure.in.orig  2008-01-22 12:33:34.000000000 -0700
+--- configure.in.orig  2008-02-22 06:42:28.000000000 -0700
 +++ configure.in
-@@ -93,6 +93,10 @@ case "$host" in
+@@ -94,6 +94,10 @@ case "$host" in
        BUNDLE_HOST="FreeBSD"
        DYN_LIB_EXT="so"
        ;;
@@ -13,3 +13,30 @@
  *-*-openbsd*)
        BUNDLE_HOST="OpenBSD"
        DYN_LIB_EXT="so.0.0"
+@@ -102,6 +106,10 @@ case "$host" in
+       BUNDLE_HOST="Solaris"
+       DYN_LIB_EXT="so"
+       ;;
++*-*-dragonfly*)
++      BUNDLE_HOST="DragonFly"
++      DYN_LIB_EXT="so"
++      ;;
+ *)
+       BUNDLE_HOST="Linux"
+       DYN_LIB_EXT="so"
+@@ -251,12 +259,15 @@ AC_ARG_ENABLE(pcsclite,
+ if test "${pcsclite}" != no ; then
+       # check that pcsc-lite is installed
+       OLD_LIBS="$LIBS"
++      OLD_CFLAGS="$CFLAGS"
+       LIBS="$LIBS $PCSC_LIBS"
++      CFLAGS="$CFLAGS $PCSC_CFLAGS"
+       AC_MSG_CHECKING([for SCardEstablishContext])
+       AC_TRY_LINK_FUNC(SCardEstablishContext,
+           [ AC_MSG_RESULT([yes]) ],
+               [ AC_MSG_ERROR([SCardEstablishContext() not found, install pcsc-lite 1.2.9-beta9 or later,or use PCSC_LIBS=...  ./configure]) ])
+       LIBS="$OLD_LIBS"
++      CFLAGS"$OLD_CFLAGS"
+ 
+       pcsclite=yes
+ fi



Home | Main Index | Thread Index | Old Index