diff options
author | brnrd <brnrd@FreeBSD.org> | 2017-02-09 04:16:31 +0800 |
---|---|---|
committer | brnrd <brnrd@FreeBSD.org> | 2017-02-09 04:16:31 +0800 |
commit | 64251507f8c4c5cc4ed22c4e1a4bf2cf886e8bd7 (patch) | |
tree | 5b729001c2a7495cedeb6cb541e671cf81450bf5 /security/openssl/Makefile | |
parent | aef2705e15c2c9a17d5502387df188322f1f7688 (diff) | |
download | freebsd-ports-gnome-64251507f8c4c5cc4ed22c4e1a4bf2cf886e8bd7.tar.gz freebsd-ports-gnome-64251507f8c4c5cc4ed22c4e1a4bf2cf886e8bd7.tar.zst freebsd-ports-gnome-64251507f8c4c5cc4ed22c4e1a4bf2cf886e8bd7.zip |
security/openssl: Enable ASM by default
- Enable ASM option
* By extension this enables AES-NI [1]
- Order OPTIONS_DEFAULT alphabetically
- Switch to using @sample [2]
- Bump PORTREVISION
PR: 216559 [2]
Reported by: dtestke [1]
Submitted by: Franco Fichtner <franco@opnsense.org> [2]
Approved by: asomers, allanjude
Diffstat (limited to 'security/openssl/Makefile')
-rw-r--r-- | security/openssl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile index 5ace55e56ed1..552512f33abd 100644 --- a/security/openssl/Makefile +++ b/security/openssl/Makefile @@ -3,6 +3,7 @@ PORTNAME= openssl PORTVERSION= 1.0.2k +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= security devel MASTER_SITES= http://www.openssl.org/source/ \ @@ -20,7 +21,7 @@ CONFLICTS_INSTALL= libressl-[0-9]* \ openssl-devel-[0-9]* OPTIONS_DEFINE= DOCS MAN3 PADLOCK RFC3779 SHARED THREADS ZLIB -OPTIONS_DEFAULT= SHARED THREADS SSE2 SCTP SSL2 SSL3 MD2 MAN3 +OPTIONS_DEFAULT= ASM MD2 MAN3 SCTP SHARED SSE2 SSL2 SSL3 THREADS OPTIONS_DEFINE_amd64= EC OPTIONS_DEFAULT_amd64= EC OPTIONS_DEFINE_ia64= EC |