Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Jan 2009 02:39:16 GMT
From:      "Pedro F. Giffuni" <giffunip@tutopia.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/130280: Update math/libRmath to version 2.8.1
Message-ID:  <200901080239.n082dGnJ022846@www.freebsd.org>
Resent-Message-ID: <200901080240.n082e0dV075673@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         130280
>Category:       ports
>Synopsis:       Update math/libRmath to version 2.8.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 08 02:40:00 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Pedro F. Giffuni
>Release:        7.1-RELEASE
>Organization:
>Environment:
FreeBSD kakumen.cable.net.co 7.1-RELEASE FreeBSD 7.1-RELEASE #0: Thu Jan  1 08:58:24 UTC 2009     root@driscoll.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64

>Description:
- Update port to the latest version to use the same distfile as our standard R.
- Minor tweak to the configure args.
>How-To-Repeat:

>Fix:
diff -ruN libRmath.orig/Makefile libRmath/Makefile
--- libRmath.orig/Makefile	2009-01-07 21:11:20.000000000 -0500
+++ libRmath/Makefile	2009-01-07 21:23:51.000000000 -0500
@@ -7,8 +7,7 @@
 #
 
 PORTNAME=	libRmath
-PORTVERSION=	2.4.0
-PORTREVISION=	2
+PORTVERSION=	2.8.1
 CATEGORIES=	math
 MASTER_SITES=	http://cran.r-project.org/src/base/R-2/ \
 		ftp://cran.r-project.org/pub/R/src/base/R-2/ \
@@ -36,7 +35,7 @@
 USE_FORTRAN=	yes
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
-CONFIGURE_ARGS+=--without-x
+CONFIGURE_ARGS+=--with-readline=no --with-x=no
 CONFIGURE_ENV+= F77="${F77}"
 
 PLIST_FILES=	include/Rmath.h lib/libRmath.a lib/libRmath.so lib/libRmath.so.0
diff -ruN libRmath.orig/distinfo libRmath/distinfo
--- libRmath.orig/distinfo	2009-01-07 21:11:20.000000000 -0500
+++ libRmath/distinfo	2009-01-07 21:12:14.000000000 -0500
@@ -1,3 +1,3 @@
-MD5 (R-2.4.0.tar.gz) = f32379469d8712e9f5dd6435d30127d3
-SHA256 (R-2.4.0.tar.gz) = 0a0263acf42230c291ca5cf371541077aae3a1f8a586e1bf336bdb6af76946e2
-SIZE (R-2.4.0.tar.gz) = 14597440
+MD5 (R-2.8.1.tar.gz) = acd40621b8942a2464daa2f9cef3273d
+SHA256 (R-2.8.1.tar.gz) = ab488af73ce7a4f2057afcf0e725be96c9ae37f8721143004397b91928ecfa60
+SIZE (R-2.8.1.tar.gz) = 16585380


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200901080239.n082dGnJ022846>