1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00

editors/openoffice-4: Mark BROKN for 14

Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Muhammad Moinur Rahman 2023-08-17 04:58:11 +02:00
parent c3c9edac7d
commit b0dc75c892

View File

@ -198,6 +198,12 @@ TARGET_ORDER_OVERRIDE= 710:gnome-post-icons
WITH= SDK
.endif
.include <bsd.port.options.mk>
.if ( ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400092 && ${SSL_DEFAULT} == base ) || ${SSL_DEFAULT:Mopenssl3*}
BROKEN= fails to compile undefined symbol ERR_GET_FUNC
.endif
.include <bsd.port.pre.mk>
.if ${OPSYS} == FreeBSD && ( \
@ -205,11 +211,6 @@ WITH= SDK
BROKEN= please update FreeBSD base system first to fix an ABI incompatibility
.endif
.if ( ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400092 && ${SSL_DEFAULT} == base ) || ${SSL_DEFAULT:Mopenssl3*}
BROKEN_SSL= base openssl30 openssl31
BROKEN_SSL_REASON= Undefined symbol ERR_GET_FUNC
.endif
.if defined(WITH_DEBUG)
CONFIGURE_ARGS+= --enable-symbols
.endif