https://github.com/musescore/MuseScore/releases/tag/v3.0.2
Now debugging things with non-default options (in particular, WebEngine seems less optional than I would like).
A commit references this bug: Author: adridg Date: Mon Feb 11 11:23:47 UTC 2019 New revision: 492687 URL: https://svnweb.freebsd.org/changeset/ports/492687 Log: Update audio/musescore to 3.0.2 (latest release). We missed 3.0.1, so the two changelogs are: https://musescore.org/en/handbook/developers-handbook/release-notes/release-notes-musescore-301-january-15-2019 https://musescore.org/en/handbook/developers-handbook/release-notes/release-notes-musescore-302-january-29-2019 I don't know enough about the application's internals to summarize them here; mostly looks like "lots of bugfixes, please upgrade." In the port itself: - dropped option OCR, it's always disabled in source anyway. - wrestled with option WEBENGINE. It needs to be defined, so that the correct CMake flag is switched OFF automatically. But it should not be visible or selectable except on architectures where it makes sense. OPTIONS_DEFINE_amd64 would add it where needed, but then it's not defined for architectures where it needs to be off. OPTIONS_EXCLUDE requires me to list all the architectures it's *not* supported on, which seems like a bit much. Therefore, leaving the option available, but off, as a booby-trap for people trying non-default options and wanting WebEngine on (e.g.) PPC. PR: 235544 Reported by: chitty_cloud@me.com Changes: head/audio/musescore/Makefile head/audio/musescore/distinfo head/audio/musescore/files/patch-git_bb0c1a9b head/audio/musescore/pkg-plist