Date: Wed, 6 Aug 2025 19:27:26 GMT From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: f65cedba733b - main - editors/libreoffice: fix installation on powerpc64le Message-ID: <202508061927.576JRQ1K084081@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=f65cedba733b8e26464f7e87efaa209f6f9d7d53 commit f65cedba733b8e26464f7e87efaa209f6f9d7d53 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2025-08-06 19:23:53 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2025-08-06 19:26:56 +0000 editors/libreoffice: fix installation on powerpc64le Currently installing on powerpc64le fails with: pkg-static: Missing shlib dependency: libjawt.so I'm not sure why it doesn't happen on other architectures. --- editors/libreoffice/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/editors/libreoffice/Makefile b/editors/libreoffice/Makefile index 48b77bebd0b8..eba12eaeba09 100644 --- a/editors/libreoffice/Makefile +++ b/editors/libreoffice/Makefile @@ -1,4 +1,4 @@ -PORTREVISION= 2 +PORTREVISION= 3 .include "${.CURDIR}/Makefile.common" @@ -228,7 +228,7 @@ JAVA_DISTFILES= 17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip:src \ bsh-2.1.1-src.zip:src \ rhino-1.7.15.zip:src JAVA_USES= java -JAVA_VARS= JAVA_VERSION=17+ +JAVA_VARS= JAVA_VERSION=17+ NO_SHLIB_REQUIRES_GLOB=libjawt.so KF5_CONFIGURE_ENABLE= kf5 KF5_USE= kde=config,coreaddons,i18n,kio,windowsystemhome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202508061927.576JRQ1K084081>
