Florian Walpen <d...@submerge.ch> has asked freebsd-kde (group)
<k...@freebsd.org> for maintainer-approval:
Bug 275636: devel/qtcreator: Bump revision, use llvm17 as recommended.
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=275636

Attachment 246908: Bump revision for Qt 6.6.1, use llvm17 as recommended.
https://bugs.freebsd.org/bugzilla/attachment.cgi?id=246908&action=edit



--- Description ---
After an update of Qt packages to 6.6.1, QtCreator would reproducibly crash in
some parts of the settings dialog. Rebuild fixes that, thus bump port revision.

Builds fine now without disabling precompiled headers, so remove that flag.

Build and run depend on llvm17 as recommended upstream, for better clangd
compatibility:

https://www.qt.io/blog/qt-creator-12-c-code-model-update

Previously llvm15 was chosen because it's usually already installed as a
dependency of mesa. But I suppose having less trouble with clangd is worth
using llvm17 instead.

Since llvm17 seems to be more strict about non-standard alloca stack
allocation, patch that out of the internal SQLite build config. This matches
the config of databases/sqlite3 in ports.

Reply via email to