svn commit: r390526 - head/ftp/curl

Sunpoet Hsieh sunpoet at sunpoet.net
Thu Jun 25 18:12:52 UTC 2015


On Thu, Jun 25, 2015 at 8:22 AM, Bryan Drewery <bdrewery at 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 at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/svn-ports-all
> To unsubscribe, send any mail to "svn-ports-all-unsubscribe at 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


More information about the svn-ports-head mailing list