https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=295137
Michael Osipov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #271127|0 |1 is obsolete| | Attachment #271128|0 |1 is obsolete| | --- Comment #41 from Michael Osipov <[email protected]> --- Created attachment 271174 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=271174&action=edit Patch for sqlite v6 Here is a rebased patch. Works perfectly in poudriere with proper dependencies as fixed by gahr@. Two issues remaining: * DISTVERSION in pkg-plist must be a placeholder * Tools should be an option since they quite large: root@144-release-amd64-michael-o:/usr/ports/databases/sqlite3 # pkg info -l sqlite3 | grep bin | xargs -I% ls -l % -rwxr-xr-x 1 root wheel 2209248 May 26 08:32 /usr/local/bin/sqlite3 -r-xr-xr-x 1 root wheel 1808424 May 26 08:32 /usr/local/bin/sqlite3_dbdump -r-xr-xr-x 1 root wheel 1819920 May 26 08:32 /usr/local/bin/sqlite3_showdb -r-xr-xr-x 1 root wheel 1800376 May 26 08:32 /usr/local/bin/sqlite3_showjournal -r-xr-xr-x 1 root wheel 1801408 May 26 08:32 /usr/local/bin/sqlite3_showstat4 -r-xr-xr-x 1 root wheel 1807696 May 26 08:32 /usr/local/bin/sqlite3_showwal -r-xr-xr-x 1 root wheel 47032 May 26 08:32 /usr/local/bin/sqlite3_sqldiff root@144-release-amd64-michael-o:/usr/ports/databases/sqlite3 # pkg info -l tcl-sqlite3-tcl | grep bin | xargs -I% ls -l % -rwxr-xr-x 1 root wheel 2209248 May 26 08:42 /usr/local/bin/sqlite3 -r-xr-xr-x 1 root wheel 87152 May 26 08:42 /usr/local/bin/sqlite3_analyzer -r-xr-xr-x 1 root wheel 1808424 May 26 08:42 /usr/local/bin/sqlite3_dbdump -r-xr-xr-x 1 root wheel 1819920 May 26 08:42 /usr/local/bin/sqlite3_showdb -r-xr-xr-x 1 root wheel 1800376 May 26 08:42 /usr/local/bin/sqlite3_showjournal -r-xr-xr-x 1 root wheel 1801408 May 26 08:42 /usr/local/bin/sqlite3_showstat4 -r-xr-xr-x 1 root wheel 1807696 May 26 08:42 /usr/local/bin/sqlite3_showwal -r-xr-xr-x 1 root wheel 47032 May 26 08:42 /usr/local/bin/sqlite3_sqldiff -r-xr-xr-x 1 root wheel 1918192 May 26 08:42 /usr/local/bin/sqlite3_sqltclsh I assume that they are statically linked, maybe this can be changed. -- You are receiving this mail because: You are the assignee for the bug.
