Bug 294332 - lang/rhino: builds fine with openjdk25
Summary: lang/rhino: builds fine with openjdk25
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Nicola Vitale
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2026-04-08 13:36 UTC by Ronald Klop
Modified: 2026-04-09 12:16 UTC (History)
0 users

See Also:
nivit: maintainer-feedback+


Attachments
git diff to fix build with jdk25 (956 bytes, patch)
2026-04-08 13:36 UTC, Ronald Klop
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ronald Klop freebsd_committer freebsd_triage 2026-04-08 13:36:49 UTC
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.
Comment 1 commit-hook freebsd_committer freebsd_triage 2026-04-08 13:40:48 UTC
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(-)
Comment 2 Ronald Klop freebsd_committer freebsd_triage 2026-04-08 14:30:34 UTC
(In reply to commit-hook from comment #1)
accidentally put the PR number in an unrelated commit
Comment 3 Nicola Vitale freebsd_committer freebsd_triage 2026-04-09 07:08:30 UTC
I approve the patch. Thank you for the PR and the commit!
Comment 4 commit-hook freebsd_committer freebsd_triage 2026-04-09 12:14:27 UTC
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(-)
Comment 5 Ronald Klop freebsd_committer freebsd_triage 2026-04-09 12:16:50 UTC
thanks for the quick review