[Midnightbsd-cvs] [MidnightBSD/mports] bc2b51: Devel/apache ant java8 (#214)
Lucas Holt
noreply at github.com
Sun May 17 00:26:51 EDT 2026
Branch: refs/heads/master
Home: https://github.com/MidnightBSD/mports
Commit: bc2b51c5bbdf2e639a24f32dde3831fa4df3ad3e
https://github.com/MidnightBSD/mports/commit/bc2b51c5bbdf2e639a24f32dde3831fa4df3ad3e
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-05-17 (Sun, 17 May 2026)
Changed paths:
M devel/apache-ant/Makefile
Log Message:
-----------
Devel/apache ant java8 (#214)
* lang/spidermonkey78: add icu-uc to pkg-config check for ICU
ICU 74+ moved icu-uc from a public to a private dependency of icu-i18n
in its pkg-config files. This causes the linker to miss libicuuc, leaving
u_init, icu::UnicodeSet, and related symbols undefined.
Replace the icu-i18n pkg-config module with 'icu-uc icu-i18n' so both
libraries are explicitly linked, mirroring the fix already applied in
lang/spidermonkey128.
Co-Authored-By: Claude Sonnet 4.6 <noreply at anthropic.com>
* devel/apache-ant: set JAVA_VERSION=8, bump PORTREVISION
Apache Ant 1.10.x minimum requirement is Java 8. Setting JAVA_VERSION=8
ensures the built package declares openjdk8-bin as its dependency,
allowing it to install in build environments that only have openjdk8
(e.g. java/java3d which requires JAVA_VERSION=8).
Co-Authored-By: Claude Sonnet 4.6 <noreply at anthropic.com>
---------
Co-authored-by: Claude Sonnet 4.6 <noreply at anthropic.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