[Lunar-commits] <moonbase> R: version bump and still not PSAFE.

Dennis 'stumbles' Veatch stumbles at lunar-linux.org
Sun Feb 10 20:12:06 CET 2008


commit 1a6d4b3ae0a4ddc842fad968cf73abaf5f39c94c
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date:   Sun Feb 10 14:12:06 2008 -0500

    R: version bump and still not PSAFE.
    
    The /usr/lib/R/doc was created as a file instead of a directory
    so this fixes that.
---
 science/R/BUILD.x86_64 |   25 +++++++++++++++++++++++++
 science/R/DETAILS      |    6 +++---
 2 files changed, 28 insertions(+), 3 deletions(-)

diff --git a/science/R/BUILD.x86_64 b/science/R/BUILD.x86_64
new file mode 100644
index 0000000..4c25556
--- /dev/null
+++ b/science/R/BUILD.x86_64
@@ -0,0 +1,25 @@
+(
+
+  if [ -e /usr/lib64/R/doc ] ; then
+    rm -f /usr/lib64/R/doc
+  fi &&
+
+  CFLAGS=`echo $CFLAGS | sed s/-ffast-math//` &&
+  CXXFLAGS=`echo $CXXFLAGS | sed s/-ffast-math//` &&
+
+  OPTS="--enable-R-shlib $OPTS"
+
+  default_config &&
+  make &&
+  make check &&
+  #uncomment these lines to make documentation
+  #make dvi &&
+  #make pfd &&
+  #make info &&
+  prepare_install &&
+  make install
+  #make install-dvi &&
+  #make install-info &&
+  #make install-pdf
+
+) > $C_FIFO 2>&1
diff --git a/science/R/DETAILS b/science/R/DETAILS
index 9fc9da4..c6bbaf2 100644
--- a/science/R/DETAILS
+++ b/science/R/DETAILS
@@ -1,11 +1,11 @@
           MODULE=R
-         VERSION=2.5.1
+         VERSION=2.6.2
           SOURCE=$MODULE-$VERSION.tar.gz
       SOURCE_URL=http://cran.r-project.org/src/base/R-2/
-      SOURCE_VFY=sha1:cc3f566e8bd1e2944fbbf40f7a9f01c28afeffe1
+      SOURCE_VFY=sha1:3d06b12cbf1dab25ddd759522157e6cc6a8eae19
         WEB_SITE=http://www.r-project.org/
          ENTERED=20021010
-         UPDATED=20070805
+         UPDATED=20091002
       MAINTAINER=stumbles at lunar-linux.org
            SHORT="language and environment for statistical computing and graphics."
            PSAFE=no


More information about the Lunar-commits mailing list