Date: Tue, 13 Sep 2016 16:05:45 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r422028 - head/ftp/curl Message-ID: <201609131605.u8DG5jAE039090@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Tue Sep 13 16:05:45 2016 New Revision: 422028 URL: https://svnweb.freebsd.org/changeset/ports/422028 Log: ftp/curl: Remove second redundant ports SSL + base GSSAPI check If one tries to use the base gssapi with SSL from ports, gssapi.mk will add an IGNORE entry. Suggested by: mat Modified: head/ftp/curl/Makefile Modified: head/ftp/curl/Makefile ============================================================================== --- head/ftp/curl/Makefile Tue Sep 13 15:59:57 2016 (r422027) +++ head/ftp/curl/Makefile Tue Sep 13 16:05:45 2016 (r422028) @@ -149,10 +149,6 @@ IGNORE= only supports TLS-SRP with eith IGNORE= only supports LDAPS with SSL .endif -.if ${PORT_OPTIONS:MGSSAPI_BASE} && ${PORT_OPTIONS:MOPENSSL} && ${SSL_DEFAULT} != base -IGNORE= GSSAPI_BASE is not compatible with OpenSSL from ports. Use other GSSAPI options or OpenSSL from base system -.endif - .if ${SSL_DEFAULT:Mlibressl*} .if ${PORT_OPTIONS:MTLS_SRP} IGNORE= unsupported TLS-SRP in LibreSSL
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609131605.u8DG5jAE039090>