Upgrade openjdk24 port to OpenJDK 24.0.1
Details
- Run the test-tier1 makefile target in the source repo
- Test GUI programs (OWASP ZAP, TuxGuitar, ...)
- Test basic Tomcat
Diff Detail
- Repository
- R11 FreeBSD ports repository
- Lint
No Lint Coverage - Unit
No Test Coverage - Build Status
Buildable 63696 Build 60580: arc lint + arc unit
Event Timeline
java/openjdk24/Makefile | ||
---|---|---|
6 | Why does the PORTREVISION get bumped? The version already includes the JDK_PATCH_VERSION which I'd think is enough? |
java/openjdk24/Makefile | ||
---|---|---|
6 | Was a bit unsure about that, but thought that since it's the same port, but with a new version it was required? Happy to revert it if that's not the case. |
java/openjdk24/Makefile | ||
---|---|---|
6 | It doesn't need to be bumped because DISTVERSION is increasing, which will trigger a package upgrade for users. % pkg version -t openjdk24-24.0.0+36.1 openjdk24-24.0.1+9.1 < Bumping PORTREVISION is a way to trigger an upgrade when there are important changes to the port/package, but the version doesn't increase. |
Harald, did you run it through poudriere? If not, I have some builds running now and can report back soon.
https://pkg.ftfl.ca/build.html?mastername=14amd64-default&build=2025-04-24_11h21m57s
Poudriere builds look good. Harald, please let me know if you're satisfied with all your run-time tests, and I'll commit.
Apart from jsvc (devel/apache-domcat-daemon) still not working on Aarch64, all my other tests look good. Tomcat itself works fine if started directly.
I've only tested the GUI apps on X86_64.
I think this is at least as good as the initial openjdk24 port.