[Midnightbsd-cvs] [MidnightBSD/mports] b08bd2: java/openjdk11: fix native build with Clang 19
Lucas Holt
noreply at github.com
Fri May 8 09:27:01 EDT 2026
Branch: refs/heads/master
Home: https://github.com/MidnightBSD/mports
Commit: b08bd2526e21d5ed62755f73568f9f365623b96d
https://github.com/MidnightBSD/mports/commit/b08bd2526e21d5ed62755f73568f9f365623b96d
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-05-08 (Fri, 08 May 2026)
Changed paths:
M java/openjdk11/Makefile
A java/openjdk11/files/patch-make_Images.gmk
A java/openjdk11/files/patch-make_InterimImage.gmk
Log Message:
-----------
java/openjdk11: fix native build with Clang 19
- Add -fno-delete-null-pointer-checks and -Wno-register to handle newer Clang.
- Add -Wl,--undefined-version to manage discrepancies in linker mapfiles.
- Patch InterimImage.gmk and Images.gmk to use SerialGC and Tier 1 JIT for build tools,
avoiding SIGSEGV/SIGBUS crashes in JIT-compiled code during image generation.
- Disable precompiled headers for all compilers for better stability.
- Fix PLIST path leakage and add library/binary stripping.
- Remove forced broken llvm12 dependency for powerpc64.
- Bump PORTREVISION.
AI-Assisted-by: Gemini 2.0 Flash <noreply at google.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications
More information about the Midnightbsd-cvs
mailing list