Dear useRs, update math/R 3.4.1 -> 3.4.2
The only visible package change is the trimming of README. Since we have clang now the section on using "modern compilers" is obsolete (as it was primarly targeted at amd64 and i386). Regenerate patch at the same time. OK? Best regards, Ingo Index: Makefile =================================================================== RCS file: /cvs/ports/math/R/Makefile,v retrieving revision 1.95 diff -u -p -r1.95 Makefile --- Makefile 24 Aug 2017 09:45:23 -0000 1.95 +++ Makefile 5 Oct 2017 06:37:37 -0000 @@ -1,8 +1,7 @@ # $OpenBSD: Makefile,v 1.95 2017/08/24 09:45:23 sthen Exp $ COMMENT= powerful math/statistics/graphics language -DISTNAME= R-3.4.1 -REVISION= 0 +DISTNAME= R-3.4.2 SO_VERSION= 33.0 .for _lib in R Rblas Rlapack Index: distinfo =================================================================== RCS file: /cvs/ports/math/R/distinfo,v retrieving revision 1.35 diff -u -p -r1.35 distinfo --- distinfo 2 Jul 2017 05:18:42 -0000 1.35 +++ distinfo 5 Oct 2017 06:37:37 -0000 @@ -1,2 +1,2 @@ -SHA256 (R-3.4.1.tar.gz) = ArETXRXqlpo1gsrrlVlKBegwpt6821uF7S1YNqaj/Hg= -SIZE (R-3.4.1.tar.gz) = 30200109 +SHA256 (R-3.4.2.tar.gz) = lx4wwkNs9kX1hVKQUQXXV4i9lzO928t8T7/0wabYDGQ= +SIZE (R-3.4.2.tar.gz) = 30255544 Index: patches/patch-configure =================================================================== RCS file: /cvs/ports/math/R/patches/patch-configure,v retrieving revision 1.31 diff -u -p -r1.31 patch-configure --- patches/patch-configure 26 Apr 2017 17:29:58 -0000 1.31 +++ patches/patch-configure 5 Oct 2017 06:37:37 -0000 @@ -1,8 +1,9 @@ $OpenBSD: patch-configure,v 1.31 2017/04/26 17:29:58 feinerer Exp $ ---- configure.orig Wed Apr 19 22:38:22 2017 -+++ configure Sat Apr 22 18:00:09 2017 -@@ -40238,8 +40238,8 @@ fi +Index: configure +--- configure.orig ++++ configure +@@ -40291,8 +40291,8 @@ fi fi if test "${have_zlib}" = yes; then @@ -13,7 +14,7 @@ $OpenBSD: patch-configure,v 1.31 2017/04 if ${r_cv_header_zlib_h+:} false; then : $as_echo_n "(cached) " >&6 else -@@ -40254,7 +40254,7 @@ else +@@ -40307,7 +40307,7 @@ else #include <zlib.h> int main() { #ifdef ZLIB_VERNUM Index: pkg/README =================================================================== RCS file: /cvs/ports/math/R/pkg/README,v retrieving revision 1.7 diff -u -p -r1.7 README --- pkg/README 26 Apr 2017 17:29:58 -0000 1.7 +++ pkg/README 5 Oct 2017 06:37:37 -0000 @@ -16,16 +16,3 @@ Running: as root, will update both ${TRUEPREFIX}/lib/R/etc/Makeconf and ${TRUEPREFIX}/lib/R/etc/ldpaths with the right settings. - -Customizing package compilation -=============================== -Make variables to be used by R packages compiling code at installation time -can be customized via ~/.R/Makevars -(https://cran.r-project.org/doc/manuals/r-release/R-admin.html#Customizing-package-compilation). -E.g., for using recent compilers (packages g++ and gcc) add - -CC=egcc -std=gnu99 -CXX=eg++ -CXX11=eg++ -CXX11STD=-std=c++11 -CXX11PICFLAGS=-fpic