Bug 272715 - devel/qtcreator: Update to 11.0.0 release.
Summary: devel/qtcreator: Update to 11.0.0 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-11-...
Keywords:
Depends on:
Blocks:
 
Reported: 2023-07-25 13:03 UTC by Florian Walpen
Modified: 2023-07-30 20:17 UTC (History)
3 users (show)

See Also:
tcberner: maintainer-feedback+


Attachments
devel/qtcreator: Update to 11.0.0 release. (23.40 KB, patch)
2023-07-25 13:03 UTC, Florian Walpen
no flags Details | Diff
devel/qtcreator: Update to 11.0.0 release, Qt 6.5.1 pkg-plist update. (23.22 KB, patch)
2023-07-27 11:47 UTC, Florian Walpen
dev: maintainer-approval? (kde)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Florian Walpen 2023-07-25 13:03:31 UTC
Created attachment 243609 [details]
devel/qtcreator: Update to 11.0.0 release.

Updates devel/qtcreator to 11.0.0 release. I simplified and updated the SHEBANG_FILES list. Tested on FreeBSD 13.2-RELEASE-p1 GENERIC amd64.
I follow this release since the beta version and didn't experience any regressions.
Comment 1 Tobias C. Berner freebsd_committer freebsd_triage 2023-07-27 10:04:27 UTC
Moin moin

Thanks alot!
Could you double-check the plist after the Qt6 udpate?

Error: Orphaned: lib/qtcreator/plugins/libInsight.so
Error: Orphaned: lib/qtcreator/plugins/libQmlDesigner.so
Error: Orphaned: lib/qtcreator/plugins/libStudioWelcome.so
Error: Orphaned: lib/qtcreator/plugins/qmldesigner/libStudioPlugin.so
Error: Orphaned: lib/qtcreator/plugins/qmldesigner/libassetexporterplugin.so
Error: Orphaned: lib/qtcreator/plugins/qmldesigner/libcomponentsplugin.so
Error: Orphaned: lib/qtcreator/plugins/qmldesigner/libqmlpreviewplugin.so
Error: Orphaned: lib/qtcreator/plugins/qmldesigner/libqtquickplugin.so


mfg Tobias
Comment 2 Florian Walpen 2023-07-27 11:47:09 UTC
Created attachment 243642 [details]
devel/qtcreator: Update to 11.0.0 release, Qt 6.5.1 pkg-plist update.

Moin, looks like the update to Qt 6.5.1 enabled the QmlDesigner plugin again.
The plugin seems to load fine, but the designer complains about missing QML_IMPORT_PATH in the example projects. Not a show-stopper though.

Patch updated to include these files in the pkg-plist.
Comment 3 commit-hook freebsd_committer freebsd_triage 2023-07-30 20:16:14 UTC
A commit in branch main references this bug:

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

commit a97fc05d7269ab22048533a71e5a862f9ce7a700
Author:     Florian Walpen <dev@submerge.ch>
AuthorDate: 2023-05-05 22:34:14 +0000
Commit:     Jason E. Hale <jhale@FreeBSD.org>
CommitDate: 2023-07-30 20:15:29 +0000

    devel/qtcreator: Update to 11.0.0 release.

    Changes: https://www.qt.io/blog/qt-creator-11-released

    PR:             272715

 devel/qtcreator/Makefile                           | 28 ++-----
 devel/qtcreator/distinfo                           |  6 +-
 ...ch-src_plugins_qmldesigner_CMakeLists.txt (new) | 10 +++
 .../patch-src_tools_process__stub_main.cpp (new)   | 31 ++++++++
 devel/qtcreator/pkg-plist                          | 85 ++++++++++++++++++----
 5 files changed, 123 insertions(+), 37 deletions(-)
Comment 4 Jason E. Hale freebsd_committer freebsd_triage 2023-07-30 20:17:24 UTC
Committed, thanks!