svn commit: r382451 - head/ftp/curl
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Mar 28 10:05:24 UTC 2015
Author: sunpoet
Date: Sat Mar 28 10:05:23 2015
New Revision: 382451
URL: https://svnweb.freebsd.org/changeset/ports/382451
QAT: https://qat.redports.org/buildarchive/r382451/
Log:
- Remove CYASSL option until upstream supports WolfSSL (new name of CyaSSL)
Modified:
head/ftp/curl/Makefile
Modified: head/ftp/curl/Makefile
==============================================================================
--- head/ftp/curl/Makefile Sat Mar 28 09:15:24 2015 (r382450)
+++ head/ftp/curl/Makefile Sat Mar 28 10:05:23 2015 (r382451)
@@ -16,7 +16,7 @@ OPTIONS_DEFINE= CA_BUNDLE COOKIES CURL_D
OPTIONS_RADIO= GSSAPI RESOLV SSL
OPTIONS_RADIO_GSSAPI= GSSAPI_BASE HEIMDAL_PORT KRB5_PORT
OPTIONS_RADIO_RESOLV= CARES THREADED_RESOLVER
-OPTIONS_RADIO_SSL= CYASSL GNUTLS NSS OPENSSL POLARSSL
+OPTIONS_RADIO_SSL= GNUTLS NSS OPENSSL POLARSSL
OPTIONS_DEFAULT=CA_BUNDLE COOKIES GSSAPI_BASE IPV6 OPENSSL PROXY RESOLV THREADED_RESOLVER SSL TLS_SRP
CA_BUNDLE_DESC= Install CA bundle for OpenSSL
COOKIES_DESC= Cookies support
@@ -72,9 +72,6 @@ COOKIES_CONFIGURE_OFF= --disable-cookies
COOKIES_CONFIGURE_ON= --enable-cookies
CURL_DEBUG_CONFIGURE_OFF= --disable-curldebug
CURL_DEBUG_CONFIGURE_ON=--enable-curldebug
-CYASSL_CONFIGURE_OFF= --without-cyassl
-CYASSL_CONFIGURE_ON= --with-cyassl=${LOCALBASE}
-CYASSL_LIB_DEPENDS= libcyassl.so:${PORTSDIR}/security/yassl
DEBUG_CONFIGURE_OFF= --disable-debug
DEBUG_CONFIGURE_ON= --enable-debug
GNUTLS_CONFIGURE_OFF= --without-gnutls
@@ -148,7 +145,7 @@ IGNORE= only supports TLS-SRP with eith
IGNORE= only supports LDAPS with LDAP
.endif
-.if ${PORT_OPTIONS:MLDAPS} && !${PORT_OPTIONS:MCYASSL} && !${PORT_OPTIONS:MGNUTLS} && !${PORT_OPTIONS:MNSS} && !${PORT_OPTIONS:MOPENSSL} && !${PORT_OPTIONS:MPOLARSSL}
+.if ${PORT_OPTIONS:MLDAPS} && !${PORT_OPTIONS:MGNUTLS} && !${PORT_OPTIONS:MNSS} && !${PORT_OPTIONS:MOPENSSL} && !${PORT_OPTIONS:MPOLARSSL}
IGNORE= only supports LDAPS with SSL
.endif
More information about the svn-ports-all
mailing list