Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F142763858
D11436.id30405.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D11436.id30405.diff
View Options
Index: security/testssl.sh/Makefile
===================================================================
--- security/testssl.sh/Makefile
+++ security/testssl.sh/Makefile
@@ -2,6 +2,7 @@
PORTNAME= testssl.sh
PORTVERSION= 2.8
+PORTREVISION= 1
CATEGORIES= security
MAINTAINER= tobik@FreeBSD.org
@@ -44,7 +45,6 @@
enable-camellia \
enable-idea \
enable-rfc3779 \
- enable-ec_nistp_64_gcc_128 \
experimental-jpake \
-DOPENSSL_USE_IPV6
CONFIGURE_ENV= PERL="${PERL}"
@@ -57,6 +57,14 @@
# unknown reasons.
MAKE_JOBS_UNSAFE= yes
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "amd64"
+CONFIGURE_ARGS+= enable-ec_nistp_64_gcc_128
+.else
+CONFIGURE_ARGS+= no-ec_nistp_64_gcc_128
+.endif
+
post-patch:
@${REINPLACE_CMD} -e '/elif test_openssl_suffix/d' \
-e 's@: \# 5. we tried.*$$@else OPENSSL="${PREFIX}/libexec/openssl.testssl.sh"@' \
@@ -71,4 +79,4 @@
@cd ${WRKSRC}/etc && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}/etc
@cd ${WRKSRC}/utils && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}/utils
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Jan 24, 7:47 AM (2 h, 47 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27895041
Default Alt Text
D11436.id30405.diff (1 KB)
Attached To
Mode
D11436: security/testssl.sh: Fix build on !amd64
Attached
Detach File
Event Timeline
Log In to Comment