Bug 281972 - devel/qt6-tools: fix build with clang 19
Summary: devel/qt6-tools: fix build with clang 19
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: 2024-10-09 17:10 UTC by Oleg Sidorkin
Modified: 2024-10-13 15:56 UTC (History)
1 user (show)

See Also:
jhale: maintainer-feedback+


Attachments
patch to let devel/qt6-tools to be built with clang 19 (2.11 KB, patch)
2024-10-09 17:10 UTC, Oleg Sidorkin
osidorkin: maintainer-approval?
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Oleg Sidorkin 2024-10-09 17:10:08 UTC
Created attachment 254119 [details]
patch to let devel/qt6-tools to be built with clang 19

Patch contains 2 extra patches from upstream to let qt6-tools to be built with clang 19
Comment 1 Jason E. Hale freebsd_committer freebsd_triage 2024-10-13 02:16:48 UTC
We should probably also add [1].

[1] https://code.qt.io/cgit/qt/qttools.git/commit/?id=a2f478b20f369132de1e67b30716d5f070d7bf80
Comment 2 commit-hook freebsd_committer freebsd_triage 2024-10-13 15:50:51 UTC
A commit in branch main references this bug:

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

commit 0859e2a9feb50303508309d0068d098702676f96
Author:     Oleg Sidorkin <osidorkin@gmail.com>
AuthorDate: 2024-10-09 17:01:19 +0000
Commit:     Jason E. Hale <jhale@FreeBSD.org>
CommitDate: 2024-10-13 15:49:49 +0000

    devel/qt6-tools: Fix build with LLVM 19

    PR:             281972

 devel/qt6-tools/Makefile | 7 ++++++-
 devel/qt6-tools/distinfo | 8 +++++++-
 2 files changed, 13 insertions(+), 2 deletions(-)
Comment 3 commit-hook freebsd_committer freebsd_triage 2024-10-13 15:53:52 UTC
A commit in branch 2024Q4 references this bug:

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

commit e417d68ce1404e30d5a6fe1be922e5f1bc55472c
Author:     Oleg Sidorkin <osidorkin@gmail.com>
AuthorDate: 2024-10-09 17:01:19 +0000
Commit:     Jason E. Hale <jhale@FreeBSD.org>
CommitDate: 2024-10-13 15:52:52 +0000

    devel/qt6-tools: Fix build with LLVM 19

    PR:             281972
    (cherry picked from commit 0859e2a9feb50303508309d0068d098702676f96)

 devel/qt6-tools/Makefile | 7 ++++++-
 devel/qt6-tools/distinfo | 8 +++++++-
 2 files changed, 13 insertions(+), 2 deletions(-)
Comment 4 Jason E. Hale freebsd_committer freebsd_triage 2024-10-13 15:56:42 UTC
Committed with the addition of the other commit I mentioned comment#1, thanks!