Am 2023-08-28 23:04, schrieb Rafael Sadowski:
Simple update R to 4.2.3. Lightly tested on amd64. OK?

OK feinerer@

Thanks a lot for the diff! Please sync math/rstudio/patches/patch-src_cpp_core_r_util_REnvironmentPosix_cpp as well
(see comment above SO_VERSION).

Best regards,
Ingo

Cheers Rafael

Index: Makefile
===================================================================
RCS file: /cvs/ports/math/R/Makefile,v
retrieving revision 1.127
diff -u -p -u -p -r1.127 Makefile
--- Makefile    3 Aug 2022 15:13:25 -0000       1.127
+++ Makefile    29 Aug 2023 05:54:53 -0000
@@ -1,9 +1,9 @@
 COMMENT=       powerful math/statistics/graphics language
-DISTNAME=      R-4.2.1
+DISTNAME=      R-4.2.3

 # When bumping SO_VERSION, adjust
 # math/rstudio/patches/patch-src_cpp_core_r_util_REnvironmentPosix_cpp
-SO_VERSION=    39.0
+SO_VERSION=    39.1
 .for _lib in R Rblas Rlapack
 SHARED_LIBS += ${_lib} ${SO_VERSION}
 .endfor
@@ -17,9 +17,10 @@ MAINTAINER=  Ingo Feinerer <feinerer@logi
 PERMIT_PACKAGE=        Yes

 WANTLIB += ${COMPILER_LIBCXX} ${MODTK_WANTLIB} ${MODFORTRAN_WANTLIB}
-WANTLIB += ICE SM X11 Xext Xmu Xss Xt bz2 c cairo curl
-WANTLIB += glib-2.0 gobject-2.0 harfbuzz iconv icui18n icuuc intl jpeg lzma m
-WANTLIB += pango-1.0 pangocairo-1.0 pcre2-8 png readline tiff z
+WANTLIB += ICE SM X11 Xext Xmu Xss Xt bz2 c cairo curl glib-2.0
+WANTLIB += gobject-2.0 harfbuzz iconv icui18n icuuc intl jpeg
+WANTLIB += lzma m pango-1.0 pangocairo-1.0 pcre2-8 png pthread
+WANTLIB += readline tiff z

 COMPILER =             base-clang ports-gcc base-gcc

Index: distinfo
===================================================================
RCS file: /cvs/ports/math/R/distinfo,v
retrieving revision 1.56
diff -u -p -u -p -r1.56 distinfo
--- distinfo    3 Aug 2022 15:13:25 -0000       1.56
+++ distinfo    29 Aug 2023 05:54:53 -0000
@@ -1,2 +1,2 @@
-SHA256 (R-4.2.1.tar.gz) = TVLbSG0nhI5UYT1O6XetlS7AjOF4B+G1JbEM1ENsZD8=
-SIZE (R-4.2.1.tar.gz) = 37601544
+SHA256 (R-4.2.3.tar.gz) = VeSpptQ74xTiwD0CZqb6VESv3OULMDv8O4Kzl5UW4HQ=
+SIZE (R-4.2.3.tar.gz) = 34010655
Index: patches/patch-configure
===================================================================
RCS file: /cvs/ports/math/R/patches/patch-configure,v
retrieving revision 1.46
diff -u -p -u -p -r1.46 patch-configure
--- patches/patch-configure     21 Mar 2023 15:40:24 -0000      1.46
+++ patches/patch-configure     29 Aug 2023 05:54:53 -0000
@@ -1,7 +1,7 @@
 Index: configure
 --- configure.orig
 +++ configure
-@@ -47586,7 +47586,7 @@ int main()
+@@ -47606,7 +47606,7 @@ int main(int argc, const char * argv[])
  {
  #ifdef LIBCURL_VERSION_MAJOR
  #if LIBCURL_VERSION_MAJOR > 7

Reply via email to