svn commit: r390526 - head/ftp/curl

Mathieu Arnold mat at FreeBSD.org
Thu Jun 25 08:13:42 UTC 2015


+--On 25 juin 2015 11:49:59 +1000 Kubilay Kocak <koobs at FreeBSD.org> wrote:
| On 25/06/2015 10:22 AM, Bryan Drewery wrote:
|> 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
|> 
| 
| This is not aimed at you Bryan (or at anyone specifically), this commit
| just reminded me.
| 
| I'm a HUGE non-fan of GSSAPI_NONE (or any FOO_NONE)as an option in the
| following ports as an explicit option to disable something.
| 
| dns/bind910
| dns/bind99
| ftp/curl
| mail/dovecot2
| net/samba36
| www/squid

That's because they follow what gssapi.mk says we should use.

| Alternatively, each of MIT, KRB5 and BASE options could:
| 
| GSSAPI_FOO_CONFIGURE_OFF=--without-gssapi

That won't work, because you'd end up having something silly with:

--with-gssapi=/usr/local --without-gssapi --without-gssapi.

-- 
Mathieu Arnold
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 949 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-head/attachments/20150625/2ff42114/attachment.bin>


More information about the svn-ports-head mailing list