1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
Commit Graph

35 Commits

Author SHA1 Message Date
Tilman Keskinoz
1a532da4b7 Update to 1.3.2 2006-08-24 12:26:47 +00:00
Tilman Keskinoz
95fd5e7a6f Update pcsc-lite to 1.3.1
and libccid to 1.0.1
2006-07-02 15:08:18 +00:00
Tilman Keskinoz
3a3d2ceb78 Fix build on 4.x
Reported by:	pointyhat
2006-04-15 13:28:43 +00:00
Tilman Keskinoz
2480ba9504 Update to 1.3.0
libmusclecard is again a seperate project
2006-04-07 19:29:12 +00:00
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Simon L. B. Nielsen
90d58f48d4 - Backout last commit since PREFIX/libdata/pkgconfig is in the mtree
files on FreeBSD 6.0 and newer.
- Bump PORTREVISION for pkg-plist change.

Clue(bat):	pav
2006-01-18 22:17:59 +00:00
Simon L. B. Nielsen
29551ca90c - Remove PREFIX/libdata/pkgconfig, if empty, on deinstall.
- Bump PORTREVISION for pkg-plist change.

Additional ports clue:	erwin
Approved by:		arved (maintainer)
2006-01-18 15:59:25 +00:00
Tilman Keskinoz
df822ed083 Oops, removed a line too much in previous commit.. 2006-01-07 16:29:22 +00:00
Tilman Keskinoz
8cbd3dc518 - Add missing manpage
- Fix installation of libmusclecard docs

Reported by:	pointyhat

- Mention ifdhandler ports in pkg-message
- Move reader.conf back to etc.
- Bump PORTREVISION
2006-01-07 16:24:04 +00:00
Tilman Keskinoz
0424e54e0a * Update to 1.2.9.b.9
- libmusclecard was reintegrated
* Takeover Maintainership [1]

Approved by:	old maintainer[1]
2006-01-02 13:48:29 +00:00
Ade Lovett
54a0b86543 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
	http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
2005-11-15 06:52:12 +00:00
Tilman Keskinoz
32fd349c35 Depend on pkgconfig to correctly remove pkgconfig directory
Reported by:	pointyhat
2005-04-21 10:23:51 +00:00
Tilman Keskinoz
384c2bae3b 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
2005-04-20 12:42:06 +00:00
Kirill Ponomarev
b1d140a1f8 Install .pc files in proper location.
Portlint.

PR:		ports/69148
Submitted by:	Konstantin Oznobihin <bork@rsu.ru>
2004-07-17 12:38:35 +00:00
Joe Marcus Clarke
9e5632dd66 Apply a big libtool patch to allow porters to use the libtool installed by
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
2004-07-09 17:43:11 +00:00
Trevor Johnson
e1177f5c54 Add size data.
Approved by:	maintainers
2004-03-18 02:27:55 +00:00
Ade Lovett
3f651573ad Whoa there, boy, that's a mighty big commit y'all have there...
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.
2004-03-14 06:17:56 +00:00
Michael Nottebrock
6a5b943ba0 Put PORTEPOCH back. 2004-03-10 16:34:07 +00:00
Kirill Ponomarev
078d17a1c6 - Update to version 1.2.0
PR:		ports/63113
Submitted by:	maintainer
2004-02-20 08:51:30 +00:00
Joe Marcus Clarke
053fdb6a6b Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
2004-02-04 05:21:48 +00:00
Edwin Groothuis
cb8faeaf9d Fix ports with a non-conforming PORTVERSION
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>
2003-11-02 11:34:05 +00:00
Kirill Ponomarev
f369faa1a7 - Add the patch to fix build on -stable
Forgotten by:	daichi, maintainer
2003-09-26 14:02:40 +00:00
Daichi GOTO
c16a1c615f update devel/pcsc-lite:
- bump PORTEPOCH for portupgrade happy

Pointed out by:	krion
Pointy hat to:	myself
2003-09-26 09:57:30 +00:00
Daichi GOTO
64fb4e270f update devel/pcsc-lite: 1.1.2.b.5 -> 1.2.0-rc1
PR:		56019
Submitted by:	Toni Andjelkovic <toni@soth.at> (maintainer)
2003-09-26 06:48:08 +00:00
Daichi GOTO
16295db12d I forgot to add files/patch-src::configfile.c and
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
2003-06-24 12:00:36 +00:00
Daichi GOTO
11da343a7f - Update to 1.1.2.b.5.
-	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)
2003-06-23 13:18:17 +00:00
Pete Fritchman
274ab38aa4 - update to 1.1.2.b.4
- use PTHREAD_LIBS properly

PR:		52398
Submitted by:	maintainer
2003-05-19 01:36:53 +00:00
Tilman Keskinoz
2f21b4ad1a Update to 1.1.2.b.3
PR:		50063
Submitted by:	maintainer
2003-03-24 20:38:08 +00:00
Kris Kennaway
3e43105c1c Don't install duplicate documentation into /usr/local/doc
Submitted by:	Toni Andjelkovic <toni@soth.at> (maintainer)
2003-02-22 09:07:36 +00:00
Kris Kennaway
46d448236c Add some missing files. This port still bogusly installs docs into
${PREFIX}/doc.
2003-02-22 03:24:14 +00:00
Akinori MUSHA
65dac0040a De-pkg-comment. 2003-02-21 11:23:04 +00:00
Akinori MUSHA
cb9e9fcb7a Update to 1.1.1.
PR:		ports/38897
Submitted by:	Toni Andjelkovic <toni@soth.at> (MAINTAINER)
2002-07-23 21:13:26 +00:00
Akinori MUSHA
8a24b5f58b Update to 1.0.2.beta5.
PR:		ports/35998
Submitted by:	Toni Andjelkovic <toni@soth.at> (MAINTAINER)
2002-03-22 04:01:21 +00:00
Pete Fritchman
375b5efed1 - update to 1.0.2.b2
- install documentation

PR:		33183
Submitted by:	maintainer
2001-12-29 05:05:13 +00:00
Pete Fritchman
ffcde7bc32 Add pcsc-lite 1.0.1, a smartcard development library.
PR:		31856
Submitted by:	Toni Andjelkovic <toni@ants.at>
2001-12-25 02:54:40 +00:00