Being of a parnoid sort, I installed a VM to run Ghidra. Planning to run "ssh -Y" into the VM, I did `pkg install xauth ghidra`. When Ghidra was started, the java process went into a CPU-spin trying in vain to find fonts to its liking. Installing xorg-fonts-truetype solved that. It is not obvious to me if the missing dependency to should be added to the ghidra or the java VM port, but I suspect the latter.
I think this is mostly likely a runtime dependency for the openjdk ports. Poul-Henning, do you happen to know what version of openjdk was installed? I'm guessing openjdk8.
Seems to be `openjdk11-11.0.6+10.1_1` It's whatever I got with 'pkg install ghidra' on a fresh 12.1-RELEASE
Perfect. Thank you.
A commit references this bug: Author: glewis Date: Thu Jul 9 02:33:05 UTC 2020 New revision: 541730 URL: https://svnweb.freebsd.org/changeset/ports/541730 Log: Add a runtime dependency on xorg-fonts-truetype PR: 247786 Reported by: phk@ Changes: head/java/openjdk11/Makefile