| non port: Mk/Uses/java.mk |
Number of commits found: 12 |
|
Sunday, 12 Apr 2026
|
20:18 Rene Ladan (rene)
Mk: unregister expired java/openjdk22
c4c41da |
|
Wednesday, 8 Apr 2026
|
07:09 Ronald Klop (ronald)
Mk/Uses/java.mk: re-order preferred JDK (latest LTS over non-LTS)
Old order:
1. JAVA_DEFAULT
2. The oldest JDK in the JAVA_VERSION range.
New order:
1. JAVA_DEFAULT (unchanged)
2. The latest LTS from the JAVA_VERSION range is preferred over non-LTS
versions.
Other existing mechanisms are unchanged. Like looking at what JDKs are already
installed.
This only affects 17 ports. (see the issue for the list)
PR: 293756
ea9b758 |
|
Monday, 23 Mar 2026
|
08:15 Harald Eilertsen (haraldei)
java/openjdk26: Add port
Includes relevant fixes for FreeBSD from mainline development, but
otherwise identical to the upstream release.
Release notes for the upstream release is here:
https://www.oracle.com/java/technologies/javase/26-relnote-issues.html
FreeBSD related fixes on top of the upstream relese:
- Serviceability Agent: fix stack traces in threads.
- Serviceability Agent: simplify implementation of procadd_read_data to
read memory from process being traced.
- Serviceability Agent: symbol lookup would occationally fail for native
symbols in shared objects.
Reviewed by: fuz (mentor), jrm
Approved by: fuz (mentor), jrm
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D55938
dd0268f |
|
Sunday, 15 Mar 2026
|
11:13 Rene Ladan (rene)
Mk: unregister expired java/openjdk20
b755eb7 |
|
Saturday, 14 Feb 2026
|
12:29 Rene Ladan (rene)
Mk: unregister expired java/openjdk19
a8fe008 |
|
Friday, 16 Jan 2026
|
19:27 Rene Ladan (rene)
Mk: unregister expired java/openjdk18
f52388f |
|
Friday, 12 Dec 2025
|
00:51 Vladimir Druzenko (vvd)
Mk/Uses/java.mk: Fix DEFAULT_VERSIONS+=java=25
Add Java 25 to __JAVA_VERSION_LIST.
Approved by: portmgr (blanket)
aa614ff |
|
Monday, 27 Oct 2025
|
14:29 Harald Eilertsen (haraldei)
java/openjdk25: New port
An open-source implementation of the Java Platform, Standard Edition.
WWW: https://openjdk.java.net/projects/jdk/25/
Reviewed by: jrm, bofh
Approved by: fuz (mentor)
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D53326
dd93e1a |
|
Saturday, 29 Mar 2025
|
16:09 Joseph Mingrone (jrm)
Mk/Uses/java.mk: Fix a misnamed variable
Reported by: mat
Fixes: e9a357530 Mk/Uses/java.mk: Update for new java/openjdk24
52235c4 |
13:41 Joseph Mingrone (jrm)
Mk/Uses/java.mk: Fix indentation
The check_mk_indentations pre-commit hook is preventing changes to the
file until the indentation is fixed.
Sponsored by: The FreeBSD Foundation
6be8da9 |
13:41 Joseph Mingrone (jrm)
Mk/Uses/java.mk: Update for new java/openjdk24
Reported by: vvd
Sponsored by: The FreeBSD Foundation
e9a3575 |
|
Tuesday, 31 Dec 2024
|
08:57 Muhammad Moinur Rahman (bofh)
Mk/**java.mk: Convert bsd.java.mk to USES
The following features have been added or changed:
- Instead of USE_JAVA use USES=java. This defaults to
USES=java:build,run if NO_BUILD is undefined. Else it defaults to
USES=java:run
- Instead of USE_ANT=yes use USES=java:ant which also implies
USES=java:build
- Instead of JAVA_BUILD=yes use USES=java:build. Does not imply run or
extract
- Instead of JAVA_EXTRACT=yes use USES=java:extract does not imply
build or run
- Instead of JAVA_RUN=yes use USES=java:run does not imply extract or
build
- Instead of USE_JAVA=<version> use USES=java and JAVA_VERSION=<version>
Approved by: mat (portmgr), glewis
Differential Revision: https://reviews.freebsd.org/D48201
0835676 |
Number of commits found: 12 |