svn commit: r382461 - head/ftp/curl
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Mar 28 11:37:42 UTC 2015
Author: sunpoet
Date: Sat Mar 28 11:37:41 2015
New Revision: 382461
URL: https://svnweb.freebsd.org/changeset/ports/382461
QAT: https://qat.redports.org/buildarchive/r382461/
Log:
- Add IGNORE for LibreSSL
PR: 198397 (based on)
Submitted by: Bernard Spil <spil.oss at gmail.com>
Modified:
head/ftp/curl/Makefile
Modified: head/ftp/curl/Makefile
==============================================================================
--- head/ftp/curl/Makefile Sat Mar 28 11:18:30 2015 (r382460)
+++ head/ftp/curl/Makefile Sat Mar 28 11:37:41 2015 (r382461)
@@ -158,6 +158,15 @@ IGNORE= only supports LDAPS with SSL
IGNORE= only supports LIBSSH2 with OpenSSL
.endif
+.if ${PORT_OPTIONS:MOPENSSL} && defined(OPENSSL_PORT) && ${OPENSSL_PORT} == "security/libressl"
+.if ${PORT_OPTIONS:MGSSAPI_BASE}
+IGNORE= with GSSAPI_BASE, configure failed to detect OpenSSL/LibreSSL from ports and link against base OpenSSL
+.endif
+.if ${PORT_OPTIONS:MTLS_SRP}
+IGNORE= unsupported TLS-SRP in LibreSSL
+.endif
+.endif
+
post-patch:
@${REINPLACE_CMD} -e '/^SUBDIRS = / s|$$| docs|; /^DIST_SUBDIRS = / s| docs||; /cd docs &&/d' ${WRKSRC}/Makefile.in
@${REINPLACE_CMD} -e 's|\(flags_dbg_off=\)".*"|\1""|; s|\(flags_opt_off=\)".*"|\1""|; s|lib/pkgconfig|libdata/pkgconfig|g' ${WRKSRC}/configure
More information about the svn-ports-all
mailing list