Created attachment 252916 [details] Update QtCreator to 14.0.1 release. Minor bug fix release, tested for a week or so on 14.1-RELEASE amd64. Hopefully the pkg-plist order is right this time :-)
Comment on attachment 252916 [details] Update QtCreator to 14.0.1 release. LGTM. I'm going to add a patch to fix some warnings in a separate commit.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=301ce0ea381b35cb864f56d0593e4fb786c836da commit 301ce0ea381b35cb864f56d0593e4fb786c836da Author: Florian Walpen <dev@submerge.ch> AuthorDate: 2024-08-07 15:42:36 +0000 Commit: Jason E. Hale <jhale@FreeBSD.org> CommitDate: 2024-08-21 07:00:52 +0000 devel/qtcreator: Update to 14.0.1 release. Changes: https://www.qt.io/blog/qt-creator-14.0.1-released PR: 280924 devel/qtcreator/Makefile | 2 +- devel/qtcreator/distinfo | 6 +++--- devel/qtcreator/pkg-plist | 19 +++++++++++++++++++ 3 files changed, 23 insertions(+), 4 deletions(-)
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=1e8d08adf4f958d639d76acf2314163c6dc5f85b commit 1e8d08adf4f958d639d76acf2314163c6dc5f85b Author: Jason E. Hale <jhale@FreeBSD.org> AuthorDate: 2024-08-21 06:55:52 +0000 Commit: Jason E. Hale <jhale@FreeBSD.org> CommitDate: 2024-08-21 07:00:52 +0000 devel/qtcreator: Squash some warnings -Wmaybe-unititialized is specific to GCC. warning: unknown warning option '-Werror=maybe-uninitialized'; did you mean '-Werror=uninitialized'? [-Wunknown-warning-option] PR: 280924 .../patch-src_plugins_qmldesigner_CMakeLists.txt (new) | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+)
Committed. Thanks!