diff options
author | shannonjr <shannonjr> | 2008-04-30 13:34:28 +0000 |
---|---|---|
committer | shannonjr <shannonjr> | 2008-04-30 13:34:28 +0000 |
commit | efbb29b3e5578c14b4e21b9ea1fd442b1f279bb9 (patch) | |
tree | 9d0c61db4e27490e784af3a3026937250b24d150 | |
parent | 39d747ca59116ebf965bc4f9dc066200f785a3e3 (diff) | |
download | pkgsrc-efbb29b3e5578c14b4e21b9ea1fd442b1f279bb9.tar.gz |
Re: pkg/38549 (Support for DragonFly to security/pcsc-lite)
Synopsis: Support for DragonFly to security/pcsc-lite
Incorporated fix submitted by Hasso Tepper.
-rw-r--r-- | security/pcsc-lite/distinfo | 4 | ||||
-rw-r--r-- | security/pcsc-lite/patches/patch-ag | 13 | ||||
-rw-r--r-- | security/pcsc-lite/patches/patch-ah | 13 |
3 files changed, 29 insertions, 1 deletions
diff --git a/security/pcsc-lite/distinfo b/security/pcsc-lite/distinfo index 2a22da0e483..c5d585aed43 100644 --- a/security/pcsc-lite/distinfo +++ b/security/pcsc-lite/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.1.1.1 2008/03/04 11:29:08 shannonjr Exp $ +$NetBSD: distinfo,v 1.2 2008/04/30 13:34:28 shannonjr Exp $ SHA1 (pcsc-lite-1.4.99.tar.gz) = 7f5ff7d8e187c1d46f3bc26567d393107ac0e362 RMD160 (pcsc-lite-1.4.99.tar.gz) = 689d99ae26a13dc78856670b0deafbd5fed517ab @@ -9,3 +9,5 @@ SHA1 (patch-ac) = 4404dec1418df59baafdc5c45fae9dc810418991 SHA1 (patch-ad) = 3172e6063cc48b1302d08865cd8e9039b502a807 SHA1 (patch-ae) = 79978e1a6e1b6cd11ba4411e69bbf6f7d83c90ae SHA1 (patch-af) = 931c031eba226336ceb1c12bc2ffd9193cb24e44 +SHA1 (patch-ag) = 3b404ecb91d976989969803577410f61d40aab73 +SHA1 (patch-ah) = 3335320a7005644baca1fbf58985e2e8099ef728 diff --git a/security/pcsc-lite/patches/patch-ag b/security/pcsc-lite/patches/patch-ag new file mode 100644 index 00000000000..f8489cc7d0a --- /dev/null +++ b/security/pcsc-lite/patches/patch-ag @@ -0,0 +1,13 @@ +$NetBSD: patch-ag,v 1.1 2008/04/30 13:34:28 shannonjr Exp $ + +--- src/hotplug_libusb.c.orig 2007-10-13 15:21:11.000000000 -0600 ++++ src/hotplug_libusb.c +@@ -313,7 +313,7 @@ void HPRescanUsbBus(void) + */ + for (i=0; i<PCSCLITE_MAX_READERS_CONTEXTS; i++) + { +-#if defined(__NetBSD__) || defined(__FreeBSD__) || defined(__OpenBSD__) ++#if defined(__NetBSD__) || defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__DragonFly__) + int fd; + char filename[BUS_DEVICE_STRSIZE]; + diff --git a/security/pcsc-lite/patches/patch-ah b/security/pcsc-lite/patches/patch-ah new file mode 100644 index 00000000000..a708ad94a4a --- /dev/null +++ b/security/pcsc-lite/patches/patch-ah @@ -0,0 +1,13 @@ +$NetBSD: patch-ah,v 1.1 2008/04/30 13:34:28 shannonjr Exp $ + +--- src/winscard_msg_srv.c.orig 2007-10-13 15:21:11.000000000 -0600 ++++ src/winscard_msg_srv.c +@@ -165,7 +165,7 @@ INTERNAL int SHMInitializeCommonSegment( + * @retval -1 Can not set the connection to non-blocking mode. + * @retval 2 Timeout. + */ +-#if defined(__NetBSD__) || defined(__FreeBSD__) || defined(__OpenBSD__) ++#if defined(__NetBSD__) || defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__DragonFly__) + #define DO_TIMEOUT + #endif + INTERNAL int32_t SHMProcessEventsServer(uint32_t *pdwClientID, int32_t blocktime) |