Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 May 2023 11:38:44 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 4cb5c8ada8e7 - main - editors/openoffice-4: Mark BROKEN_SSL
Message-ID:  <202305021138.342BciJE091656@gitrepo.freebsd.org>

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

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

commit 4cb5c8ada8e70e30b73901f021d933a405f92d76
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-05-02 08:36:59 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-05-02 11:38:33 +0000

    editors/openoffice-4: Mark BROKEN_SSL
    
    - Fails to build with error: unsupported option
      '-print-multi-os-directory'
    
    Approved by:    portmgr (blanket)
---
 editors/openoffice-4/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/editors/openoffice-4/Makefile b/editors/openoffice-4/Makefile
index 553c720c2835..1563aa8699c7 100644
--- a/editors/openoffice-4/Makefile
+++ b/editors/openoffice-4/Makefile
@@ -113,6 +113,8 @@ 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



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