svn commit: r390526 - head/ftp/curl

Bryan Drewery bdrewery at FreeBSD.org
Thu Jun 25 00:22:30 UTC 2015


Author: bdrewery
Date: Thu Jun 25 00:22:29 2015
New Revision: 390526
URL: https://svnweb.freebsd.org/changeset/ports/390526

Log:
  Be more explicit about which setting to use.
  
  PR:		200555

Modified:
  head/ftp/curl/Makefile

Modified: head/ftp/curl/Makefile
==============================================================================
--- head/ftp/curl/Makefile	Thu Jun 25 00:17:08 2015	(r390525)
+++ head/ftp/curl/Makefile	Thu Jun 25 00:22:29 2015	(r390526)
@@ -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=		GSSAPI_BASE is set, which is not compatible with OpenSSL/LibreSSL from ports. Unset it or do not use ports SSL.
+IGNORE=		GSSAPI_BASE is set, which is not compatible with OpenSSL/LibreSSL from ports. Set GSSAPI_NONE 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-all mailing list