Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Sep 2023 14:25:54 GMT
From:      Don Lewis <truckman@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 37e525dfdcde - main - editors/openoffice-4: Unmark BROKEN
Message-ID:  <202309141425.38EEPsaC028080@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by truckman:

URL: https://cgit.FreeBSD.org/ports/commit/?id=37e525dfdcde00912ce1a43a5adceb1efa111046

commit 37e525dfdcde00912ce1a43a5adceb1efa111046
Author:     Don Lewis <truckman@FreeBSD.org>
AuthorDate: 2023-09-13 15:53:03 +0000
Commit:     Don Lewis <truckman@FreeBSD.org>
CommitDate: 2023-09-14 14:25:47 +0000

    editors/openoffice-4: Unmark BROKEN
    
    The undefined symbol ERR_GET_FUNC error was caused by libserf-1.so
    expecting to find this symbol in libssl.so, but it was no longer
    defined in OpenSSL > 3.0.  This problem was fixed in www/serv 1.3.9_7.
    The unsupported option -print-multi-os-directory error comes from
    an OpenOffice module configure script and does not break the build.
    
    MFH:            2023Q3
---
 editors/openoffice-4/Makefile | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/editors/openoffice-4/Makefile b/editors/openoffice-4/Makefile
index 2724bc571a7c..b366bc684755 100644
--- a/editors/openoffice-4/Makefile
+++ b/editors/openoffice-4/Makefile
@@ -198,12 +198,6 @@ 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 && ( \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309141425.38EEPsaC028080>