Created attachment 274197 [details] Switch bundled libraries to ports Fix build with cmake 4.
Created attachment 274210 [details] Switch bundled libraries to ports Enable unit tests.
CMAKE_ARGS --> Use CMAKE_ON and CMAKE_OFF instead? https://docs.freebsd.org/en/books/porters-handbook/book/#using-cmake
Created attachment 274328 [details] Switch bundled libraries to ports Add SQLCIPHER option. Switch from patchfiles to CMAKE_ARGS.
LGTM
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=43f38b2f50cc3f37c74819ef79af7e5e841057cd commit 43f38b2f50cc3f37c74819ef79af7e5e841057cd Author: Kousuke Kannagi <mce@FreeBSD.org> AuthorDate: 2026-09-01 08:27:09 +0000 Commit: Kousuke Kannagi <mce@FreeBSD.org> CommitDate: 2026-09-01 10:36:07 +0000 databases/sqlitebrowser: Switch bundled libraries to ports Enable unit tests. Fix build with cmake 4. Add SQLCIPHER option. PR: 298007 Approved by: fluffy (mentor) databases/sqlitebrowser/Makefile | 25 ++++++++++++++++++---- .../files/extra-patch-src_SqlUiLexer.cpp (new) | 11 ++++++++++ .../files/patch-libs_qhexedit_CMakeLists.txt (new) | 8 +++++++ 3 files changed, 40 insertions(+), 4 deletions(-)
Thank you.