[Lunar-commits] <moonbase-other> R: bump to 3.1.1.
Dennis Veatch
dennisveatch at bellsouth.net
Thu Sep 4 18:35:46 CEST 2014
commit 3136c33ea7cdca27c7df0b3302ba72cc36d8bdb9
Author: Dennis Veatch <dennisveatch at bellsouth.net>
Date: Thu, 04 Sep 2014 12:35:23 -0400
URL: https://github.com/lunar-linux/moonbase-other/commit/3136c33ea7cdca27c7df0b3302ba72cc36d8bdb9
R: bump to 3.1.1.
---
science/R/BUILD | +0/-6
science/R/DEPENDS | +5/-3
science/R/DETAILS | +4/-5
3 files changed, 9 insertions(+), 14 deletions(-)
--- a/science/R/BUILD
+++ b/science/R/BUILD
@@ -1,12 +1,8 @@
-(
if [ -e /usr/lib64/R/doc ] ; then
rm -rf /usr/lib64/R/doc
fi &&
-# A temp fix to the breakage caused by the recent pcre bump.
- sedit "s:_pcre_valid_utf8:_pcre_valid_utf:g" src/main/util.c &&
-
OPTS+=" --prefix=/usr --enable-R-shlib" &&
default_build &&
@@ -25,5 +21,3 @@
make info &&
make install-info
fi
-
-) > $C_FIFO 2>&1
--- a/science/R/DEPENDS
+++ b/science/R/DEPENDS
@@ -1,11 +1,13 @@
optional_depends %JPEG "--with-jpeglib" "--without-jpeglib" "for jpeg graphics support"
optional_depends libpng "--with-libpng" "--without-libpng" "for libpng support"
+optional_depends tiff "--with-libtiff" "--without-libtiff" "for tiff graphics support"
optional_depends %X "--with-x" "--without-x" "use the X Window System"
optional_depends tk "--with-tcltk" "--without-tcltk" "for gui, recommended"
optional_depends icu4c "--with-ICU" "--without-ICU" "for Unicode support"
optional_depends cairo "--with-cairo" "--without-cairo" "for cairo (and pango) support"
optional_depends lapack "--with-lapack" "--without-lapack" "If y, use system lapack"
-optional_depends pcre "--with-system-pcre" "--without-system-pcre" "for pcre support"
-optional_depends bzip2 "--with-system-bzlib" "--without-system-bzlib" "for file compression support"
-optional_depends zlib "--with-system-zlib" "--without-system-zlib" "for zlib support"
+optional_depends pcre "--with-system-pcre" "--without-system-pcre" "Use system provided pcre"
+optional_depends bzip2 "--with-system-bzlib" "--without-system-bzlib" "Use system provided bzlib"
+optional_depends zlib "--with-system-zlib" "--without-system-zlib" "Use system provided zlib"
+optional_depends xz "--with-system-xz" "--without-system-xz" "Use system provided xz"
--- a/science/R/DETAILS
+++ b/science/R/DETAILS
@@ -1,12 +1,11 @@
MODULE=R
- VERSION=2.15.3
+ VERSION=3.1.1
SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL=http://cran.r-project.org/src/base/R-2
- SOURCE_VFY=sha1:a05b68f31b00d8038d9f0a8562cfc0c8e32d9621
+ SOURCE_URL=http://cran.r-project.org/src/base/R-3
+ SOURCE_VFY=sha1:e974ecc92e49266529e8e791e02a80c75e50b696
WEB_SITE=http://www.r-project.org
ENTERED=20021010
- UPDATED=20130514
- MAINTAINER=stumbles at lunar-linux.org
+ UPDATED=20140904
SHORT="Language and environment for statistical computing and graphics"
cat << EOF
More information about the Lunar-commits
mailing list