pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/R math/R: use ../../mk/atomic64.mk for 64-bit ato...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fa087520fa29
branches:  trunk
changeset: 386435:fa087520fa29
user:      he <he%pkgsrc.org@localhost>
date:      Sat Oct 08 19:53:33 2022 +0000

description:
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.

diffstat:

 math/R/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (23 lines):

diff -r 4f4ac726cf55 -r fa087520fa29 math/R/Makefile
--- a/math/R/Makefile   Sat Oct 08 16:38:11 2022 +0000
+++ b/math/R/Makefile   Sat Oct 08 19:53:33 2022 +0000
@@ -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 @@
 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