From 384c2bae3b94d68ec15491eba4dc6c00acfb93ea Mon Sep 17 00:00:00 2001 From: Tilman Keskinoz Date: Wed, 20 Apr 2005 12:42:06 +0000 Subject: pcsc-lite: - Upgrade to 1.2.9.b.7 - Use libtool15 - make hier(7)-compliant by moving the pcsc/drivers to lib/pcsc/drivers - Compile with USB support per default. Use WITHOUT_USB to disable usb support - Chase libusb shared library version (Forgotten by leeym) Based on: PR 76068 Reviewed by: maintainer, sem (earlier patch) ifd-devkit: - Chase pcsclite sharedlibrary version ifd-gempc410: - Unbreak by updating to 0.9.3 - Move library to lib/pcsc/drivers - Chase pcsclite sharedlibrary version NOTE: This was not tested, I don't own the specific hardware ifd-gpr400: - Chase pcsclite sharedlibrary version - Fix build with new pcsc-lite - Chase new pcsclite drivers location ifd-slb_rf60: - Chase pcsclite sharedlibrary version ifd-test: - Chase pcsclite sharedlibrary version - Fix build with new pcsclite libchipcard: - Update to 0.9.1[1] - Chase pcsclite shared library version - Fix build with new pcsclite [1]PR: 78815 [1]Submitted by: lofi opensc: - Chase pcsclite shared library version - Fix build on CURRENT opensc-esteid - Chase pcsclite shared library version - Fix build with new pcsclite p5-PCSC-Card: - Update to 1.4.2 - Chase pcsclite shared library version - Fix build with new pcsclite ruby-pcsc-lite - Mark broken, does not compile with new pcsc-lite Maintainer will work on new version Submitted by: maintainer --- devel/p5-PCSC-Card/files/patch-Makefile.PL | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 devel/p5-PCSC-Card/files/patch-Makefile.PL (limited to 'devel/p5-PCSC-Card/files/patch-Makefile.PL') diff --git a/devel/p5-PCSC-Card/files/patch-Makefile.PL b/devel/p5-PCSC-Card/files/patch-Makefile.PL deleted file mode 100644 index 17738c5fa518..000000000000 --- a/devel/p5-PCSC-Card/files/patch-Makefile.PL +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.PL.orig Tue May 27 20:31:10 2003 -+++ Makefile.PL Mon Sep 29 03:09:07 2003 -@@ -6,7 +6,7 @@ - 'VERSION_FROM' => 'PCSC.pm', # finds $VERSION - 'LIBS' => [''], # e.g., '-lm' - 'DEFINE' => '-O2 -Wall', # e.g., '-DHAVE_SOMETHING' -- 'INC' => '-I/usr/local/pcsc/include', # e.g., '-I/usr/include/other' -+ 'INC' => '-I$(LOCALBASE)/include', # e.g., '-I/usr/include/other' - 'PL_FILES' => {}, - ); - -- cgit v1.2.3