git: 2c7b81b17560 - 2023Q3 - editors/openoffice-4: Mark BROKEN_SSL for 14
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 16 Sep 2023 00:49:24 UTC
The branch 2023Q3 has been updated by truckman:
URL: https://cgit.FreeBSD.org/ports/commit/?id=2c7b81b175602417d4b9afb4bc93cc6798d6403b
commit 2c7b81b175602417d4b9afb4bc93cc6798d6403b
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-08-08 01:44:07 +0000
Commit: Don Lewis <truckman@FreeBSD.org>
CommitDate: 2023-09-16 00:48:30 +0000
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
(cherry picked from commit f6b2dd8797b61d9c8ea2f15d850c5ca55ef5c97a)
---
editors/openoffice-4/Makefile | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/editors/openoffice-4/Makefile b/editors/openoffice-4/Makefile
index 47b19642a6af..9cff52730499 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