Bug 281754 - audio/fooyin: Add dependency for qt6-base_sqldriver-sqlite
Summary: audio/fooyin: Add dependency for qt6-base_sqldriver-sqlite
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Daniel Engberg
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-09-28 23:12 UTC by Daniel Ebdrup Jensen
Modified: 2024-09-29 17:07 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (diizzy)


Attachments
Patch for fooyin (1.49 KB, patch)
2024-09-29 02:01 UTC, Daniel Engberg
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Ebdrup Jensen freebsd_committer freebsd_triage 2024-09-28 23:12:43 UTC
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.
Comment 1 Daniel Engberg freebsd_committer freebsd_triage 2024-09-29 02:01:34 UTC
Created attachment 253878 [details]
Patch for fooyin

Hi,

Thanks for the report

This patch for fix the issue

Best regards,
Daniel
Comment 2 Daniel Ebdrup Jensen freebsd_committer freebsd_triage 2024-09-29 16:31:38 UTC
That looks good to me, do you want to commit it?
Comment 3 commit-hook freebsd_committer freebsd_triage 2024-09-29 17:07:01 UTC
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(-)
Comment 4 Daniel Engberg freebsd_committer freebsd_triage 2024-09-29 17:07:25 UTC
Committed, thanks