Skip site navigation (1)Skip section navigation (2)
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.&nbsp;</div><div><br><p><small><strong>Van:</strong> Yuri Victorovich &lt;yuri@FreeBSD.org&gt;<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 &lt;ronald@FreeBSD.org&gt;<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: &nbsp;&nbsp;&nbsp;&nbsp;Ronald Klop <ronald@freebsd.org><br>
AuthorDate: 2026-01-31 20:26:25 +0000<br>
Commit: &nbsp;&nbsp;&nbsp;&nbsp;Yuri Victorovich <yuri@freebsd.org><br>
CommitDate: 2026-01-31 20:26:25 +0000<br>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;graphics/lightzone: force jdk8 because it does not build with jdk11+<br>
&nbsp;&nbsp;&nbsp;&nbsp;<br>
&nbsp;&nbsp;&nbsp;&nbsp;PR: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;292671<br>
---<br>
&nbsp;graphics/lightzone/Makefile | 5 +++--<br>
&nbsp;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>
&nbsp;PORTNAME= &nbsp;lightzone<br>
&nbsp;DISTVERSION= &nbsp;&nbsp;4.1.8-3<br>
&nbsp;DISTVERSIONSUFFIX= -g36e87773<br>
-PORTREVISION= &nbsp;13<br>
+PORTREVISION= &nbsp;14<br>
&nbsp;CATEGORIES= &nbsp;&nbsp;&nbsp;graphics java<br>
&nbsp;DIST_SUBDIR= &nbsp;&nbsp;${PORTNAME}<br>
&nbsp;<br>
@@ -24,7 +24,7 @@ LIB_DEPENDS= &nbsp;liblcms2.so:graphics/lcms2 <br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;libtiff.so:graphics/tiff<br>
&nbsp;RUN_DEPENDS= &nbsp;&nbsp;jhindexer:java/javahelp<br>
&nbsp;<br>
-BROKEN_aarch64= &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;fails to link: /usr/local/bin/ld: LC_JNIUtils.o: relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol<br>
+#BROKEN_aarch64= &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;fails to link: /usr/local/bin/ld: LC_JNIUtils.o: relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol<br>
&nbsp;BROKEN_armv6= &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;fails to compile: build.xml: exec returned: 1<br>
&nbsp;BROKEN_armv7= &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;fails to compile: build.xml: exec returned: 1<br>
&nbsp;<br>
@@ -36,6 +36,7 @@ USES= &nbsp;&nbsp;&nbsp;&nbsp;desktop-file-utils gmake gnome java:ant,run jpeg pkgconfig xorg<br>
&nbsp;USE_GCC= &nbsp;&nbsp;yes<br>
&nbsp;USE_LDCONFIG= &nbsp;yes<br>
&nbsp;USE_XORG= &nbsp;x11<br>
+JAVA_VERSION= &nbsp;8 # because of Bug 292671 - graphics/lightzone: does not build with jdk11+<br>
&nbsp;JAVA_VENDOR= &nbsp;&nbsp;openjdk<br>
&nbsp;<br>
&nbsp;PATCH_WRKSRC= &nbsp;${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>