aboutsummaryrefslogtreecommitdiffstats
path: root/ftp
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2015-06-25 08:17:08 +0800
committerbdrewery <bdrewery@FreeBSD.org>2015-06-25 08:17:08 +0800
commita0d1165e11ba946c2df9c231f4aa0a3092021827 (patch)
treea9d9d2e1c94c202b99f060c6e353815eb658db4a /ftp
parent6425018de05966bd77642ce4373ba50361853b41 (diff)
downloadfreebsd-ports-gnome-a0d1165e11ba946c2df9c231f4aa0a3092021827.tar.gz
freebsd-ports-gnome-a0d1165e11ba946c2df9c231f4aa0a3092021827.tar.zst
freebsd-ports-gnome-a0d1165e11ba946c2df9c231f4aa0a3092021827.zip
Try to improve the wording for the GSSAPI+OpenSSL IGNORE in r390499.
PR: 200555
Diffstat (limited to 'ftp')
-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