aboutsummaryrefslogtreecommitdiff
path: root/security/iaikpkcs11wrapper
Commit message (Collapse)AuthorAgeFilesLines
* security/iaikpkcs11wrapper: fix build on 64-bit !amd64Piotr Kubaj2022-03-191-1/+1
| | | | | | | | | | | On powerpc64le: ld: error: /usr/lib/crti.o is incompatible with elf32lppc ld: error: /usr/lib/crtbeginS.o is incompatible with elf32lppc ld: error: /usr/lib/libgcc_s.so is incompatible with elf32lppc ld: error: /lib/libc.so.7 is incompatible with elf32lppc ld: error: /usr/lib/libgcc_s.so is incompatible with elf32lppc ld: error: /usr/lib/crtendS.o is incompatible with elf32lppc ld: error: /usr/lib/crtn.o is incompatible with elf32lppc
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Clean up after java/openjdk6 and java/openjdk6-jre removalJung-uk Kim2019-11-261-1/+0
| | | | | | | | | | | | | | | java/openjdk6 support was removed from Mk/bsd.java.mk (r512662) and java/openjdk6 and java/openjdk6-jre were removed from the ports tree (r512663). Now this patch completely removes remaining stuff from the ports tree. PR: 241953 (exp-run) Reviewed by: glewis Approved by: portmgr (antoine) Differential Revision: https://reviews.freebsd.org/D22342 Notes: svn path=/head/; revision=518482
* These ports now build on powerpc64.Mark Linimon2019-04-151-1/+0
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=498995
* Mark these ports as broken on aarch64, and, where appropriate, on armvX.Mark Linimon2018-06-221-0/+1
| | | | | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=473012
* Mark ports broken on powerpc64, categories o-z.Mark Linimon2018-06-181-0/+2
| | | | | | | | | While here, pet portlint and do some other cleanup. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=472699
* Begin deorbit burn of ia64. We have not attempted to build packages forMark Linimon2017-06-251-1/+1
| | | | | | | | | | | it for many years. While here, alphabetize ARCHs, pet portlint, and modernize usages. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=444251
* With the power of USES=dos2unix, get rid of most patches and filesMathieu Arnold2016-06-203-48/+49
| | | | | | | | | | | | | with CRLF. While there, run make makepatch, rename patches to use the new scheme, and various fixes. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=417166
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-2/+1
| | | | | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386312
* Convert s* to USES=zipBaptiste Daroussin2014-03-101-3/+2
| | | | Notes: svn path=/head/; revision=347784
* Fix build with clang and stagify.Alex Dupre2013-10-302-10/+19
| | | | Notes: svn path=/head/; revision=332087
* 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
* - Remove A/An in COMMENTCarlo Strub2013-03-291-1/+1
| | | | | | | - Trim Header where applicable Notes: svn path=/head/; revision=315566
* Decommissioning java 1.5 (EOLed since October 2009):Baptiste Daroussin2012-12-101-6/+2
| | | | | | | suppress any reference to JAVA_VERSION= 1.5+ (part3) Notes: svn path=/head/; revision=308605
* Update to 1.2.18 release.Alex Dupre2011-11-133-21/+26
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=285720
* 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
* Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,Mark Linimon2011-07-211-1/+1
| | | | | | | | | | | | | | | | | | | remove support for them from bsd.java.mk. As Jikes is not available in Java 1.5 or higher, remove it from bsd.java.mk too (suggested by hq@) and from the ports which used it (only occurences were USE_JIKES=no). Support for the Blackdown VM is also removed, as it is not available in Java 1.5 and higher. Also remove the mapping from Java 1.1-1.4 to Java 1.5+ in bsd.java.mk to detect old, broken ports; therefore bump the minimal value of JAVA_VERSION to 1.5. While here, replace static values of JAVA_VERSION in files/*.in by %%JAVA_VERSION%% . PR: ports/158969 Submitted by: rene Tested on: pointyhat-west -exp Notes: svn path=/head/; revision=278068
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276991
* Optimize C_GetAttributeValues: remove not needed call.Alex Dupre2011-04-122-3/+32
| | | | Notes: svn path=/head/; revision=272609
* Fix build on 64-bit archs.Alex Dupre2008-12-291-3/+9
| | | | Notes: svn path=/head/; revision=224939
* Update to 1.2.17 release.Alex Dupre2008-12-152-5/+4
| | | | Notes: svn path=/head/; revision=224284
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* Fix patch path.Alex Dupre2008-01-191-2/+2
| | | | Notes: svn path=/head/; revision=205836
* Null-terminate CK_CHAR_PTR strings, even if it should not be necessary.Alex Dupre2008-01-172-1/+17
| | | | | | | This fixes broken softwares (like OpenSC) that do poor assumptions. Notes: svn path=/head/; revision=205747
* Add COMMENT escaping.Alex Dupre2007-09-181-1/+1
| | | | Notes: svn path=/head/; revision=199698
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* This is a library for the Java platform which makes PKCS#11 (also knownAlex Dupre2007-02-233-0/+64
as Cryptoki) modules accessible from within Java. A PKCS#11 module is a software library with a defined API which allows access to cryptographic hardware. It usually comes with hardware security modules (HSM), smart cards and crypto tokens (e.g. USB tokens). Thus, the PKCS#11 Wrapper provides Java software access to almost any crypto hardware. For example, a Java application can use it to integrate a HSM or a smart card to create digital signatures, to decrypt data or to unwrap keys. WWW: http://jce.iaik.tugraz.at/sic/products/core_crypto_toolkits/pkcs_11_wrapper Notes: svn path=/head/; revision=185728