Date: Sat, 31 Jan 2026 20:27:34 +0000 From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Cc: Ronald Klop <ronald@FreeBSD.org> Subject: git: 00bbdd282d54 - main - graphics/lightzone: force jdk8 because it does not build with jdk11+ Message-ID: <697e65b6.37790.7e6f2ab3@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=00bbdd282d54ce00305828cb943669a3fd1335f8 commit 00bbdd282d54ce00305828cb943669a3fd1335f8 Author: Ronald Klop <ronald@FreeBSD.org> AuthorDate: 2026-01-31 20:26:25 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2026-01-31 20:26:25 +0000 graphics/lightzone: force jdk8 because it does not build with jdk11+ PR: 292671 --- graphics/lightzone/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/graphics/lightzone/Makefile b/graphics/lightzone/Makefile index c9636f2a91f0..5ff225b30182 100644 --- a/graphics/lightzone/Makefile +++ b/graphics/lightzone/Makefile @@ -1,7 +1,7 @@ PORTNAME= lightzone DISTVERSION= 4.1.8-3 DISTVERSIONSUFFIX= -g36e87773 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= graphics java DIST_SUBDIR= ${PORTNAME} @@ -24,7 +24,7 @@ LIB_DEPENDS= liblcms2.so:graphics/lcms2 \ libtiff.so:graphics/tiff RUN_DEPENDS= jhindexer:java/javahelp -BROKEN_aarch64= fails to link: /usr/local/bin/ld: LC_JNIUtils.o: relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol +#BROKEN_aarch64= fails to link: /usr/local/bin/ld: LC_JNIUtils.o: relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol BROKEN_armv6= fails to compile: build.xml: exec returned: 1 BROKEN_armv7= fails to compile: build.xml: exec returned: 1 @@ -36,6 +36,7 @@ USES= desktop-file-utils gmake gnome java:ant,run jpeg pkgconfig xorg USE_GCC= yes USE_LDCONFIG= yes USE_XORG= x11 +JAVA_VERSION= 8 # because of Bug 292671 - graphics/lightzone: does not build with jdk11+ JAVA_VENDOR= openjdk PATCH_WRKSRC= ${WRKSRC:H}home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?697e65b6.37790.7e6f2ab3>
