aboutsummaryrefslogtreecommitdiff
path: root/security/hpenc
Commit message (Collapse)AuthorAgeFilesLines
* Mark some ports failing on armv6, for errors classified as "???",Mark Linimon2017-05-271-1/+2
| | | | | | | | | | | part 2. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=441819
* Provide more descriptive error messages for ports failing on powerpc64.Mark Linimon2017-04-301-1/+1
| | | | | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=439789
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andGerald Pfeifer2017-04-011-1/+1
| | | | | | | | | | | | | | | | | lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some circumstances such as versions of FreeBSD or platforms). This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using using Mk/bsd.octave.mk which in turn has USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang, c++11-lang, c++0x, c11, or gcc-c++11-lib. PR: 216707 Notes: svn path=/head/; revision=437439
* Remove all USE_OPENSSL occurrences.Mathieu Arnold2017-03-151-2/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=436247
* - Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOLDmitry Marakasov2017-01-091-6/+0
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=430947
* Remove BROKEN_FreeBSD_9Sunpoet Po-Chuan Hsieh2017-01-011-1/+0
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=430235
* The 64-bit arm arch is actually spelled 'aarch64', not 'arm64'.Mark Linimon2016-11-081-1/+1
| | | | Notes: svn path=/head/; revision=425758
* Also broken on arm64.Mark Linimon2016-11-081-1/+1
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=425670
* Fix usage of WITH_OPENSSL_BASE, WITH_OPENSSL_PORT and OPENSSL_PORT.Mathieu Arnold2016-06-161-9/+2
| | | | | | | | | | | | | | WITH_OPENSSL_* can't be set after bsd.port.pre.mk. Fold all other usage into using SSL_DEFAULT == foo PR: 210149 Submitted by: mat Exp-run by: antoine Sponsored by: The FreeBSD Foundation, Absolight Differential Revision: https://reviews.freebsd.org/D6577 Notes: svn path=/head/; revision=416966
* - Fix trailing whitespace in pkg-descrs, categories [p-x]*Dmitry Marakasov2016-05-191-3/+3
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415500
* - Fix build with the recent libc++Vsevolod Stakhov2016-04-292-1/+12
| | | | | | | | PR: 209097 Submitted by: dim Notes: svn path=/head/; revision=414279
* many ports: mark broken on powerpc64Steve Wills2016-04-211-0/+2
| | | | Notes: svn path=/head/; revision=413746
* Mark as broken on sparc64: not yet ported to this architecture.Mark Linimon2015-09-251-0/+2
| | | | | | | Approved by: portmgr (sparc64 blanket) Notes: svn path=/head/; revision=397883
* - Mark BROKEN on 9.x:Dmitry Marakasov2015-06-251-0/+2
| | | | | | | | | | aead.cc:84:32: error: 'EVP_aes_128_ctr' was not declared in this scope Approved by: portmgr blanket Submitted by: pkg-fallout Notes: svn path=/head/; revision=390569
* - Install manual page [1]Vsevolod Stakhov2015-04-171-1/+10
| | | | | | | | | - Try to fix openssl port dependency Submitted by: Anton Juzhaninov via private email [1] Notes: svn path=/head/; revision=384158
* - Update to 2.0Vsevolod Stakhov2015-03-223-40/+7
| | | | | | | | - Remove obsoleted patch (included to the upstream) - Honor openssl CFLAGS and LDFLAGS to use the proper version Notes: svn path=/head/; revision=381935
* - One more fix for i386 assembly.Vsevolod Stakhov2015-02-202-0/+12
| | | | | | | - Bump revision (package is changed). Notes: svn path=/head/; revision=379450
* - Fix assembler opcodes on i386Vsevolod Stakhov2015-02-062-1/+29
| | | | | | | | - Fix build on FreeBSD < 10 - Do not bump revision since this only affects broken systems Notes: svn path=/head/; revision=378518
* Add hpenc utility port.Vsevolod Stakhov2015-01-313-0/+47
https://github.com/vstakhov/hpenc Notes: svn path=/head/; revision=378199