pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/R-Rcpp
Module Name: pkgsrc
Committed By: mef
Date: Tue Jun 2 14:26:19 UTC 2026
Modified Files:
pkgsrc/devel/R-Rcpp: distinfo
pkgsrc/devel/R-Rcpp/patches: patch-src_Makevars
Log Message:
(devel/R-Rcpp) Experimental (= not tested) fix for SmartOS
To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/devel/R-Rcpp/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/R-Rcpp/patches/patch-src_Makevars
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/R-Rcpp/distinfo
diff -u pkgsrc/devel/R-Rcpp/distinfo:1.30 pkgsrc/devel/R-Rcpp/distinfo:1.31
--- pkgsrc/devel/R-Rcpp/distinfo:1.30 Thu May 21 09:11:08 2026
+++ pkgsrc/devel/R-Rcpp/distinfo Tue Jun 2 14:26:19 2026
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.30 2026/05/21 09:11:08 mef Exp $
+$NetBSD: distinfo,v 1.31 2026/06/02 14:26:19 mef Exp $
BLAKE2s (R/Rcpp_1.1.1-1.1.tar.gz) = 76ad2a8553456a12d7e05f77d8b258c983699bea68bf6ba39f0ad46159c3f125
SHA512 (R/Rcpp_1.1.1-1.1.tar.gz) = 11f3d6936d7a1fdd053e0820bf4973b560450b49f74d4f9c9257e0298bf7eb9bfb02c886816a24877fe292b34f5fd1016d50e9582d5205d4ea4b1876a5d71cd4
Size (R/Rcpp_1.1.1-1.1.tar.gz) = 1883279 bytes
SHA1 (patch-inst_include_Rcpp_utils_tinyformat.h) = 8927fe1ff226ceae6732c115c6e4c6a5cedd26ef
-SHA1 (patch-src_Makevars) = 224e06a25fa845779a42b99affb2e400dc5b9510
+SHA1 (patch-src_Makevars) = 3ef136a7b55eadcdd179fa960b38e5aadd66f832
Index: pkgsrc/devel/R-Rcpp/patches/patch-src_Makevars
diff -u pkgsrc/devel/R-Rcpp/patches/patch-src_Makevars:1.1 pkgsrc/devel/R-Rcpp/patches/patch-src_Makevars:1.2
--- pkgsrc/devel/R-Rcpp/patches/patch-src_Makevars:1.1 Thu May 21 09:11:08 2026
+++ pkgsrc/devel/R-Rcpp/patches/patch-src_Makevars Tue Jun 2 14:26:19 2026
@@ -1,4 +1,4 @@
-$NetBSD: patch-src_Makevars,v 1.1 2026/05/21 09:11:08 mef Exp $
+$NetBSD: patch-src_Makevars,v 1.2 2026/06/02 14:26:19 mef Exp $
Rcpp needs the function backtrace_symbols which may be found at
/usr/lib/libexecinfo.* ( in *BSD OS, I assume) as shown below,
@@ -22,6 +22,6 @@ so the patch
+
PKG_CPPFLAGS = -I../inst/include/
-+.if $(UNAME) != "Linux" && $(UNAME) != "SunOS"
++.if $(UNAME) != "Linux"
+PKG_LIBS = -lexecinfo
+.endif
Home |
Main Index |
Thread Index |
Old Index