Signed-off-by: Christos Longros <chris.longros@gmail.com>
Details
Details
Diff Detail
Diff Detail
- Repository
- R11 FreeBSD ports repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
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?