https://cgit.freebsd.org/ports/commit/?id=ca95a672326786dde153c77800ae33139fd4ea58 The commit says 'allow to build with both backends disabled', but it also disallows building with both backends enabled. $ make showconfig ====> You cannot select multiple options from the BACKEND radio =====> Only one of these must be defined: SPEECHD FLITE *** Error code 1 Is it an expected behavior? If I revert the commit, the port can be built successfully with both backends enabled.
Moin moin I'd say it should likely be a _GROUP mfg Tobias
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=b2563f98f51a9e84169de2951b105b645a993ab5 commit b2563f98f51a9e84169de2951b105b645a993ab5 Author: Dmitry Marakasov <amdmi3@FreeBSD.org> AuthorDate: 2022-09-08 12:36:08 +0000 Commit: Dmitry Marakasov <amdmi3@FreeBSD.org> CommitDate: 2022-09-08 12:40:14 +0000 accessibility/qt5-speech: allow to build with both backend enabled Followup to ca95a67 which introduced a regression of being unable to build with both backends enabled. This commit allows all backends combinations including each individual backend, both and none. PR: 262640 Reported by: lantw44@gmail.com Approved by: portmgr blanket, maintainer timeout (kde, 6 months) accessibility/qt5-speech/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)