summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2015-06-25 00:17:08 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2015-06-25 00:17:08 +0000
commitccb85da3cb60b5905da28e1e5323b72999df5853 (patch)
treea9d9d2e1c94c202b99f060c6e353815eb658db4a
parentUpdate Firebug to 2.0.11 (diff)
Try to improve the wording for the GSSAPI+OpenSSL IGNORE in r390499.
PR: 200555
-rw-r--r--ftp/curl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/curl/Makefile b/ftp/curl/Makefile
index 3a082ae4da82..1e88b5728298 100644
--- a/ftp/curl/Makefile
+++ b/ftp/curl/Makefile
@@ -167,7 +167,7 @@ IGNORE= only supports LIBSSH2 with OpenSSL
(!defined(WITH_OPENSSL_BASE) && exists(${LOCALBASE}/lib/libcrypto.so)) || \
(defined(OPENSSL_PORT) && ${OPENSSL_PORT} == "security/libressl"))
.if ${PORT_OPTIONS:MGSSAPI_BASE}
-IGNORE= with GSSAPI_BASE, configure failed to detect OpenSSL/LibreSSL from ports and links against base OpenSSL
+IGNORE= GSSAPI_BASE is set, which is not compatible with OpenSSL/LibreSSL from ports. Unset it or do not use ports SSL.
.endif
.if ${PORT_OPTIONS:MTLS_SRP} && defined(OPENSSL_PORT) && ${OPENSSL_PORT} == "security/libressl"
IGNORE= unsupported TLS-SRP in LibreSSL