pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/R-cpp11
Module Name: pkgsrc
Committed By: mef
Date: Sat Dec 14 01:09:21 UTC 2024
Modified Files:
pkgsrc/lang/R-cpp11: Makefile distinfo
Log Message:
(lang/R-cpp11) Updated 0.5.0 to 0.5.1
# cpp11 0.5.1
* cpp11 now requires R >=4.0.0, in line with the
[tidyverse version policy](https://www.tidyverse.org/blog/2019/04/r-version-support/) (#411).
* Because cpp11 now requires R >=4.0.0, a number of previously optional tools
are now always available, allowing us to remove some dead code. In
particular:
* `R_UnwindProtect()` is always available, so the defines `HAS_UNWIND_PROTECT`
and `CPP11_UNWIND` are no longer useful.
* ALTREP is always available, so the file `cpp11/altrep.hpp` and the define
`HAS_ALTREP` are no longer useful.
We would like to remove the dead code regarding these tools in the future, so
we ask that you please remove usage of them from your own packages (#411).
* `R_NO_REMAP` and `STRICT_R_HEADERS` are now conditionally defined only if they
have not already been defined elsewhere. This is motivated by the fact that
`R_NO_REMAP` is becoming the default for C++ code in R 4.5.0 (#410).
* Fixed a small protection issue flagged by rchk (#408).
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/lang/R-cpp11/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/lang/R-cpp11/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/R-cpp11/Makefile
diff -u pkgsrc/lang/R-cpp11/Makefile:1.7 pkgsrc/lang/R-cpp11/Makefile:1.8
--- pkgsrc/lang/R-cpp11/Makefile:1.7 Sun Nov 3 12:19:20 2024
+++ pkgsrc/lang/R-cpp11/Makefile Sat Dec 14 01:09:20 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2024/11/03 12:19:20 mef Exp $
+# $NetBSD: Makefile,v 1.8 2024/12/14 01:09:20 mef Exp $
R_PKGNAME= cpp11
-R_PKGVER= 0.5.0
+R_PKGVER= 0.5.1
CATEGORIES= lang
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/lang/R-cpp11/distinfo
diff -u pkgsrc/lang/R-cpp11/distinfo:1.9 pkgsrc/lang/R-cpp11/distinfo:1.10
--- pkgsrc/lang/R-cpp11/distinfo:1.9 Sun Nov 3 12:19:20 2024
+++ pkgsrc/lang/R-cpp11/distinfo Sat Dec 14 01:09:20 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2024/11/03 12:19:20 mef Exp $
+$NetBSD: distinfo,v 1.10 2024/12/14 01:09:20 mef Exp $
-BLAKE2s (R/cpp11_0.5.0.tar.gz) = 3ef7e9a9b39f34810c909190b3ad6b566b3050955c9f0b469558e7ed34e15453
-SHA512 (R/cpp11_0.5.0.tar.gz) = aa27ce7ebd6b1bd79354baf99694537236d709152c612baf619af0b2e39fa6cd61a1ea169970c13acfdbc2070821465d350694065c02bba777994d4801ce5b5e
-Size (R/cpp11_0.5.0.tar.gz) = 275693 bytes
+BLAKE2s (R/cpp11_0.5.1.tar.gz) = fc655bd94c471904962b109424699d4ca904136d2c09de90da74cf10951b2e31
+SHA512 (R/cpp11_0.5.1.tar.gz) = 0a33f3a07d4aaf06e91b5c9c8d8fe1d1e44fcbd5ed66e50520f16f799f48838ae5892340b4f7f5ca906ca3b622e8490eac213558d1ecf24a0bfe11d4fde773ee
+Size (R/cpp11_0.5.1.tar.gz) = 291870 bytes
Home |
Main Index |
Thread Index |
Old Index