summaryrefslogtreecommitdiffstats
path: root/devel/pcsc-lite
Commit message (Collapse)AuthorAgeFilesLines
* Depend on pkgconfig to correctly remove pkgconfig directoryarved2005-04-211-1/+1
| | | | Reported by: pointyhat
* pcsc-lite:arved2005-04-206-67/+57
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
* Install .pc files in proper location.krion2004-07-172-11/+12
| | | | | | | Portlint. PR: ports/69148 Submitted by: Konstantin Oznobihin <bork@rsu.ru>
* Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-07-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet
* Add size data.trevor2004-03-181-0/+1
| | | | Approved by: maintainers
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-1/+1
| | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
* Put PORTEPOCH back.lofi2004-03-101-0/+1
|
* - Update to version 1.2.0krion2004-02-205-21/+9
| | | | | PR: ports/63113 Submitted by: maintainer
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
| | | | (Part 2)
* Fix ports with a non-conforming PORTVERSIONedwin2003-11-021-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | This is a followup to PR 56958. The following ports have a hyphen in their version number: Toni Andjelkovic <toni@soth.at> devel/pcsc-lite: 1.2.0-rc1 => 1.2.0.r1 John R. Shannon <john@johnrshannon.com> devel/gdb53-act: 5.3-act => 5.3 Vivek Khera <khera@kciLink.com> mail/postfix-current: 2.0.14-20030812 => 2.0.14.20030812 PORTEPOCH => 2 neither pkg_version nor portupgrade see the part of the version before the last '-', i.e. devel/pcsc-lite is seen as version rc1, 1.3.0-b2 would be regarded as a previous version. PR: ports/58642 Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
* - Add the patch to fix build on -stablekrion2003-09-261-0/+13
| | | | Forgotten by: daichi, maintainer
* update devel/pcsc-lite:daichi2003-09-261-0/+1
| | | | | | | - bump PORTEPOCH for portupgrade happy Pointed out by: krion Pointy hat to: myself
* update devel/pcsc-lite: 1.1.2.b.5 -> 1.2.0-rc1daichi2003-09-267-39/+38
| | | | | PR: 56019 Submitted by: Toni Andjelkovic <toni@soth.at> (maintainer)
* I forgot to add files/patch-src::configfile.c anddaichi2003-06-242-0/+24
| | | | | | | | | files/patch-src::tokenparser.c to ports/devel/pcsc-lite. PR: 53604 Submitted by: Toni Andjelkovic <toni@soth.at> (maintainer) Noted by: Rob <rob@debank.tv> Pointy hat to: myself
* - Update to 1.1.2.b.5.daichi2003-06-233-6/+12
| | | | | | | | | | | | | - MASTER_SITES has moved. - Handles "usbdropdir" and "muscledropdir" explicitly. - aclocal.m4 has moved, so there's no need to set LIBTOOLFILES any longer. - Two patches fixing flex-generated code which included <stdint.h> unconditionally, causing build failure on older systems (notably 4.8-STABLE). PR: 53604 Submitted by: Toni Andjelkovic <toni@soth.at> (maintainer)
* - update to 1.1.2.b.4petef2003-05-193-3/+13
| | | | | | | - use PTHREAD_LIBS properly PR: 52398 Submitted by: maintainer
* Update to 1.1.2.b.3arved2003-03-246-56/+35
| | | | | PR: 50063 Submitted by: maintainer
* Don't install duplicate documentation into /usr/local/dockris2003-02-221-0/+13
| | | | Submitted by: Toni Andjelkovic <toni@soth.at> (maintainer)
* Add some missing files. This port still bogusly installs docs intokris2003-02-222-0/+2
| | | | ${PREFIX}/doc.
* De-pkg-comment.knu2003-02-212-1/+1
|
* Update to 1.1.1.knu2002-07-237-30/+48
| | | | | PR: ports/38897 Submitted by: Toni Andjelkovic <toni@soth.at> (MAINTAINER)
* Update to 1.0.2.beta5.knu2002-03-224-18/+11
| | | | | PR: ports/35998 Submitted by: Toni Andjelkovic <toni@soth.at> (MAINTAINER)
* - update to 1.0.2.b2petef2001-12-296-21/+50
| | | | | | | - install documentation PR: 33183 Submitted by: maintainer
* Add pcsc-lite 1.0.1, a smartcard development library.petef2001-12-259-0/+134
PR: 31856 Submitted by: Toni Andjelkovic <toni@ants.at>
OpenPOWER on IntegriCloud