notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
non port: devel/pcsc-lite/Makefile

Number of commits found: 128 (showing only 28 on this page)

«  1 | 2 

Saturday, 15 Apr 2006
13:28 arved search for other commits by this committer
Fix build on 4.x

Reported by:    pointyhat
Original commit
Friday, 7 Apr 2006
19:29 arved search for other commits by this committer
Update to 1.3.0

libmusclecard is again a seperate project
Original commit
Thursday, 23 Feb 2006
10:40 ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
Original commit
Wednesday, 18 Jan 2006
22:17 simon search for other commits by this committer
- 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
Original commit
15:59 simon search for other commits by this committer
- Remove PREFIX/libdata/pkgconfig, if empty, on deinstall.
- Bump PORTREVISION for pkg-plist change.

Additional ports clue:  erwin
Approved by:            arved (maintainer)
Original commit
Saturday, 7 Jan 2006
16:24 arved search for other commits by this committer
- 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
Original commit
Monday, 2 Jan 2006
13:48 arved search for other commits by this committer
* Update to 1.2.9.b.9
- libmusclecard was reintegrated
* Takeover Maintainership [1]

Approved by:    old maintainer[1]
Original commit
Tuesday, 15 Nov 2005
06:52 ade search for other commits by this committer
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.
Original commit
Thursday, 21 Apr 2005
10:23 arved search for other commits by this committer
Depend on pkgconfig to correctly remove pkgconfig directory

Reported by:    pointyhat
Original commit
Wednesday, 20 Apr 2005
12:42 arved search for other commits by this committer
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
Original commit
Saturday, 17 Jul 2004
12:38 krion search for other commits by this committer
Install .pc files in proper location.
Portlint.

PR:             ports/69148
Submitted by:   Konstantin Oznobihin <bork@rsu.ru>
Original commit
Friday, 9 Jul 2004
17:43 marcus search for other commits by this committer
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
Original commit
Sunday, 14 Mar 2004
06:17 ade search for other commits by this committer
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.
Original commit
Wednesday, 10 Mar 2004
16:34 lofi search for other commits by this committer
Put PORTEPOCH back.
Original commit
Friday, 20 Feb 2004
08:51 krion search for other commits by this committer
- Update to version 1.2.0

PR:             ports/63113
Submitted by:   maintainer
Original commit
Wednesday, 4 Feb 2004
05:21 marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
Original commit
Sunday, 2 Nov 2003
11:34 edwin search for other commits by this committer
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>
Original commit
Friday, 26 Sep 2003
09:57 daichi search for other commits by this committer
update devel/pcsc-lite:
  - bump PORTEPOCH for portupgrade happy

Pointed out by: krion
Pointy hat to:  myself
Original commit
06:48 daichi search for other commits by this committer
update devel/pcsc-lite: 1.1.2.b.5 -> 1.2.0-rc1

PR:             56019
Submitted by:   Toni Andjelkovic <toni@soth.at> (maintainer)
Original commit
Monday, 23 Jun 2003
13:18 daichi search for other commits by this committer
-       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)
Original commit
Monday, 19 May 2003
01:36 petef search for other commits by this committer
- update to 1.1.2.b.4
- use PTHREAD_LIBS properly

PR:             52398
Submitted by:   maintainer
Original commit
Monday, 24 Mar 2003
20:38 arved search for other commits by this committer
Update to 1.1.2.b.3

PR:             50063
Submitted by:   maintainer
Original commit
Saturday, 22 Feb 2003
03:24 kris search for other commits by this committer
Add some missing files.  This port still bogusly installs docs into
${PREFIX}/doc.
Original commit
Friday, 21 Feb 2003
11:23 knu search for other commits by this committer
De-pkg-comment.
Original commit
Tuesday, 23 Jul 2002
21:13 knu search for other commits by this committer
Update to 1.1.1.

PR:             ports/38897
Submitted by:   Toni Andjelkovic <toni@soth.at> (MAINTAINER)
Original commit
Friday, 22 Mar 2002
04:01 knu search for other commits by this committer
Update to 1.0.2.beta5.

PR:             ports/35998
Submitted by:   Toni Andjelkovic <toni@soth.at> (MAINTAINER)
Original commit
Saturday, 29 Dec 2001
05:05 petef search for other commits by this committer
- update to 1.0.2.b2   - install documentation    
Original commit
Tuesday, 25 Dec 2001
02:54 petef search for other commits by this committer
Add pcsc-lite 1.0.1, a smartcard development library.    
Original commit

Number of commits found: 128 (showing only 28 on this page)

«  1 | 2