[Bug 284503] java/openjdk23 missing libfontconfig.so dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 01 Mar 2025 19:59:20 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=284503
--- Comment #3 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:
URL:
https://cgit.FreeBSD.org/ports/commit/?id=3f02459fe6b2806af3a53070c7dc54b455314cc2
commit 3f02459fe6b2806af3a53070c7dc54b455314cc2
Author: Harald Eilertsen <haraldei@anduin.net>
AuthorDate: 2025-03-01 17:32:52 +0000
Commit: Joseph Mingrone <jrm@FreeBSD.org>
CommitDate: 2025-03-01 19:58:38 +0000
java/openjdk23: Delete patch for fontmanager/freetypeScaler.c
The patch causes a load failure when trying to load graphical java
programs, because it created a hard dependency on libfontconfig.so from
libfontmanager.so. This should be handled by the JDK itself by
dynamically loading fontconfig if it's needed.
PR: 284503
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D48806
java/openjdk23/Makefile | 1 +
...e_native_libfontmanager_freetypeScaler.c (gone) | 209 ---------------------
2 files changed, 1 insertion(+), 209 deletions(-)
--
You are receiving this mail because:
You are the assignee for the bug.