aboutsummaryrefslogtreecommitdiff
path: root/security/opensc
Commit message (Collapse)AuthorAgeFilesLines
* Don't load gost algo when compiled against libressl.Alex Dupre2017-04-201-0/+11
| | | | | | | | PR: 218727 Submitted by: xmj Notes: svn path=/head/; revision=438929
* Remove all USE_OPENSSL occurrences.Mathieu Arnold2017-03-151-2/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=436247
* Update to 0.16.0 release.Alex Dupre2016-06-203-7/+12
| | | | | | | | PR: 210406 Submitted by: cmt Notes: svn path=/head/; revision=417150
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-4/+4
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* Update to 0.15.0 release.Alex Dupre2015-11-303-4/+21
| | | | Notes: svn path=/head/; revision=402678
* By default libtool replaces -export-symbols <file> with -retain-symbols-fileTijl Coosemans2015-08-021-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | <file> on ELF systems, but this doesn't really do what -export-symbols is meant to do. On GNU ELF systems it converts <file> to a simple version script first and then uses -version-script instead of -retain-symbols-file. Let USES=libtool patch libtool scripts to do this on all systems with GNU ld(1). Bump PORTREVISION on all ports where the build log contains -export-symbols. audio/calf: This port builds a module that now exports only one function, but it also builds a number of executables that link to this module and expect to see other functions. Because it's already a bit dodgy to link to a module (libtool warns about this) let the module continue to export only one function and instead build an ordinary library from the same source that the executables can link to. Fix a number of other issues in the same Makefile.am and clean up the port Makefile. japanese/scim-honoka: Tries to hide all symbols that start with an underscore, but because this library is written in C++ all symbols start with _Z so it ends up hiding everything. Just don't hide anything at all like the textproc/scim configure script does. multimedia/schroedinger: Apply an upstream patch. textproc/scim-input-pad: Same as japanese/scim-honoka. PR: 201922 Approved by: portmgr (antoine) Exp-run by: antoine Notes: svn path=/head/; revision=393429
* Remove xstproc dependency if DOCS & MANPAGES are not selected.Alex Dupre2015-02-202-27/+36
| | | | | | | | PR: 195935 Submitted by: jbeich Notes: svn path=/head/; revision=379416
* - Fix missing library problems when the linker enforces explicit linkingTijl Coosemans2014-08-261-1/+1
| | | | | | | | | PR: 192062 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=366215
* Update to 0.14.0 release.Alex Dupre2014-07-014-41/+10
| | | | Notes: svn path=/head/; revision=359991
* Modernize.Alex Dupre2014-05-133-13/+6
| | | | Notes: svn path=/head/; revision=353944
* - Stage supportMartin Wilke2014-03-092-11/+17
| | | | Notes: svn path=/head/; revision=347641
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | security) Notes: svn path=/head/; revision=327769
* Finish converting the whole ports tree to USES=pkgconfigBaptiste Daroussin2013-04-231-1/+1
| | | | Notes: svn path=/head/; revision=316355
* Update to 0.13.0 release.Alex Dupre2012-12-055-36/+78
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=308321
* Remove more tags from pkg-descr files fo the form:Doug Barton2011-10-241-3/+0
| | | | | | | | | | | - Name em@i.l or variations thereof. While I'm here also fix some whitespace and other formatting errors, including moving WWW: to the last line in the file. Notes: svn path=/head/; revision=284232
* Update to 0.12.2 release.Alex Dupre2011-08-092-3/+3
| | | | Notes: svn path=/head/; revision=279313
* Update to 0.12.1 release.Alex Dupre2011-06-094-21/+14
| | | | Notes: svn path=/head/; revision=275264
* Update OpenSC to 0.12.0 release.Alex Dupre2010-12-277-232/+35
| | | | Notes: svn path=/head/; revision=266964
* Update libassuan to version 2.0.1:Doug Barton2010-12-221-2/+2
| | | | | | | | | | | | * Input and output notification handler can now really access the parsed fd as stated in the manual. * Cleaned up the logging. Bump PORTREVISION and libassuan version number in related ports Notes: svn path=/head/; revision=266734
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* Fix build with latest pcsc-lite.Alex Dupre2010-09-012-0/+40
| | | | Notes: svn path=/head/; revision=260353
* Even if opensc 0.12.x will drop signer plugin, update it to use libassuan2.Alex Dupre2010-06-282-2/+104
| | | | | | | | | PR: ports/148164 Submitted by: lioux Feature safe: yes Notes: svn path=/head/; revision=257094
* Update security/libassuan to version 2.0.0, which is required by gnupg 2.0.15Doug Barton2010-06-141-1/+2
| | | | | | | | | | | | | | | | | | Unfortunately version 2.0.0 is largely incompatible with version 1.x, so it is necessary to have a stopgap measure while ports that depend on libassuan can be updated. In conversation with the maintainers of the dependent ports it was originally considered ideal to prepare updates for the ports first, then upgrade everything to libassuan 2.x en masse. Since no action has arisen on that front, go with plan B: Copy security/libassuan to security/libassuan-1, and update the dependent ports accordingly. Because this is (intended to be) a _temporary_ measure, and because no updates for libassuan 1.x are anticipated, and because the hope is that it can be removed sooner rather than later, it's a copy instead of a repocopy. Notes: svn path=/head/; revision=256495
* Update to 0.11.13 release.Alex Dupre2010-02-162-4/+4
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=249940
* Update to 0.11.12 release.Alex Dupre2009-12-303-8/+8
| | | | Notes: svn path=/head/; revision=246879
* Update to 0.11.11 release.Alex Dupre2009-10-273-6/+9
| | | | Notes: svn path=/head/; revision=243370
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-1/+2
| | | | | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr Notes: svn path=/head/; revision=238781
* Update to 0.11.9 release.Alex Dupre2009-07-293-4/+5
| | | | Notes: svn path=/head/; revision=238590
* Update to 0.11.8 release.Alex Dupre2009-05-123-15/+4
| | | | Notes: svn path=/head/; revision=233751
* Update to 0.11.7 release.Alex Dupre2009-03-104-20/+9
| | | | Notes: svn path=/head/; revision=229829
* Add a new framework for browser plugins, USE_WEBPLUGINS. It is for which fooJeremy Messenger2009-01-102-2/+8
| | | | | | | | | | | | | | | | | plugins support one of web browsers and can take care of plist (depend on how you use it) at the same time. I have written a complete document and even show how it works in the www/firefox/Makefile.webplugins so be sure to read in there. If there is anything that isn't clear in the document, please feel free to ask and I will try my best to improvement it. FYI: GNOME 2.24 depends on this, so it's coming. BTW: It's based on www/linux-mplayer-plugin/Makefile.npapi with heavy modified. Approved by: portmgr Notes: svn path=/head/; revision=225627
* Cosmetic fixes.Alex Dupre2008-08-282-2/+12
| | | | Notes: svn path=/head/; revision=219366
* Update to 0.11.6 release.Alex Dupre2008-08-273-4/+5
| | | | Notes: svn path=/head/; revision=219292
* Update to 0.11.5 release.Alex Dupre2008-08-265-36/+53
| | | | Notes: svn path=/head/; revision=219232
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-3/+3
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGMartin Wilke2008-03-221-2/+2
| | | | | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup) Notes: svn path=/head/; revision=209570
* CKA_CERTIFICATE_TYPE value is CK_ULONG.Alex Dupre2008-01-172-0/+12
| | | | | | | This fixes storing certificates on 64-bit platforms. Notes: svn path=/head/; revision=205748
* Update to 0.11.4 release.Alex Dupre2007-09-103-6/+18
| | | | Notes: svn path=/head/; revision=199296
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-231-2/+0
| | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=196111
* Update to 0.11.3 release.Alex Dupre2007-07-174-33/+17
| | | | Notes: svn path=/head/; revision=195794
* Fix build with new pcsc.Alex Dupre2007-02-231-0/+19
| | | | | | | | PR: ports/109400 Submitted by: Toomas Aas<toomas.aas@raad.tartu.ee> Notes: svn path=/head/; revision=185757
* Update to 0.11.2-pre3 release:Alex Dupre2006-11-283-8/+31
| | | | | | | | - add optional signer plugin - fix build when libassuan is installed Notes: svn path=/head/; revision=178150
* Really grab maintainership.Alex Dupre2006-06-121-1/+1
| | | | Notes: svn path=/head/; revision=165271
* Update to 0.11.1 release:Alex Dupre2006-06-126-167/+128
| | | | | | | | | | - OPTIONS'ify - take maintainership Approved by: maintainer Notes: svn path=/head/; revision=165241
* Remove USE_REINPLACE from all categories starting with SEdwin Groothuis2006-05-131-1/+0
| | | | Notes: svn path=/head/; revision=162215
* Conversion to a single libtool environment.Ade Lovett2006-02-232-18/+34
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* Case MASTER_SITES redirect as reported by the Distfiles survey.Simon L. B. Nielsen2006-02-071-1/+1
| | | | Notes: svn path=/head/; revision=155413
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154303
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-1/+1
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154116
* - Fix MASTER_SITE (distfile has moved).Simon L. B. Nielsen2006-01-151-2/+2
| | | | | | | | - Grab this port since I recently started using opensc, and I'm currently working on upgrading the port to the latest version. Notes: svn path=/head/; revision=153592