mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Mark a few more ports BROKEN with openssl-devel.
Sponsored by: Absolight
This commit is contained in:
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
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue