[Bug 284503] java/openjdk23 missing libfontconfig.so dependency
| Newsgroups | gmane.os.freebsd.devel.java |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=284503 --- Comment #3 from [email protected] --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=3f02459fe6b2806af3a53070c7dc54b455314cc2 commit 3f02459fe6b2806af3a53070c7dc54b455314cc2 Author: Harald Eilertsen <[email protected]> AuthorDate: 2025-03-01 17:32:52 +0000 Commit: Joseph Mingrone <[email protected]> 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.