I noticed that the fooyin package doesn't pull in qt6-base_sqldriver-sqlite properly, and it needs it in order to be able to work its database.
Created attachment 253878 [details] Patch for fooyin Hi, Thanks for the report This patch for fix the issue Best regards, Daniel
That looks good to me, do you want to commit it?
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=b19ccbd2f83a452ffcfc6527a09d9773a4e4fba6 commit b19ccbd2f83a452ffcfc6527a09d9773a4e4fba6 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2024-09-29 16:43:21 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2024-09-29 17:06:51 +0000 audio/fooyin: Update to 0.7.3 Add missing QT6 dependency, sqldriver-sqlite Changelog: https://github.com/fooyin/fooyin/releases/tag/v0.7.3 PR: 281754 Reported by: debdrup audio/fooyin/Makefile | 7 ++----- audio/fooyin/distinfo | 8 +++----- 2 files changed, 5 insertions(+), 10 deletions(-)
Committed, thanks