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
We should probably also add [1]. [1] https://code.qt.io/cgit/qt/qttools.git/commit/?id=a2f478b20f369132de1e67b30716d5f070d7bf80
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(-)
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(-)
Committed with the addition of the other commit I mentioned comment#1, thanks!