Date: Sun, 1 Feb 2026 11:35:11 +0100 (CET) From: Ronald Klop <ronald-lists@klop.ws> To: Yuri Victorovich <yuri@FreeBSD.org> Cc: dev-commits-ports-main@FreeBSD.org, Ronald Klop <ronald@FreeBSD.org>, ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org Subject: Re: git: 00bbdd282d54 - main - graphics/lightzone: force jdk8 because it does not build with jdk11+ Message-ID: <1421823668.227552.1769942111401@localhost> In-Reply-To: <697e65b6.37790.7e6f2ab3@gitrepo.freebsd.org>
index | next in thread | previous in thread | raw e-mail
[-- Attachment #1 --] Hi Yuri, Thanks for taking the time to look into the issue. One minor thing. The BROKEN line shouldn’t be commented out. That was a debugging change. I mentioned this in the PR but the patch still contained it. Regards, Ronald. Van: Yuri Victorovich <yuri@FreeBSD.org> Datum: 31 januari 2026 21:27 Aan: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org CC: Ronald Klop <ronald@FreeBSD.org> Onderwerp: git: 00bbdd282d54 - main - graphics/lightzone: force jdk8 because it does not build with jdk11+ > > > The branch main has been updated by yuri: > > URL: https://cgit.FreeBSD.org/ports/commit/?id=00bbdd282d54ce00305828cb943669a3fd1335f8 > > commit 00bbdd282d54ce00305828cb943669a3fd1335f8 > Author: Ronald Klop > AuthorDate: 2026-01-31 20:26:25 +0000 > Commit: Yuri Victorovich > 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} > > > > [-- Attachment #2 --] <html><head></head><body>Hi Yuri,<div><br></div><div>Thanks for taking the time to look into the issue.<br></div><div><br></div><div>One minor thing.</div><div>The BROKEN line shouldn’t be commented out. That was a debugging change.</div><div>I mentioned this in the PR but the patch still contained it.</div><div><br></div><div>Regards,<br></div><div>Ronald. </div><div><br><p><small><strong>Van:</strong> Yuri Victorovich <yuri@FreeBSD.org><br><strong>Datum:</strong> 31 januari 2026 21:27<br><strong>Aan:</strong> ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org<br><strong>CC:</strong> Ronald Klop <ronald@FreeBSD.org><br><strong>Onderwerp:</strong> git: 00bbdd282d54 - main - graphics/lightzone: force jdk8 because it does not build with jdk11+<br></small></p><blockquote style="margin-left: 5px; border-left: 3px solid #ccc; margin-right: 0px; padding-left: 5px;"><div class="MessageRFC822Viewer do_not_remove" id="P"><!-- P --> <!-- processMimeMessage --><div class="TextPlainViewer do_not_remove" id="P.P"><!-- P.P -->The branch main has been updated by yuri:<br> <br> URL: <a href="https://cgit.FreeBSD.org/ports/commit/?id=00bbdd282d54ce00305828cb943669a3fd1335f8">https://cgit.FreeBSD.org/ports/commit/?id=00bbdd282d54ce00305828cb943669a3fd1335f8</a><br> <br> commit 00bbdd282d54ce00305828cb943669a3fd1335f8<br> Author: Ronald Klop <ronald@freebsd.org><br> AuthorDate: 2026-01-31 20:26:25 +0000<br> Commit: Yuri Victorovich <yuri@freebsd.org><br> CommitDate: 2026-01-31 20:26:25 +0000<br> <br> graphics/lightzone: force jdk8 because it does not build with jdk11+<br> <br> PR: 292671<br> ---<br> graphics/lightzone/Makefile | 5 +++--<br> 1 file changed, 3 insertions(+), 2 deletions(-)<br> <br> diff --git a/graphics/lightzone/Makefile b/graphics/lightzone/Makefile<br> index c9636f2a91f0..5ff225b30182 100644<br> --- a/graphics/lightzone/Makefile<br> +++ b/graphics/lightzone/Makefile<br> @@ -1,7 +1,7 @@<br> PORTNAME= lightzone<br> DISTVERSION= 4.1.8-3<br> DISTVERSIONSUFFIX= -g36e87773<br> -PORTREVISION= 13<br> +PORTREVISION= 14<br> CATEGORIES= graphics java<br> DIST_SUBDIR= ${PORTNAME}<br> <br> @@ -24,7 +24,7 @@ LIB_DEPENDS= liblcms2.so:graphics/lcms2 <br> libtiff.so:graphics/tiff<br> RUN_DEPENDS= jhindexer:java/javahelp<br> <br> -BROKEN_aarch64= fails to link: /usr/local/bin/ld: LC_JNIUtils.o: relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol<br> +#BROKEN_aarch64= fails to link: /usr/local/bin/ld: LC_JNIUtils.o: relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol<br> BROKEN_armv6= fails to compile: build.xml: exec returned: 1<br> BROKEN_armv7= fails to compile: build.xml: exec returned: 1<br> <br> @@ -36,6 +36,7 @@ USES= desktop-file-utils gmake gnome java:ant,run jpeg pkgconfig xorg<br> USE_GCC= yes<br> USE_LDCONFIG= yes<br> USE_XORG= x11<br> +JAVA_VERSION= 8 # because of Bug 292671 - graphics/lightzone: does not build with jdk11+<br> JAVA_VENDOR= openjdk<br> <br> PATCH_WRKSRC= ${WRKSRC:H}<br> </yuri@freebsd.org></ronald@freebsd.org></div><!-- TextPlainViewer --> <hr> </div><!-- MessageRFC822Viewer --> </blockquote><br><br><br></div></body></html>home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1421823668.227552.1769942111401>
