Page MenuHomeFreeBSD

graphics/R-cran-GDD: Fix build against math/R 4.6.0
ClosedPublic

Authored by jrm on May 9 2026, 2:24 PM.
Tags
None
Referenced Files
F166847259: D56905.id177497.diff
Mon, Aug 17, 1:49 AM
Unknown Object (File)
Sat, Aug 15, 10:03 AM
Unknown Object (File)
Sat, Aug 15, 10:03 AM
Unknown Object (File)
Fri, Aug 14, 2:20 PM
Unknown Object (File)
Wed, Aug 12, 1:17 AM
Unknown Object (File)
Tue, Aug 11, 12:07 AM
Unknown Object (File)
Sun, Aug 9, 1:55 AM
Unknown Object (File)
Sat, Aug 8, 5:28 AM
Subscribers
None

Details

Summary

R 4.6.0 removed the declaration of Rf_gsetVar from its installed
headers. Add a patch to replace the call to gsetVar() in GDD.c with
Rf_setVar(), making the implicit assignment to R_GlobalEnv explicit.

Diff Detail

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

Event Timeline

jrm requested review of this revision.May 9 2026, 2:24 PM
jrm created this revision.
This revision was not accepted when it landed; it landed in state Needs Review.May 9 2026, 4:11 PM
This revision was automatically updated to reflect the committed changes.