Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Sep 2016 15:37:00 +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: r422020 - head/ftp/curl
Message-ID:  <201609131537.u8DFb012027142@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Tue Sep 13 15:37:00 2016
New Revision: 422020
URL: https://svnweb.freebsd.org/changeset/ports/422020

Log:
  ftp/curl: Remove 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:34:28 2016	(r422019)
+++ head/ftp/curl/Makefile	Tue Sep 13 15:37:00 2016	(r422020)
@@ -154,9 +154,6 @@ IGNORE=		GSSAPI_BASE is not compatible w
 .endif
 
 .if ${SSL_DEFAULT:Mlibressl*}
-.if ${PORT_OPTIONS:MGSSAPI_BASE} && ${PORT_OPTIONS:MOPENSSL}
-IGNORE=		GSSAPI_BASE is not compatible with LibreSSL. Use other GSSAPI options
-.endif
 .if ${PORT_OPTIONS:MTLS_SRP}
 IGNORE=		unsupported TLS-SRP in LibreSSL
 .endif



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609131537.u8DFb012027142>