Date: Sun, 3 Dec 2017 03:46:11 +0000 (UTC) From: Joseph Mingrone <jrm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r455388 - head/math/libRmath Message-ID: <201712030346.vB33kBwg027171@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jrm Date: Sun Dec 3 03:46:11 2017 New Revision: 455388 URL: https://svnweb.freebsd.org/changeset/ports/455388 Log: math/libRmath: Update to version 3.4.3 and add armv[67] to ONLY_FOR_ARCHS Modified: head/math/libRmath/Makefile head/math/libRmath/distinfo Modified: head/math/libRmath/Makefile ============================================================================== --- head/math/libRmath/Makefile Sat Dec 2 23:34:57 2017 (r455387) +++ head/math/libRmath/Makefile Sun Dec 3 03:46:11 2017 (r455388) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= libRmath -DISTVERSION= 3.4.2 -PORTREVISION= 2 +DISTVERSION= 3.4.3 CATEGORIES= math lang MASTER_SITES= CRAN/src/base/R-${PORTVERSION:C|\..*||} DISTNAME= R-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX} @@ -13,7 +12,8 @@ COMMENT= Standalone math library from R LICENSE= GPLv2 -ONLY_FOR_ARCHS= aarch64 amd64 i386 +BROKEN_FreeBSD_10_armv6= Fails to build +ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386 LIB_DEPENDS= libcurl.so:ftp/curl \ libpcre.so:devel/pcre @@ -32,7 +32,9 @@ USE_LDCONFIG= yes PLIST_SUB= RMATH_SOVERSION="${RMATH_SOVERSION}" OPTIONS_DEFINE= FLANG -OPTIONS_EXCLUDE_aarch64=FLANG +OPTIONS_EXCLUDE_aarch64= FLANG +OPTIONS_EXCLUDE_armv6= FLANG +OPTIONS_EXCLUDE_armv7= FLANG OPTIONS_EXCLUDE_i386= FLANG FLANG_DESC= Use flang instead of the default Fortran compiler Modified: head/math/libRmath/distinfo ============================================================================== --- head/math/libRmath/distinfo Sat Dec 2 23:34:57 2017 (r455387) +++ head/math/libRmath/distinfo Sun Dec 3 03:46:11 2017 (r455388) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506856491 -SHA256 (R-3.4.2.tar.gz) = 971e30c2436cf645f58552905105d75788bd9733bddbcb7c4fbff4c1a6d80c64 -SIZE (R-3.4.2.tar.gz) = 30255544 +TIMESTAMP = 1512246571 +SHA256 (R-3.4.3.tar.gz) = 7a3cb831de5b4151e1f890113ed207527b7d4b16df9ec6b35e0964170007f426 +SIZE (R-3.4.3.tar.gz) = 30249655
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712030346.vB33kBwg027171>