[Midnightbsd-cvs] [MidnightBSD/mports] d97eb4: java/openjdk8: fix native build with Clang 19

Lucas Holt noreply at github.com
Thu May 7 19:41:14 EDT 2026


  Branch: refs/heads/master
  Home:   https://github.com/MidnightBSD/mports
  Commit: d97eb4ff192e51deda7d4895c2496b30733c5857
      https://github.com/MidnightBSD/mports/commit/d97eb4ff192e51deda7d4895c2496b30733c5857
  Author: Lucas Holt <luke at foolishgames.com>
  Date:   2026-05-07 (Thu, 07 May 2026)

  Changed paths:
    M java/openjdk8/Makefile
    M java/openjdk8/distinfo
    A java/openjdk8/files/patch-hotspot-make-bsd-makefiles-gcc.make
    A java/openjdk8/files/patch-hotspot-make-bsd-makefiles-saproc.make
    A java/openjdk8/files/patch-hotspot-src-share-vm-code-dependencies.hpp
    A java/openjdk8/files/patch-hotspot-src-share-vm-oops-cpCache.hpp
    A java/openjdk8/files/patch-jdk-src-share-bin-splashscreen_stubs.c
    A java/openjdk8/files/patch-jdk-src-share-native-com-sun-java-util-jar-pack-constants.h

  Log Message:
  -----------
  java/openjdk8: fix native build with Clang 19

- Remove forced use of broken llvm12 and switch to system compiler.
- Fix undefined behavior in constant expressions (left shift of negative values).
- Fix incompatible pointer to integer conversion in splashscreen.
- Add -fno-delete-null-pointer-checks to prevent JVM crashes with newer Clang.
- Add -Wl,--undefined-version to ignore discrepancies in BSD mapfiles.
- Properly recognize MidnightBSD in Serviceability Agent build logic.
- Enable FONTCONFIG option by default and fix its library linking.
- Fix PLIST leakage of staging directory paths.
- Add stripping for binaries and shared libraries.
- Bump PORTREVISION.

AI-Assisted-by: Gemini 2.0 Flash <noreply at google.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>


  Commit: 37145ca575d2747c2d594d65c3cc1749ebdb2a2e
      https://github.com/MidnightBSD/mports/commit/37145ca575d2747c2d594d65c3cc1749ebdb2a2e
  Author: Lucas Holt <luke at foolishgames.com>
  Date:   2026-05-07 (Thu, 07 May 2026)

  Changed paths:
    M editors/vim/Makefile
    M editors/vim/distinfo

  Log Message:
  -----------
  Update vim to 9.2.0450

AI-Assisted-by: OpenAI GPT-5 Codex <noreply at openai.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>


Compare: https://github.com/MidnightBSD/mports/compare/9be406d4f447...37145ca575d2

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