#72410 closed enhancement (fixed)

sqlite3-tools: request to now build sqlite3_rsync as well

Reported by: exprez135 Owned by: Schamschula (Marius Schamschula)
Priority: Normal Milestone:
Component: ports Version: 2.10.5
Keywords: Cc:
Port: sqlite3-tools

Description

SQLite3 introduced a new tool called sqlite3_rsync in October 2024 (I think). Documentation is found at https://sqlite.org/rsync.html. Code is found in tree at tool/sqlite3_rsync.c.

After a quick test, I believe all that is required to do this is adding sqlite3_rsync to the make targets of sqlite3-tools, and adding the proper line in destroot, perhaps with an addition to the description.

Change History (4)

comment:1 Changed 15 months ago by mohd-akram (Mohamed Akram)

Owner: set to Schamschula
Status: newassigned

comment:2 Changed 15 months ago by Schamschula (Marius Schamschula)

Unfortunately, it's not that simple: The binary is not built, and there currently is no way that it can be enabled via a configure argument.

I will have to get on the sqlite mailing list to get some guidance.

comment:3 Changed 15 months ago by Schamschula (Marius Schamschula)

Found it: it's in Makefile.mac

comment:4 Changed 15 months ago by Marius Schamschula <mschamschula@…>

Resolution: fixed
Status: assignedclosed

In d236757bec65caa729694948305dac3465b00947/macports-ports (master):

sqlite3-tools: add sqlite3_rsync support

Closes: #72410

Note: See TracTickets for help on using tickets.