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: he
Date: Sat Oct 8 19:53:33 UTC 2022
Modified Files:
pkgsrc/math/R: Makefile
Log Message:
math/R: use ../../mk/atomic64.mk for 64-bit atomics.
R itself doesn't need this, but some modules might, e.g. R-s2.
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.234 -r1.235 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.234 pkgsrc/math/R/Makefile:1.235
--- pkgsrc/math/R/Makefile:1.234 Tue Jun 28 11:34:35 2022
+++ pkgsrc/math/R/Makefile Sat Oct 8 19:53:33 2022
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.234 2022/06/28 11:34:35 wiz Exp $
+# $NetBSD: Makefile,v 1.235 2022/10/08 19:53:33 he Exp $
#
# If updating this package, please try to ensure PLIST.Darwin is kept in sync
# to avoid unnecessarily breaking macOS users.
#
DISTNAME= R-4.2.0
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_R_CRAN:=base/R-4/}
@@ -200,4 +200,5 @@ DEINSTALL_TEMPLATES+= ../../math/R/files
PRINT_PLIST_AWK+= /^lib\/R\/doc\/html\/packages.html$$/ { next; }
.include "../../mk/pthread.buildlink3.mk"
+.include "../../mk/atomic64.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index