Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Jun 2015 00:22:30 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r390526 - head/ftp/curl
Message-ID:  <201506250022.t5P0MURx089077@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506250022.t5P0MURx089077>