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: mef
Date: Tue Mar 10 21:48:07 UTC 2026
Modified Files:
pkgsrc/math/R: Makefile PLIST
Log Message:
(math/R) Trying to fix PLIST on Darwin
To generate a diff of this commit:
cvs rdiff -u -r1.279 -r1.280 pkgsrc/math/R/Makefile
cvs rdiff -u -r1.43 -r1.44 pkgsrc/math/R/PLIST
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.279 pkgsrc/math/R/Makefile:1.280
--- pkgsrc/math/R/Makefile:1.279 Wed Feb 18 08:50:07 2026
+++ pkgsrc/math/R/Makefile Tue Mar 10 21:48:07 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.279 2026/02/18 08:50:07 wiz Exp $
+# $NetBSD: Makefile,v 1.280 2026/03/10 21:48:07 mef Exp $
#
# If updating this package, please try to ensure PLIST.Darwin is kept in sync
@@ -71,6 +71,11 @@ CONFIGURE_ARGS+= --with-x
PLIST.x11= yes
.endif
+PLIST_VARS+= darwin
+.if ${OPSYS} == "Darwin"
+PLIST.darwin= yes
+.endif
+
# Think about making this consistent with Numpy, using a full
# BLAS/LAPACK by default and only on request accelerate. Just
# BLAS_ACCEPTED= ${_BLAS_TYPES} accelerate.framework
Index: pkgsrc/math/R/PLIST
diff -u pkgsrc/math/R/PLIST:1.43 pkgsrc/math/R/PLIST:1.44
--- pkgsrc/math/R/PLIST:1.43 Mon Feb 16 23:44:02 2026
+++ pkgsrc/math/R/PLIST Tue Mar 10 21:48:07 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.43 2026/02/16 23:44:02 mef Exp $
+@comment $NetBSD: PLIST,v 1.44 2026/03/10 21:48:07 mef Exp $
bin/R
bin/Rscript
info/R-FAQ.info.gz
@@ -1890,6 +1890,7 @@ lib/R/share/texmf/tex/latex/Rd.sty
lib/R/share/texmf/tex/latex/Sweave.sty
lib/R/share/texmf/tex/latex/jss.cls
lib/R/share/texmf/tex/latex/omscmtt.fd
+${PLIST.darwin}lib/R/share/zoneinfo/America/Coyhaique
lib/pkgconfig/libR.pc
man/man1/R.1
man/man1/Rscript.1
Home |
Main Index |
Thread Index |
Old Index