Date: Sat, 28 Mar 2015 11:37:42 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r382461 - head/ftp/curl Message-ID: <201503281137.t2SBbg6h084600@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503281137.t2SBbg6h084600>