From 74f2e01aa40b7f882200ba516fa846196f019a0b Mon Sep 17 00:00:00 2001 From: John Marino Date: Tue, 13 Sep 2016 16:05:45 +0000 Subject: [PATCH] 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 --- ftp/curl/Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ftp/curl/Makefile b/ftp/curl/Makefile index db02e3056b14..cf078911f3cb 100644 --- a/ftp/curl/Makefile +++ b/ftp/curl/Makefile @@ -149,10 +149,6 @@ IGNORE= only supports TLS-SRP with either OpenSSL or GnuTLS 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