Dear useRs, update math/R 3.4.2 -> 3.4.3
- WANTLIB change: ncurses -> curses - Regenerate patch at the same time. The problem with R> tan(1+1000i) [1] NaN+1i Warning message: In tan(1 + (0+1000i)) : NaNs produced in function "tan" persists (and is visible with "make test") but is not unique to R (https://marc.info/?l=openbsd-tech&m=150737856618497&w=2); so no blocker. OK? Best regards, Ingo Index: Makefile =================================================================== RCS file: /cvs/ports/math/R/Makefile,v retrieving revision 1.96 diff -u -p -r1.96 Makefile --- Makefile 9 Oct 2017 12:55:30 -0000 1.96 +++ Makefile 30 Nov 2017 11:41:45 -0000 @@ -1,7 +1,7 @@ # $OpenBSD: Makefile,v 1.96 2017/10/09 12:55:30 feinerer Exp $ COMMENT= powerful math/statistics/graphics language -DISTNAME= R-3.4.2 +DISTNAME= R-3.4.3 SO_VERSION= 33.0 .for _lib in R Rblas Rlapack @@ -17,8 +17,8 @@ MAINTAINER= Ingo Feinerer <feinerer@logi PERMIT_PACKAGE_CDROM= Yes WANTLIB += ${MODTK_WANTLIB} -WANTLIB += ICE SM X11 Xext Xmu Xss Xt bz2 c cairo crypto curl glib-2.0 -WANTLIB += gobject-2.0 iconv icui18n icuuc intl jpeg lzma m ncurses +WANTLIB += ICE SM X11 Xext Xmu Xss Xt bz2 c cairo crypto curl curses glib-2.0 +WANTLIB += gobject-2.0 iconv icui18n icuuc intl jpeg lzma m WANTLIB += nghttp2 pango-1.0 pangocairo-1.0 pcre png readline ssl tiff z MASTER_SITES= https://cran.r-project.org/src/base/R-3/ \ Index: distinfo =================================================================== RCS file: /cvs/ports/math/R/distinfo,v retrieving revision 1.36 diff -u -p -r1.36 distinfo --- distinfo 9 Oct 2017 12:55:30 -0000 1.36 +++ distinfo 30 Nov 2017 11:41:45 -0000 @@ -1,2 +1,2 @@ -SHA256 (R-3.4.2.tar.gz) = lx4wwkNs9kX1hVKQUQXXV4i9lzO928t8T7/0wabYDGQ= -SIZE (R-3.4.2.tar.gz) = 30255544 +SHA256 (R-3.4.3.tar.gz) = ejy4Md5bQVHh+JARPtIHUnt9SxbfnsazXglkFwAH9CY= +SIZE (R-3.4.3.tar.gz) = 30249655 Index: patches/patch-configure =================================================================== RCS file: /cvs/ports/math/R/patches/patch-configure,v retrieving revision 1.32 diff -u -p -r1.32 patch-configure --- patches/patch-configure 9 Oct 2017 12:55:30 -0000 1.32 +++ patches/patch-configure 30 Nov 2017 11:41:45 -0000 @@ -3,7 +3,7 @@ $OpenBSD: patch-configure,v 1.32 2017/10 Index: configure --- configure.orig +++ configure -@@ -40291,8 +40291,8 @@ fi +@@ -40301,8 +40301,8 @@ fi fi if test "${have_zlib}" = yes; then @@ -14,7 +14,7 @@ Index: configure if ${r_cv_header_zlib_h+:} false; then : $as_echo_n "(cached) " >&6 else -@@ -40307,7 +40307,7 @@ else +@@ -40317,7 +40317,7 @@ else #include <zlib.h> int main() { #ifdef ZLIB_VERNUM
