Mark a few more ports BROKEN with openssl-devel.

Sponsored by:	Absolight
This commit is contained in:
Mathieu Arnold 2017-03-13 17:43:55 +00:00
parent 17b05b0b6b
commit db5d0284e6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=436094
3 changed files with 14 additions and 0 deletions

View file

@ -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

View file

@ -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

View file

@ -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>