aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-08-08 01:44:07 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-08-08 01:48:39 +0000
commitf6b2dd8797b61d9c8ea2f15d850c5ca55ef5c97a (patch)
treec23a60e8d34130f6b34f7a18a8712006e44b100f
parent160188b23077090892302669fc086345cbf400b5 (diff)
downloadports-f6b2dd8797b61d9c8ea2f15d850c5ca55ef5c97a.tar.gz
ports-f6b2dd8797b61d9c8ea2f15d850c5ca55ef5c97a.zip
editors/openoffice-4: Mark BROKEN_SSL for 14
OpenSSL 3 has been merged into OSVERSION 1400092 so also mark BROKEN_SSL for 14 and OSVERSION 1400092 onwards. Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation
-rw-r--r--editors/openoffice-4/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/editors/openoffice-4/Makefile b/editors/openoffice-4/Makefile
index 64ae0fd63d5b..1f68badae8db 100644
--- a/editors/openoffice-4/Makefile
+++ b/editors/openoffice-4/Makefile
@@ -113,8 +113,6 @@ RUN_DEPENDS+= gcc${GCC_DEFAULT}>0:lang/gcc${GCC_DEFAULT}
USES= autoreconf bison compiler:c++11-lib cpe desktop-file-utils \
gettext-runtime gl gmake gnome iconv jpeg perl5 pkgconfig \
shared-mime-info ssl tar:bzip2 xorg
-BROKEN_SSL= openssl30 openssl31
-BROKEN_SSL_REASON= unsupported option -print-multi-os-directory
USE_GL= gl glu
USE_GNOME= gdkpixbuf2 gdkpixbuf2xlib gtk20 libxslt libidl glib20
USE_JAVA= yes
@@ -207,6 +205,11 @@ 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