pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/math/R



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Feb 18 08:50:07 UTC 2026

Modified Files:
        pkgsrc/math/R: Makefile

Log Message:
R: fix extraction as root


To generate a diff of this commit:
cvs rdiff -u -r1.278 -r1.279 pkgsrc/math/R/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/R/Makefile
diff -u pkgsrc/math/R/Makefile:1.278 pkgsrc/math/R/Makefile:1.279
--- pkgsrc/math/R/Makefile:1.278        Mon Feb 16 23:44:02 2026
+++ pkgsrc/math/R/Makefile      Wed Feb 18 08:50:07 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.278 2026/02/16 23:44:02 mef Exp $
+# $NetBSD: Makefile,v 1.279 2026/02/18 08:50:07 wiz Exp $
 
 #
 # If updating this package, please try to ensure PLIST.Darwin is kept in sync
@@ -19,6 +19,10 @@ USE_GCC_RUNTIME=     yes
 # above line mentions c23 as default compiler for R, but c23 (gcc15) is N/A ?
 # USE_CC_FEATURES+=    c23
 
+# R-4.5.2/tests/Pkgs/pkgA: Cannot restore extended attributes: com.apple.provenance com.apple.provenance: Unknown error: -1
+USE_TOOLS+=            gtar
+EXTRACT_USING=         gtar
+
 BUILD_TARGET=          all info
 INSTALL_TARGET=                install install-info
 TEST_TARGET=           check



Home | Main Index | Thread Index | Old Index