svn commit: r422028 - head/ftp/curl

John Marino marino at FreeBSD.org
Tue Sep 13 16:05:46 UTC 2016


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


More information about the svn-ports-head mailing list