forked from Lainports/freebsd-ports
sysutils/vector: Mark BROKEN with openssl3
OpenSSL 3 has been merged into OSVERSION 1400092 so also mark BROKEN_SSL for 14 and OSVERSION 1400092 onwards. Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
926094e537
commit
2e75dce326
1 changed files with 7 additions and 2 deletions
|
|
@ -18,8 +18,6 @@ LIB_DEPENDS= libonig.so:devel/oniguruma \
|
|||
librdkafka.so:net/librdkafka
|
||||
|
||||
USES= cargo lua:53 ssl
|
||||
BROKEN_SSL= openssl30 openssl31
|
||||
BROKEN_SSL_REASON= Fails to detect OpenSSL 3.0.0 and later
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= timberio
|
||||
GH_TUPLE= bytecodealliance:wasmtime:3de418630a263ca214931d69f796879be50d4f72:wasmtime \
|
||||
|
|
@ -564,6 +562,13 @@ CARGO_CRATES= adler-0.2.3 \
|
|||
# this crate's panic strategy `abort`
|
||||
LTO_UNSAFE= yes
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ( ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400092 && ${SSL_DEFAULT} == base ) || ${SSL_DEFAULT:Mopenssl3*}
|
||||
BROKEN_SSL= base openssl30 openssl31
|
||||
BROKEN_SSL_REASON= Fails to detect OpenSSL 3.0.0 and later
|
||||
.endif
|
||||
|
||||
post-extract:
|
||||
${RMDIR} ${WRKSRC_wasmtime}/crates/wasi-common/WASI
|
||||
${MV} ${WRKSRC_wasi_wasmtime} ${WRKSRC_wasmtime}/crates/wasi-common/WASI
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue