Bug 280924 - devel/qtcreator: Update to 14.0.1 release.
Summary: devel/qtcreator: Update to 14.0.1 release.
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: https://www.qt.io/blog/qt-creator-14....
Keywords:
Depends on:
Blocks:
 
Reported: 2024-08-19 14:07 UTC by Florian Walpen
Modified: 2024-08-21 07:04 UTC (History)
2 users (show)

See Also:
jhale: maintainer-feedback+


Attachments
Update QtCreator to 14.0.1 release. (3.48 KB, patch)
2024-08-19 14:07 UTC, Florian Walpen
jhale: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Florian Walpen 2024-08-19 14:07:46 UTC
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 1 Jason E. Hale freebsd_committer freebsd_triage 2024-08-21 06:53:23 UTC
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.
Comment 2 commit-hook freebsd_committer freebsd_triage 2024-08-21 07:02:54 UTC
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(-)
Comment 3 commit-hook freebsd_committer freebsd_triage 2024-08-21 07:02:56 UTC
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(+)
Comment 4 Jason E. Hale freebsd_committer freebsd_triage 2024-08-21 07:04:24 UTC
Committed. Thanks!