[Midnightbsd-cvs] [MidnightBSD/mports] 9d6ab6: lang/spidermonkey78: add icu-uc to pkg-config chec...
Lucas Holt
noreply at github.com
Sun May 17 00:25:04 EDT 2026
Branch: refs/heads/devel/apache-ant-java8
Home: https://github.com/MidnightBSD/mports
Commit: 9d6ab672436ed33712432771b5ca2e9d527c94b6
https://github.com/MidnightBSD/mports/commit/9d6ab672436ed33712432771b5ca2e9d527c94b6
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-05-17 (Sun, 17 May 2026)
Changed paths:
M lang/spidermonkey78/Makefile
Log Message:
-----------
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>
Commit: ac429573e0e027609999fe98f29211b99092fdaa
https://github.com/MidnightBSD/mports/commit/ac429573e0e027609999fe98f29211b99092fdaa
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: 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>
Compare: https://github.com/MidnightBSD/mports/compare/9d6ab672436e%5E...ac429573e0e0
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