Created attachment 269501 [details] git diff to fix build with jdk25 Hi, With the attached patch applied this port builds find with openjdk25 (the current JAVA_DEFAULT). If approved I can commit the patch for you.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=2cf53771fc54b80686693582d136e15230c34040 commit 2cf53771fc54b80686693582d136e15230c34040 Author: Ronald Klop <ronald@FreeBSD.org> AuthorDate: 2026-04-08 13:38:47 +0000 Commit: Ronald Klop <ronald@FreeBSD.org> CommitDate: 2026-04-08 13:39:47 +0000 java/jasmin: fix build with jdk11+ unpin openjdk8 PR: 294332 Approved-by: no maintainer java/jasmin/Makefile | 1 - java/jasmin/files/patch-build.xml | 37 ++++++++++++++++++++++++++++++++++--- 2 files changed, 34 insertions(+), 4 deletions(-)
(In reply to commit-hook from comment #1) accidentally put the PR number in an unrelated commit
I approve the patch. Thank you for the PR and the commit!
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=496bc1f119e860e5921d42e413c051f51cc44799 commit 496bc1f119e860e5921d42e413c051f51cc44799 Author: Ronald Klop <ronald@FreeBSD.org> AuthorDate: 2026-04-08 13:37:34 +0000 Commit: Ronald Klop <ronald@FreeBSD.org> CommitDate: 2026-04-09 12:13:36 +0000 lang/rhino: fix build with jdk11+ unpin openjdk8 PR: 294332 Approved-by: maintainer (Nicola Vitale) lang/rhino/Makefile | 3 +-- lang/rhino/files/patch-build.properties (new) | 13 +++++++++++++ 2 files changed, 14 insertions(+), 2 deletions(-)
thanks for the quick review