non port: devel/pcsc-lite/Makefile |
SVNWeb
|
Number of commits found: 116 (showing only 100 on this page) |
Fri, 16 Jun 2023
|
[ 02:38 Xin LI (delphij) ] b46c89c
devel/pcsc-lite: update to 2.0.0.
|
Sun, 11 Dec 2022
|
[ 03:16 Xin LI (delphij) ] c3af3c2
devel/pcsc-lite: update to 1.9.9.
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Jul 2022
|
[ 14:21 Tobias C. Berner (tcberner) ] aa6eefd (Only the first 10 of 5087 ports in this commit are shown above. )
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above )
|
Fri, 13 May 2022
|
[ 04:26 Xin LI (delphij) ] f9a425b
devel/pcsc-lite: Update to 1.9.5
|
Mon, 4 Oct 2021
|
[ 00:28 Xin LI (delphij) ] ee37289
devel/pcsc-lite: Update to 1.9.4.
|
Sun, 8 Aug 2021
|
[ 04:47 Xin LI (delphij) ] b022e38
devel/pcsc-lite: update to 1.9.2.
|
Mon, 3 May 2021
|
[ 05:54 Xin LI (delphij) ] 5a865e5
devel/pcsc-lite: update to 1.9.1.
While I'm there, take maintainership.
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Mon, 7 Dec 2020
|
[ 20:09 rene ] (Only the first 10 of 25 ports in this commit are shown above. )
Return mmokhi@'s ports to the pool after his commit bit was safekept.
|
Thu, 2 Jul 2020
|
[ 17:05 lwhsu ]
Restore ipcdir to /var/run
PR: 247719 [1] 247286 [2]
Submitted by: cmt [1]
Reported by: Tatsuki Makino [2]
Approved by: maintainer timeout (followup last coomit)
MFH: 2020Q3
|
Wed, 1 Jul 2020
|
[ 09:35 lwhsu ]
Update to 1.9.0
PR: 247286
Submitted by: daniel.engberg.lists@pyret.net
Approved by: maintainer timeout
|
Wed, 29 Jan 2020
|
[ 15:32 antoine ]
pcsc-lite builds fine with python 3
|
Sun, 10 Mar 2019
|
[ 16:19 mmokhi ]
devel/pcsc-lite: Update to 1.8.24
This update includes bugfixes:
- Fix a rare race condition in SCardGetStatusChange()
- Do not release a lock owned by another context in SCardReleaseContext()
And some other minor improvements.
further info available at:
https://salsa.debian.org/rousseau/PCSC/blob/master/ChangeLog
PR: 236446
Reported by: pi
Sponsored by: The FreeBSD Foundation
|
Thu, 11 Oct 2018
|
[ 10:22 0mp ]
devel/pcsc-lite: Clean up & update MASTER_SITES.
- Update MASTER_SITES, upstream moved to https://pcsclite.apdu.fr
- Update WWW
- Improve COMMENT
- Add GPLv3+ to LICENSE as it is mentioned in the license file
- Pet portlint:
- Sort variables (clean up the USE* section)
- Make pkg-message more readable
Reviewed by: krion, mmokhi
Approved by: krion (mentor), mmokhi (maintainer)
Differential Revision: https://reviews.freebsd.org/D17480
|
Mon, 21 May 2018
|
[ 18:59 mmokhi ]
devel/pcsc-lite: Update port to 1.8.23
|
Mon, 3 Jul 2017
|
[ 13:42 mmokhi ]
devel/pcsc-lite: Update pcsc-lite to 1.8.22
This update includes:
-Bugfix: SCardCancel() was broken in 1.8.21.
The call was bloking and shouldnt be.
-Feature: Enable use of info level logging for pcscd using -i/--info
Reviewed by: mat (mentor)
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D11335
|
Tue, 30 May 2017
|
[ 13:50 mmokhi ]
devel/pcsc-lite: Update port to 1.8.21
SCardCancel():
. fix a race condition bug
. fix a possible use after free
. improve Doxygen documentation
SCardGetStatusChange():
. fix a race condition when a reader is removed
SCardDisconnect():
. fix status update for SCARD_UNPOWER_CARD
pcsc_stringify_error():
. use Thread-local storage
pcsc_stringify_error():
. now returns a const char *
SCardControl():
. may return SCARD_E_INSUFFICIENT_BUFFER when pbRecvBuffer isnt enough for
response.
pcsc-spy:
. add support of Python 3
Reviewed by: mat (mentor)
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D10914
|
Fri, 28 Apr 2017
|
[ 20:26 sunpoet ]
Fix python version of USES=python
With hat: python
|
Thu, 27 Apr 2017
|
[ 14:17 sunpoet ]
Convert to options target helper
Approved by: portmgr (blanket)
|
Sun, 23 Apr 2017
|
[ 14:53 miwi ]
- Fix shebangs
|
Sun, 26 Mar 2017
|
[ 16:03 mmokhi ]
devel/pcsc-lite: Add option for activating filters.
This enables users to ignore/extend reader names returned by PC/SC.
PR: 217999
Reported by: Roberto Fernandez Cueto <roberfern@gmail.com>
Reviewed by: mat, mmokhi
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D10090
|
Wed, 22 Feb 2017
|
[ 15:02 bapt ] (Only the first 10 of 52 ports in this commit are shown above. )
Drop useless dependency on gmake (bmake build those fine)
|
Sat, 11 Feb 2017
|
[ 04:44 mmokhi ] (Only the first 10 of 20 ports in this commit are shown above. )
Updating the ports I maintain to my FreeBSD.org address.
Submitted by: mmokhi
Reviewed by: feld, mat
Approved by: feld, mat (mentors)
Differential Revision: https://reviews.freebsd.org/D9498
|
Mon, 9 Jan 2017
|
[ 14:29 lifanov ]
update devel/pcsc-lite to 1.8.20
PR: 215834
Submitted by: Mahdi Mokhtari <mokhi64@gmail.com> (maintainer)
Reviewed by: matthew
Approved by: matthew (mentor)
MFH: 2017Q1
Security: https://vuxml.FreeBSD.org/freebsd/c218873d-d444-11e6-84ef-f0def167eeea.html
Differential Revision: https://reviews.freebsd.org/D9071
|
Thu, 5 Jan 2017
|
[ 22:58 jbeich ] (Only the first 10 of 33 ports in this commit are shown above. )
Assume "pkg-config libusb*" works after 9.x EOL
FreeBSD appears to use different pkg-config name for 0.1.x API but it
doesn't matter much as 0.1, 1.0 and 2.0 share CFLAGS/LIBS.
|
Tue, 3 Jan 2017
|
[ 01:26 wen ]
- Pass maintainership to submitter
PR: 215713
Submitted by: mokhi64@gmail.com
|
Sun, 11 Dec 2016
|
[ 20:11 arved ]
Update to 1.8.19
|
Wed, 28 Sep 2016
|
[ 20:12 arved ]
Update to 1.8.18
Drop maintainership, as I switched jobs and no longer do smartcards stuff
|
Mon, 30 May 2016
|
[ 16:21 arved ]
Update to 1.8.17
|
Fri, 15 Apr 2016
|
[ 11:01 arved ]
Update to 1.8.16
|
Mon, 28 Dec 2015
|
[ 12:51 arved ]
Update pcsc-lite to 1.8.15
Update libccid to 1.4.21
|
Tue, 1 Sep 2015
|
[ 16:20 amdmi3 ] (Only the first 10 of 47 ports in this commit are shown above. )
- Switch to options helpers
- While here, add some NO_ARCHes
Approved by: portmgr blanket
|
Fri, 14 Aug 2015
|
[ 20:18 arved ]
Update pcsc-lite to 1.8.14
Update libccid to 1.4.20
|
Sun, 30 Nov 2014
|
[ 11:16 arved ]
Update to 1.8.13
|
Sat, 11 Oct 2014
|
[ 19:06 arved ]
Update to 1.8.12
Update pkg-message
|
Sun, 5 Oct 2014
|
[ 20:23 tijl ]
- Add USES=libtool and INSTALL_TARGET=install-strip
- Remove WITHOUT_USB
- Remove FreeBSD < 8 support
- Remove .keep_me files
|
Fri, 4 Jul 2014
|
[ 05:44 antoine ]
Unbreak
|
Thu, 3 Jul 2014
|
[ 23:57 adamw ] (Only the first 10 of 47 ports in this commit are shown above. )
Remove NOPORTDOCS and NOPORTEXAMPLES.
Approved by: portmgr (blanket)
|
Sun, 22 Jun 2014
|
[ 12:28 arved ]
Fix build error with DEVELOPER=yes defined (python path shebang fix)
Minor fixes to LICENSE and old USE_BZIP2.
Add pkg-plist missing entry
Strip final libraries
PR: 191010
Submitted by: Daniel Austin
|
Tue, 10 Jun 2014
|
[ 07:39 olgeni ] (Only the first 10 of 388 ports in this commit are shown above. )
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories D-F.
CR: D196
Approved by: portmgr (bapt)
|
Sun, 13 Apr 2014
|
[ 13:23 arved ]
Update pcsc-lite to 1.8.11
Update libccid to 1.4.16
Use wget to fetch distfiles on FreeBSD < 10
PR: 180598
|
Thu, 2 Jan 2014
|
[ 09:07 arved ]
Fix make fetch
|
Mon, 30 Dec 2013
|
[ 16:17 arved ]
Update pcsc-lite to 1.8.10
Update libccid to 1.4.14
Support stagedir
|
Fri, 20 Sep 2013
|
[ 17:13 bapt ] (Only the first 10 of 2998 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
|
Mon, 2 Sep 2013
|
[ 06:45 bapt ] (Only the first 10 of 33 ports in this commit are shown above. )
Eradicate USE_GNOME=pkgconfig from devel
While here:
USE_GMAKE->USES=gmake
USE_GNOME=gnomehack->USES=pathfix
USE_PERL5*->USES=perl5
|
Sun, 21 Jul 2013
|
[ 12:15 arved ]
Swith to MASTER_SITE_LOCAL, as alioth.debian.org does not like the HTTP request
sent by
fetch
|
Fri, 7 Jun 2013
|
[ 15:26 miwi ]
- Fix plist
- While here trim header
Reported by: pkg dev build
|
Thu, 14 Feb 2013
|
[ 09:42 gahr ] (Only the first 10 of 133 ports in this commit are shown above. )
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: devel)
Approved by: portmgr
|
Fri, 18 Jan 2013
|
[ 15:46 arved ]
Update to 1.8.8
|
Fri, 30 Nov 2012
|
[ 15:42 arved ]
Update to 1.8.7
Feature safe: yes
|
Sat, 13 Oct 2012
|
[ 12:42 arved ]
Update to 1.8.6
Feature safe: yes
|
Thu, 9 Aug 2012
|
[ 08:55 arved ]
Don't use /var/tmp/ for storing ipc files,
because pcscd changes the permissions of that directory
The default /var/run/pcscd seems to be good enough
Reported by: Sulev-Madis Silber
|
Mon, 6 Aug 2012
|
[ 12:30 arved ]
* Remove reference to deleted port from pkg-message
PR: 169271
Submitted by: Sevan Janiyan <venture37@geeklan.co.uk>
* Revert OptionsNGification, as OPTIONS depending on OSVERSION
is not possible
Reported by: sunpoet and pointyhat
* Update to 1.8.5
Submitted by: arved
|
Sun, 10 Jun 2012
|
[ 16:12 arved ]
Fix Build without libusb
Submitted by: pointyhat
|
Fri, 8 Jun 2012
|
[ 15:28 arved ]
Convert WITH_ style option to optionsng
|
Sat, 5 May 2012
|
[ 19:36 arved ]
Update to 1.8.3
Thanks to: pgj for organizing BSD-Day 2012
|
Sun, 22 Jan 2012
|
[ 20:38 arved ]
add missing build dependency on perl (port uses pod2man)
Submitted by: pointyhat
|
Wed, 18 Jan 2012
|
[ 22:36 arved ]
Update pcsc-lite to 1.8.2
|
Wed, 9 Nov 2011
|
[ 15:26 miwi ] (Only the first 10 of 250 ports in this commit are shown above. )
- Remove WITH_FBSD10_FIX, is no longer needed
|
Sat, 29 Oct 2011
|
[ 10:03 miwi ] (Only the first 10 of 18 ports in this commit are shown above. )
- Fix build on FreeBSD 10
Reported by: pointyhat
|
Sun, 10 Jul 2011
|
[ 18:58 arved ]
Update to 1.7.4
|
Sat, 14 May 2011
|
[ 17:28 arved ]
Update to 1.7.2
|
Sun, 13 Mar 2011
|
[ 18:17 arved ]
Update to 1.6.7
PR: 155247
Submitted by: sunpoet
|
Wed, 2 Mar 2011
|
[ 13:02 sunpoet ]
- Add missing default value to rc.d script (pcscd)
- Respect PORTDOCS and PORTEXAMPLES
- Pet portlint
- Bump PORTREVISION for rc.d script change
PR: ports/155189
Submitted by: sunpoet (myself)
Approved by: arved (maintainer)
|
Mon, 6 Sep 2010
|
[ 07:54 ale ]
Update to 1.6.4 release.
1.6.x branch uses libusb-1, so enable it only on FreeBSD >= 8.x.
Approved by: maintainer
|
Tue, 31 Aug 2010
|
[ 21:35 pav ]
- Mark BROKEN on 6.x/7.x: does not configure
Reported by: pointyhat
|
Sun, 15 Aug 2010
|
[ 08:48 arved ]
Update to 1.6.2
|
Fri, 2 Jul 2010
|
[ 16:51 arved ]
Fix plist
Feature safe: yes
Reported by: QAT
|
Sun, 30 May 2010
|
[ 17:39 arved ] (Only the first 10 of 27 ports in this commit are shown above. )
Add LICENSE and LICENSE_FILE to my ports.
|
[ 13:50 arved ]
Update to 1.6.0
PR: 147002
Submitted by: Peter Thoenen
|
Sat, 17 Oct 2009
|
[ 11:36 arved ]
Update to 1.5.5
|
Wed, 8 Jul 2009
|
[ 14:11 arved ]
Update to 1.5.3
Note: this was not tested with real cardreaders
|
Mon, 9 Mar 2009
|
[ 17:38 stas ]
- Fix build.
Pointy hat to: me
|
[ 17:15 stas ] (Only the first 10 of 78 ports in this commit are shown above. )
- Chase libusb20 rename in r189585.
- Mark sane-backends broken on current due to changes
in USB stack.
Reviewed by: thompsa (old version), miwi
Tested by: miwi
|
Thu, 15 Jan 2009
|
[ 21:02 arved ]
Update to 1.5.1
|
Wed, 27 Aug 2008
|
[ 14:02 arved ]
Update to 1.4.102
|
Thu, 20 Mar 2008
|
[ 09:37 pav ] (Only the first 10 of 35 ports in this commit are shown above. )
- Remove USE_GETOPT_LONG which is a no-op since March 200
|
Fri, 21 Sep 2007
|
[ 20:40 arved ]
Update to 1.4.4
|
Mon, 23 Jul 2007
|
[ 09:36 rafan ] (Only the first 10 of 437 ports in this commit are shown above. )
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run
|
Thu, 28 Jun 2007
|
[ 12:56 arved ]
Update to 1.4.3
|
Wed, 13 Jun 2007
|
[ 20:06 arved ]
Update to 1.4.2
Remove reference to deleted port in pkg-message
|
Sat, 24 Feb 2007
|
[ 08:10 arved ]
Add a backup on MASTER_SITE_LOCAL, because the alioth gforge causes a
size mismatch
Reported by: pointyhat via kris
|
Wed, 21 Feb 2007
|
[ 16:13 arved ]
Update to 1.4.0
|
Mon, 22 Jan 2007
|
[ 16:56 arved ]
Switch startupscript to new rc system
Update to 1.3.3
|
Tue, 21 Nov 2006
|
[ 22:14 arved ]
Fix fetch
|
Thu, 24 Aug 2006
|
[ 12:26 arved ]
Update to 1.3.2
|
Sun, 2 Jul 2006
|
[ 15:08 arved ]
Update pcsc-lite to 1.3.1
and libccid to 1.0.1
|
Sat, 15 Apr 2006
|
[ 13:28 arved ]
Fix build on 4.x
Reported by: pointyhat
|
Fri, 7 Apr 2006
|
[ 19:29 arved ]
Update to 1.3.0
libmusclecard is again a seperate project
|
Thu, 23 Feb 2006
|
[ 10:40 ade ] (Only the first 10 of 2514 ports in this commit are shown above. )
Conversion to a single libtool environment.
Approved by: portmgr (kris)
|
Wed, 18 Jan 2006
|
[ 22:17 simon ]
- 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
|
[ 15:59 simon ]
- Remove PREFIX/libdata/pkgconfig, if empty, on deinstall.
- Bump PORTREVISION for pkg-plist change.
Additional ports clue: erwin
Approved by: arved (maintainer)
|
Sat, 7 Jan 2006
|
[ 16:24 arved ]
- 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
|
Mon, 2 Jan 2006
|
[ 13:48 arved ]
* Update to 1.2.9.b.9
- libmusclecard was reintegrated
* Takeover Maintainership [1]
Approved by: old maintainer[1]
|
Tue, 15 Nov 2005
|
[ 06:52 ade ] (Only the first 10 of 1438 ports in this commit are shown above. )
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.
|
Thu, 21 Apr 2005
|
[ 10:23 arved ]
Depend on pkgconfig to correctly remove pkgconfig directory
Reported by: pointyhat
|
Wed, 20 Apr 2005
|
[ 12:42 arved ] (Only the first 10 of 28 ports in this commit are shown above. )
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: (Only the first 15 lines of the commit message are shown above )
|
Sat, 17 Jul 2004
|
[ 12:38 krion ]
Install .pc files in proper location.
Portlint.
PR: ports/69148
Submitted by: Konstantin Oznobihin <bork@rsu.ru>
|
Fri, 9 Jul 2004
|
[ 17:43 marcus ] (Only the first 10 of 489 ports in this commit are shown above. )
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
|
Number of commits found: 116 (showing only 100 on this page) |