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
Unknown Object (File)
Tue, Sep 8, 4:53 AM
Unknown Object (File)
Fri, Sep 4, 3:40 AM
Unknown Object (File)
Sat, Aug 29, 6:36 AM
Unknown Object (File)
Fri, Aug 21, 8:39 PM
Unknown Object (File)
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
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.