Page MenuHomeFreeBSD

databases/R-cran-RSQLite: update 2.4.0 to 2.4.6
ClosedPublic

Authored by chris.longros_gmail.com on Mar 31 2026, 5:23 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, May 18, 6:40 PM
Unknown Object (File)
Mon, May 18, 6:06 PM
Unknown Object (File)
Sun, May 17, 8:14 AM
Unknown Object (File)
Sun, May 17, 8:14 AM
Unknown Object (File)
Sun, May 17, 8:14 AM
Unknown Object (File)
Thu, May 14, 1:45 AM
Unknown Object (File)
Wed, May 13, 8:29 PM
Unknown Object (File)
Mon, May 11, 10:19 AM
Subscribers

Details

Summary

Signed-off-by: Christos Longros <chris.longros@gmail.com>

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Tested with poudriere testport and portlint on FreeBSD 16.0-CURRENT amd64.

This also fixes a build issue with R-4.6.0. Here is a proposed commit message.

databases/R-cran-RSQLite: Update to 2.4.6

The previous version (2.4.0) failed to build against math/R 4.6.0.
R 4.6.0 changed the default C++ standard to C++20, under which
libc++ explicitly deletes the operator<< overloads for streaming
wchar_t strings to a narrow ostream.  The plogr LinkingTo dependency
(plog/Record.h) triggered this error.  2.4.6 fixes this upstream by
removing the plogr dependency entirely (#683).

2.4.1 through 2.4.6 also upgrade the bundled SQLite from 3.50.0
through 3.51.2.

Release notes:	https://github.com/r-dbi/RSQLite/releases/tag/v2.4.6

We should also remove R-cran-plogr>=0.2.0:devel/R-cran-plogr from CRAN_DEPENDS, which can be fixed on commit.

@skreuzer, since this is a build fix, I'm going to push soon, ok?

This revision was not accepted when it landed; it landed in state Needs Review.Sat, May 9, 5:15 PM
This revision was automatically updated to reflect the committed changes.