svn commit: r390525 - head/ftp/curl

Bryan Drewery bdrewery at FreeBSD.org
Thu Jun 25 00:17:09 UTC 2015


Author: bdrewery
Date: Thu Jun 25 00:17:08 2015
New Revision: 390525
URL: https://svnweb.freebsd.org/changeset/ports/390525

Log:
  Try to improve the wording for the GSSAPI+OpenSSL IGNORE in r390499.
  
  PR:		200555

Modified:
  head/ftp/curl/Makefile

Modified: head/ftp/curl/Makefile
==============================================================================
--- head/ftp/curl/Makefile	Wed Jun 24 22:38:30 2015	(r390524)
+++ head/ftp/curl/Makefile	Thu Jun 25 00:17:08 2015	(r390525)
@@ -167,7 +167,7 @@ IGNORE=		only supports LIBSSH2 with Open
 	(!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


More information about the svn-ports-head mailing list