Opened 15 months ago
Closed 15 months ago
#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: | new → assigned |
comment:2 Changed 15 months ago by Schamschula (Marius Schamschula)
comment:4 Changed 15 months ago by Marius Schamschula <mschamschula@…>
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.

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.