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:
Muhammad Moinur Rahman 2023-08-08 02:43:32 +02:00
parent 926094e537
commit 2e75dce326

View file

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