https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280469
--- Comment #11 from commit-h...@freebsd.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=7955b24cf472fbf94c1e8959139acfbfddfd4afa commit 7955b24cf472fbf94c1e8959139acfbfddfd4afa Author: Florian Walpen <d...@submerge.ch> AuthorDate: 2024-05-31 13:47:11 +0000 Commit: Jason E. Hale <jh...@freebsd.org> CommitDate: 2024-08-05 15:31:24 +0000 devel/qtcreator: Update to 14.0.0 Fix SQLite alloca option. The build of the bundled SQLite was previously fixed by disabling the SQLITE_USE_ALLOCA option. Improve the fix by setting better build defines and change the faulty line in SQLite, thus enabling the alloca option as recommended upstream. Changes: https://www.qt.io/blog/qt-creator-14-released PR: 280469 devel/qtcreator/Makefile | 4 +- devel/qtcreator/distinfo | 6 +- .../patch-src_libs_3rdparty_sqlite_config.h (gone) | 10 - .../patch-src_libs_3rdparty_sqlite_sqlite3.c (new) | 11 + .../files/patch-src_libs_sqlite_CMakeLists.txt | 6 +- ...h-src_plugins_qmldesigner_CMakeLists.txt (gone) | 10 - devel/qtcreator/pkg-plist | 333 +++++++++++++++++++-- 7 files changed, 320 insertions(+), 60 deletions(-) -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug.