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.
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
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.
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(-)
Committed, thanks!