Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F157193494
D56905.id177499.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
878 B
Referenced Files
None
Subscribers
None
D56905.id177499.diff
View Options
diff --git a/graphics/R-cran-GDD/Makefile b/graphics/R-cran-GDD/Makefile
--- a/graphics/R-cran-GDD/Makefile
+++ b/graphics/R-cran-GDD/Makefile
@@ -1,6 +1,6 @@
PORTNAME= GDD
DISTVERSION= 0.1-13.1
-PORTREVISION= 16
+PORTREVISION= 17
CATEGORIES= graphics
DISTNAME= ${PORTNAME}_${DISTVERSION}
diff --git a/graphics/R-cran-GDD/files/patch-src_GDD.c b/graphics/R-cran-GDD/files/patch-src_GDD.c
new file mode 100644
--- /dev/null
+++ b/graphics/R-cran-GDD/files/patch-src_GDD.c
@@ -0,0 +1,11 @@
+--- src/GDD.c.orig 2026-05-09 14:15:06 UTC
++++ src/GDD.c
+@@ -192,7 +192,7 @@ SEXP gdd_create_new_device(SEXP args)
+
+ UNPROTECT(2); /* file and type strings */
+
+- gsetVar(install(".Device"), mkString(devname), R_NilValue);
++ Rf_setVar(install(".Device"), mkString(devname), R_GlobalEnv);
+ dd = GEcreateDevDesc(dev);
+ GEaddDevice(dd);
+ GEinitDisplayList(dd);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, May 20, 5:13 AM (1 h, 49 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33337522
Default Alt Text
D56905.id177499.diff (878 B)
Attached To
Mode
D56905: graphics/R-cran-GDD: Fix build against math/R 4.6.0
Attached
Detach File
Event Timeline
Log In to Comment