Created attachment 207274 [details] fixed version check With the latest update to print/fontforge the version check didn't work anymore. The attached patch changes that check to extract the correct version again.
Created attachment 207275 [details] fixed version check removing BROKEN statement added between creating and submitting the previous patch
Part of the issue is that fontforge is stupid and tries to open a GUI before parsing options, such as -version, which doesn't need a GUI. I've submitted a RP for fontconfig for that issue. This looks like a good interim solution, though. There is no need to merge it to the Q3 branch, since it's only an issue after the fontforge update.
A commit references this bug: Author: zeising Date: Mon Sep 9 16:54:33 UTC 2019 New revision: 511648 URL: https://svnweb.freebsd.org/changeset/ports/511648 Log: print/lilypond-devel: Fix configure Fix configure script issues detecting fontforge after fontforge update. PR: 240407 Submitted by: m.ne@gmx.net (maintainer) Changes: head/print/lilypond-devel/Makefile head/print/lilypond-devel/files/patch-configure
Committed, thanks!