pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/parallel/R-promises
Module Name: pkgsrc
Committed By: mef
Date: Sun Jun 7 02:03:26 UTC 2026
Modified Files:
pkgsrc/parallel/R-promises: Makefile
Added Files:
pkgsrc/parallel/R-promises/files: Makevars
Log Message:
(parallel/R-promises) Fix build against R 4.6.0
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/parallel/R-promises/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/parallel/R-promises/files/Makevars
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/parallel/R-promises/Makefile
diff -u pkgsrc/parallel/R-promises/Makefile:1.4 pkgsrc/parallel/R-promises/Makefile:1.5
--- pkgsrc/parallel/R-promises/Makefile:1.4 Wed Jan 1 12:23:40 2025
+++ pkgsrc/parallel/R-promises/Makefile Sun Jun 7 02:03:26 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2025/01/01 12:23:40 mef Exp $
+# $NetBSD: Makefile,v 1.5 2026/06/07 02:03:26 mef Exp $
R_PKGNAME= promises
R_PKGVER= 1.3.2
@@ -24,7 +24,15 @@ TEST_DEPENDS+= R-spelling-[0-9]*:../../t
USE_LANGUAGES= c c++
+.include "../../mk/bsd.prefs.mk"
+
+.if ${OPSYS} != SunOS
+pre-configure:
+ ${CP} ${FILESDIR}/Makevars ${WRKSRC}/src
+.endif
+
.include "../../math/R/Makefile.extension"
.include "../../devel/R-Rcpp/buildlink3.mk"
.include "../../sysutils/R-later/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
+.include "../../mk/bsd.prefs.mk"
Added files:
Index: pkgsrc/parallel/R-promises/files/Makevars
diff -u /dev/null pkgsrc/parallel/R-promises/files/Makevars:1.1
--- /dev/null Sun Jun 7 02:03:26 2026
+++ pkgsrc/parallel/R-promises/files/Makevars Sun Jun 7 02:03:26 2026
@@ -0,0 +1 @@
+PKG_LIBS+= -lexecinfo
Home |
Main Index |
Thread Index |
Old Index