git: b0dc75c892f7 - main - editors/openoffice-4: Mark BROKN for 14
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 17 Aug 2023 04:33:38 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=b0dc75c892f74415d4fe6b9eafb322ce75127987 commit b0dc75c892f74415d4fe6b9eafb322ce75127987 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-08-17 02:58:11 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-08-17 04:33:22 +0000 editors/openoffice-4: Mark BROKN for 14 Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation --- editors/openoffice-4/Makefile | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/editors/openoffice-4/Makefile b/editors/openoffice-4/Makefile index 1f68badae8db..2724bc571a7c 100644 --- a/editors/openoffice-4/Makefile +++ b/editors/openoffice-4/Makefile @@ -198,6 +198,12 @@ 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 && ( \ @@ -205,11 +211,6 @@ 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