svn commit: r436094 - in head: devel/thrift-cpp lang/ruby23 www/spdylay

Mathieu Arnold mat at FreeBSD.org
Mon Mar 13 17:43:56 UTC 2017


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>


More information about the svn-ports-all mailing list