[Bug 275636] devel/qtcreator: Bump revision, use llvm17 as recommended.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 08 Dec 2023 14:02:46 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=275636 Bug ID: 275636 Summary: devel/qtcreator: Bump revision, use llvm17 as recommended. Product: Ports & Packages Version: Latest Hardware: Any URL: https://www.qt.io/blog/qt-creator-12-c-code-model-upda te OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: kde@FreeBSD.org Reporter: dev@submerge.ch CC: kde@FreeBSD.org Flags: maintainer-feedback?(kde@FreeBSD.org) Assignee: kde@FreeBSD.org Attachment #246908 maintainer-approval?(kde@FreeBSD.org) Flags: CC: kde@FreeBSD.org Created attachment 246908 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=246908&action=edit Bump revision for Qt 6.6.1, use llvm17 as recommended. 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. -- You are receiving this mail because: You are the assignee for the bug.