pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/p5-pcsc Treat DragonFly same as other *BSDs.
details: https://anonhg.NetBSD.org/pkgsrc/rev/765856759d74
branches: trunk
changeset: 543999:765856759d74
user: obache <obache%pkgsrc.org@localhost>
date: Tue Jul 01 13:46:02 2008 +0000
description:
Treat DragonFly same as other *BSDs.
Patch provided by Hasso Tepper in PR 38878.
diffstat:
security/p5-pcsc/distinfo | 4 ++--
security/p5-pcsc/patches/patch-aa | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (33 lines):
diff -r 78c6e4d46711 -r 765856759d74 security/p5-pcsc/distinfo
--- a/security/p5-pcsc/distinfo Tue Jul 01 13:41:07 2008 +0000
+++ b/security/p5-pcsc/distinfo Tue Jul 01 13:46:02 2008 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1.1.1 2008/03/04 11:31:04 shannonjr Exp $
+$NetBSD: distinfo,v 1.2 2008/07/01 13:46:02 obache Exp $
SHA1 (pcsc-perl-1.4.6.tar.gz) = 4f6cb030aa5f20d071ab9ab56ad81ee10a74e493
RMD160 (pcsc-perl-1.4.6.tar.gz) = bfdc0149bcb82ec2ac1e24e107692d68d9de8f0d
Size (pcsc-perl-1.4.6.tar.gz) = 41828 bytes
-SHA1 (patch-aa) = 2b8ec38a837888784ad8e12c26238e9e1170e924
+SHA1 (patch-aa) = fb58442ece08bb02e70de14b258d16a87628b986
diff -r 78c6e4d46711 -r 765856759d74 security/p5-pcsc/patches/patch-aa
--- a/security/p5-pcsc/patches/patch-aa Tue Jul 01 13:41:07 2008 +0000
+++ b/security/p5-pcsc/patches/patch-aa Tue Jul 01 13:46:02 2008 +0000
@@ -1,13 +1,13 @@
-$NetBSD: patch-aa,v 1.1.1.1 2008/03/04 11:31:04 shannonjr Exp $
+$NetBSD: patch-aa,v 1.2 2008/07/01 13:46:02 obache Exp $
---- PCSCperl.h.orig 2008-02-13 10:50:31.000000000 -0700
-+++ PCSCperl.h
+--- PCSCperl.h.orig 2007-03-07 22:27:24 +0200
++++ PCSCperl.h 2008-06-02 11:13:12 +0300
@@ -59,7 +59,7 @@
#endif
-#if (defined __linux__) || (defined __FreeBSD_kernel__)
-+#if (defined __linux__) || (defined __FreeBSD_kernel__) || (defined __NetBSD__)
++#if (defined __linux__) || (defined __FreeBSD_kernel__) || (defined __NetBSD__) || (defined __DragonFly__)
# include <dlfcn.h>
# include <pcsclite.h>
# define LOAD_LIB() dlopen("libpcsclite.so.1", RTLD_LAZY)
Home |
Main Index |
Thread Index |
Old Index