diff options
author | arved <arved@FreeBSD.org> | 2005-04-20 12:42:06 +0000 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2005-04-20 12:42:06 +0000 |
commit | 8f29541cdda116f17b42492fd66caf0dbcc84edf (patch) | |
tree | 40041e9f93c74c32adb784067db0b309b3e02003 /security/ifd-slb_rf60 | |
parent | f4edb5ec167492553740055a83b8643eabcb02de (diff) | |
download | FreeBSD-ports-8f29541cdda116f17b42492fd66caf0dbcc84edf.zip FreeBSD-ports-8f29541cdda116f17b42492fd66caf0dbcc84edf.tar.gz |
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
Diffstat (limited to 'security/ifd-slb_rf60')
-rw-r--r-- | security/ifd-slb_rf60/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/ifd-slb_rf60/Makefile b/security/ifd-slb_rf60/Makefile index 8bc90ff..f6d21fa 100644 --- a/security/ifd-slb_rf60/Makefile +++ b/security/ifd-slb_rf60/Makefile @@ -7,6 +7,7 @@ PORTNAME= ifd-slb_rf60 PORTVERSION= 2.2.0 +PORTREVISION= 1 CATEGORIES= security devel MASTER_SITES= http://www.linuxnet.com/drivers/readers/files/ DISTNAME= ${PORTNAME:S/^ifd-//}-drv-${PORTVERSION} @@ -14,7 +15,7 @@ DISTNAME= ${PORTNAME:S/^ifd-//}-drv-${PORTVERSION} MAINTAINER= toni@soth.at COMMENT= PC/SC Lite driver for the Reflex 62 serial smart card reader -LIB_DEPENDS= pcsclite.0:${PORTSDIR}/devel/pcsc-lite +LIB_DEPENDS= pcsclite.1:${PORTSDIR}/devel/pcsc-lite USE_GMAKE= yes |