Bug 274366 - devel/qt6-location: Fix plist issue after update to 6.5.3
Summary: devel/qt6-location: 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-09 04:52 UTC by Daniel Engberg
Modified: 2023-10-09 05:58 UTC (History)
1 user (show)

See Also:


Attachments
Patch for qt6-location (726 bytes, patch)
2023-10-09 04:52 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-09 04:52:17 UTC
Created attachment 245518 [details]
Patch for qt6-location

%%QT_INCDIR%%/QtLocation/%%FULLVER%%/QtLocation/private/qgeomaneuverderived_p.h reported orphaned on both my dev box and Poudriere run

Should be in the right order this time.
Comment 1 commit-hook freebsd_committer freebsd_triage 2023-10-09 05:54:35 UTC
A commit in branch main references this bug:

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

commit 1123457f2c704c0c2a921186f2976796bc8c409a
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2023-10-09 05:50:28 +0000
Commit:     Jason E. Hale <jhale@FreeBSD.org>
CommitDate: 2023-10-09 05:54:01 +0000

    devel/qt6-location: Fix pkg-plist

    PR:             274366
    MFH:            2023Q4

 devel/qt6-location/Makefile  | 1 +
 devel/qt6-location/pkg-plist | 1 +
 2 files changed, 2 insertions(+)
Comment 2 commit-hook freebsd_committer freebsd_triage 2023-10-09 05:56:36 UTC
A commit in branch 2023Q4 references this bug:

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

commit febda8dbff413d37788f9726eb6839e2fe469186
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2023-10-09 05:50:28 +0000
Commit:     Jason E. Hale <jhale@FreeBSD.org>
CommitDate: 2023-10-09 05:55:32 +0000

    devel/qt6-location: Fix pkg-plist

    PR:             274366
    MFH:            2023Q4
    (cherry picked from commit 1123457f2c704c0c2a921186f2976796bc8c409a)

 devel/qt6-location/Makefile  | 1 +
 devel/qt6-location/pkg-plist | 1 +
 2 files changed, 2 insertions(+)
Comment 3 Jason E. Hale freebsd_committer freebsd_triage 2023-10-09 05:58:08 UTC
I really need to adjust my tooling. *facepalm* Thanks again!