Created attachment 224421 [details] patch sqlite3 has been updated to new version 3.35.5. Reordered options and helpers to suit the portclippy utility. Ports 'databases/sqlite3' and 'databases/tcl-sqlite3' are merged using the TCL option. Added options STATIC and EXAMPLES. Added test target.
Created attachment 224422 [details] poudriere log
Looking at this discussion Audacity needs DBPAGE, is that something we can enable by default? https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254598
Created attachment 224463 [details] patch Changed defaults. Added the DBPAGE, deleted the STATIC option. (https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254598#c14) (https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254603)
Created attachment 224464 [details] poudriere log
Committed!
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=4e00066ccb9699f670b9a3be411b13bc26a932f2 commit 4e00066ccb9699f670b9a3be411b13bc26a932f2 Author: Neel Chauhan <nc@FreeBSD.org> AuthorDate: 2021-04-27 17:03:07 +0000 Commit: Neel Chauhan <nc@FreeBSD.org> CommitDate: 2021-04-27 17:03:07 +0000 databases/sqlite3: Update to 3.35.5 Changes: https://www.sqlite.org/releaselog/3_35_5.html PR: 255392 Submitted by: Pavel Volkov <pavelivolkov AT gmail DOT com> (maintainer) databases/sqlite3/Makefile | 357 ++++++++++-------------- databases/sqlite3/distinfo | 6 +- databases/sqlite3/files/example.tcl.in (new) | 16 ++ databases/sqlite3/files/patch-Makefile.in (new) | 11 + databases/sqlite3/pkg-plist | 9 +- 5 files changed, 180 insertions(+), 219 deletions(-)
What was the rationale behind the - ./testfixture$(TEXE) $(TOP)/test/veryquick.test $(TESTOPTS) + mkdir $(TOP)/testdir && touch $(TOP) test-out.txt && chown nobody $(TOP)/testdir $(TOP) test-out.txt && su -m nobody -c "./testfixture$(TEXE) $(TOP)/test/veryquick.test $(TESTOPTS)" hunk? It fails when run as nobody.