[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 #5 from [email protected] --- A commit in branch 2025Q1 references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=a9606ab6ddb50564d1a66c6bc9f002e1d5b18da0 commit a9606ab6ddb50564d1a66c6bc9f002e1d5b18da0 Author: Harald Eilertsen <[email protected]> AuthorDate: 2025-03-01 17:32:52 +0000 Commit: Joseph Mingrone <[email protected]> CommitDate: 2025-03-05 12:46:55 +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 (cherry picked from commit 3f02459fe6b2806af3a53070c7dc54b455314cc2) 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.