Bug 274361 - graphics/qt6-svg: Fix plist issue after update to 6.5.3
Summary: graphics/qt6-svg: Fix plist issue after update to 6.5.3
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-kde (group)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-10-08 21:40 UTC by Daniel Engberg
Modified: 2023-10-09 04:49 UTC (History)
1 user (show)

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


Attachments
Patch for qt6-svg (501 bytes, patch)
2023-10-08 21:40 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 Engberg freebsd_committer freebsd_triage 2023-10-08 21:40:43 UTC
Created attachment 245509 [details]
Patch for qt6-svg

%%QT_INCDIR%%/QtSvg/%%FULLVER%%/QtSvg/private/qtsvgglobal_p.h reported orphaned on both my dev box and Poudriere run
Comment 1 commit-hook freebsd_committer freebsd_triage 2023-10-08 22:05:30 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d51e9502ff770aba22d86f09a675fafa7c5bb151

commit d51e9502ff770aba22d86f09a675fafa7c5bb151
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2023-10-08 21:58:14 +0000
Commit:     Jason E. Hale <jhale@FreeBSD.org>
CommitDate: 2023-10-08 22:04:31 +0000

    graphics/qt6-svg: Fix pkg-plist

    PR:             274361
    MFH:            2023Q4

 graphics/qt6-svg/pkg-plist | 1 +
 1 file changed, 1 insertion(+)
Comment 2 commit-hook freebsd_committer freebsd_triage 2023-10-08 22:11:31 UTC
A commit in branch 2023Q4 references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ec256b3c09ee2634d2d280f9996de60f94419597

commit ec256b3c09ee2634d2d280f9996de60f94419597
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2023-10-08 21:58:14 +0000
Commit:     Jason E. Hale <jhale@FreeBSD.org>
CommitDate: 2023-10-08 22:11:23 +0000

    graphics/qt6-svg: Fix pkg-plist

    PR:             274361
    MFH:            2023Q4
    (cherry picked from commit d51e9502ff770aba22d86f09a675fafa7c5bb151)

 graphics/qt6-svg/pkg-plist | 1 +
 1 file changed, 1 insertion(+)
Comment 3 Jason E. Hale freebsd_committer freebsd_triage 2023-10-08 22:14:19 UTC
Thanks, mate! Don't know how that slipped by in my tests.
Comment 4 Daniel Engberg freebsd_committer freebsd_triage 2023-10-09 04:49:14 UTC
No worries, I managed to place that line in the wrong order though (probably shouldn't do this very late) as osa pointed out. Sorry bout that.