Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Jun 2015 02:12:05 +0800
From:      Sunpoet Hsieh <sunpoet@sunpoet.net>
To:        Bryan Drewery <bdrewery@freebsd.org>
Cc:        ports-committers@freebsd.org, svn-ports-all@freebsd.org,  svn-ports-head@freebsd.org
Subject:   Re: svn commit: r390526 - head/ftp/curl
Message-ID:  <CAMHz58Qp9U6ysm7FaAcAFtEg1-N2OxKfOpUrR3=TmgOEJXUpOQ@mail.gmail.com>
In-Reply-To: <201506250022.t5P0MURx089077@svn.freebsd.org>
References:  <201506250022.t5P0MURx089077@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Jun 25, 2015 at 8:22 AM, Bryan Drewery <bdrewery@freebsd.org> 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
> _______________________________________________
> svn-ports-all@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/svn-ports-all
> To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
>

Hi Bryan,

I have a problem with this change.
I would like to make sure that GSSAPI_HEIMDAL and GSSAPI_MIT options DO NOT
WORK with WITH_OPENSSL_PORT.
According to my own test, it seems that only GSSAPI_BASE option is not
compatible with security/openssl and security/libressl.

Regards,
sunpoet



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAMHz58Qp9U6ysm7FaAcAFtEg1-N2OxKfOpUrR3=TmgOEJXUpOQ>