Date: Mon, 13 Mar 2017 17:43:55 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436094 - in head: devel/thrift-cpp lang/ruby23 www/spdylay Message-ID: <201703131743.v2DHhtmi066772@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Mon Mar 13 17:43:55 2017 New Revision: 436094 URL: https://svnweb.freebsd.org/changeset/ports/436094 Log: Mark a few more ports BROKEN with openssl-devel. Sponsored by: Absolight Modified: head/devel/thrift-cpp/Makefile (contents, props changed) head/lang/ruby23/Makefile (contents, props changed) head/www/spdylay/Makefile (contents, props changed) Modified: head/devel/thrift-cpp/Makefile ============================================================================== --- head/devel/thrift-cpp/Makefile Mon Mar 13 17:29:28 2017 (r436093) +++ head/devel/thrift-cpp/Makefile Mon Mar 13 17:43:55 2017 (r436094) @@ -54,6 +54,10 @@ CFLAGS+= -I${OPENSSLINC} USE_CXXSTD= c++11 .endif +.if ${SSL_DEFAULT} == openssl-devel +BROKEN= Cannot find libcrypto. +.endif + post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lib*.so ${LN} -sf libthrift-${PORTVERSION}.so ${STAGEDIR}${PREFIX}/lib/libthrift.so.0 Modified: head/lang/ruby23/Makefile ============================================================================== --- head/lang/ruby23/Makefile Mon Mar 13 17:29:28 2017 (r436093) +++ head/lang/ruby23/Makefile Mon Mar 13 17:43:55 2017 (r436094) @@ -73,6 +73,10 @@ CPE_UPDATE= p${RUBY_PATCHLEVEL} .include <bsd.port.pre.mk> +.if ${SSL_DEFAULT} == openssl-devel +BROKEN= Does not detect and buid the openssl*.rb bits. +.endif + # PORTREVISION/PORTEPOCH hack .if ${PORTREVISION} != 0 Modified: head/www/spdylay/Makefile ============================================================================== --- head/www/spdylay/Makefile Mon Mar 13 17:29:28 2017 (r436093) +++ head/www/spdylay/Makefile Mon Mar 13 17:43:55 2017 (r436094) @@ -37,4 +37,10 @@ post-install: ${INSTALL_SCRIPT} ${WRKSRC}/examples/spdycli ${STAGEDIR}${PREFIX}/bin/ ${INSTALL_DATA} ${WRKSRC}/shrpx.conf.sample ${STAGEDIR}${PREFIX}/etc/ +.include <bsd.port.options.mk> + +.if ${SSL_DEFAULT} == openssl-devel +BROKEN= Does not build. +.endif + .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703131743.v2DHhtmi066772>