Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Apr 2026 09:25:38 +0000
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: d3b9fc14c3a9 - main - editors/openoffice-*: Mark BROKEN on FreeBSD 13
Message-ID:  <69e0ab12.21c28.4efc5d85@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by truckman:

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

commit d3b9fc14c3a988e09c478d3263a39ebd01e50e0d
Author:     Don Lewis <truckman@FreeBSD.org>
AuthorDate: 2026-04-16 07:07:41 +0000
Commit:     Don Lewis <truckman@FreeBSD.org>
CommitDate: 2026-04-16 09:23:46 +0000

    editors/openoffice-*: Mark BROKEN on FreeBSD 13
    
    OpenOffice requires ftp/curl to be built with the OpenSSL backend, but
    this is not possible on FreeBSD 13.  curl 8.18.0 drops OpenSSL 1.x
    support, which is used in FreeBSD 13 base system. Therefore, curl uses
    wolfSSL instead on FreeBSD 13.
---
 editors/openoffice-4/Makefile     | 4 ++++
 editors/openoffice-devel/Makefile | 4 ++++
 2 files changed, 8 insertions(+)

diff --git a/editors/openoffice-4/Makefile b/editors/openoffice-4/Makefile
index caf93b41446d..9e8e6f761009 100644
--- a/editors/openoffice-4/Makefile
+++ b/editors/openoffice-4/Makefile
@@ -122,6 +122,10 @@ USE_PERL5=	build
 USE_XORG=	ice sm x11 xau xaw xcomposite xcursor xdamage xext xfixes xi \
 		xinerama xrandr xrender xt
 
+# ftp/curl uses OpenSSL by default. However, curl 8.18.0 drops OpenSSL 1.x support
+# which is used in FreeBSD 13 base system. Therefore, we change the curl defaults to
+# wolfSSL instead.
+BROKEN_FreeBSD_13=	OpenOffice requires ftp/curl to be built with OpenSSL
 CONFLICTS_INSTALL=	apache-openoffice-devel
 
 AOOVERSION1=	4
diff --git a/editors/openoffice-devel/Makefile b/editors/openoffice-devel/Makefile
index d0f332876e89..e85452397509 100644
--- a/editors/openoffice-devel/Makefile
+++ b/editors/openoffice-devel/Makefile
@@ -120,6 +120,10 @@ USE_PERL5=	build
 USE_XORG=	ice sm x11 xau xaw xcomposite xcursor xdamage xext xfixes xi \
 		xinerama xrandr xrender xt
 
+# ftp/curl uses OpenSSL by default. However, curl 8.18.0 drops OpenSSL 1.x support
+# which is used in FreeBSD 13 base system. Therefore, we change the curl defaults to
+# wolfSSL instead.
+BROKEN_FreeBSD_13=	OpenOffice requires ftp/curl to be built with OpenSSL
 CONFLICTS_INSTALL=	apache-openoffice-4*
 
 AOOVERSION1=	4


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69e0ab12.21c28.4efc5d85>