[Midnightbsd-cvs] [MidnightBSD/mports] 8235f0: java/openjdk24: port from FreeBSD to MidnightBSD
Lucas Holt
noreply at github.com
Sun May 10 12:34:00 EDT 2026
Branch: refs/heads/master
Home: https://github.com/MidnightBSD/mports
Commit: 8235f009296a760c63d239c3e0d3dd15d4afd4d2
https://github.com/MidnightBSD/mports/commit/8235f009296a760c63d239c3e0d3dd15d4afd4d2
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-05-10 (Sun, 10 May 2026)
Changed paths:
A java/openjdk24/Makefile
A java/openjdk24/distinfo
A java/openjdk24/files/patch-configure
A java/openjdk24/files/patch-make_Images.gmk
A java/openjdk24/files/patch-make_InterimImage.gmk
A java/openjdk24/files/patch-make_autoconf_flags-cflags.m4
A java/openjdk24/files/patch-make_autoconf_help.m4
A java/openjdk24/files/patch-make_autoconf_libraries.m4
A java/openjdk24/files/patch-make_autoconf_platform.m4
A java/openjdk24/files/patch-src_hotspot_os_bsd_os__bsd.cpp
A java/openjdk24/files/patch-src_jdk.jdwp.agent_unix_native_libjdwp_exec__md.c
A java/openjdk24/pkg-descr
A java/openjdk24/pkg-message
Log Message:
-----------
java/openjdk24: port from FreeBSD to MidnightBSD
- Adapt FreeBSD port to MidnightBSD framework.
- Use FreeBSD openjdk24 binary as bootstrap.
- Add -fno-delete-null-pointer-checks and -Wno-register for modern 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 build.
- Patch platform.m4 to identify both 'amd64' CPU and 'MidnightBSD' OS.
- Patch libraries.m4 to ensure alsa-lib is recognized as required on BSDs.
- Disable precompiled headers for improved build stability.
- Fix PLIST path leakage and add library/binary stripping.
- 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