Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Jan 2009 22:45:58 GMT
From:      bf <bf2006a@yahoo.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/130847: [PATCH]math/R: fix CONFIGURE_ENV after recent USE_FORTRAN changes
Message-ID:  <200901212245.n0LMjwlI019441@www.freebsd.org>
Resent-Message-ID: <200901212250.n0LMo279077036@freefall.freebsd.org>

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

>Number:         130847
>Category:       ports
>Synopsis:       [PATCH]math/R: fix CONFIGURE_ENV after recent USE_FORTRAN changes
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 21 22:50:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     bf
>Release:        8-CURRENT i386
>Organization:
-
>Environment:
>Description:
Remove the now-redundant addition of FC and F77 to the CONFIGURE_ENV in the port Makefile.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN R.orig/Makefile R/Makefile
--- R.orig/Makefile	2009-01-07 11:34:12.000000000 -0500
+++ R/Makefile	2009-01-21 17:37:24.268903063 -0500
@@ -56,7 +56,7 @@
 USE_PERL5=	yes
 USE_GETTEXT=	yes
 
-CONFIGURE_ENV=	INSTALL_DATA="${INSTALL} ${COPY} ${_SHROWNGRP} -m 644" F77="${F77}" FC="${FC}"
+CONFIGURE_ENV=	INSTALL_DATA="${INSTALL} ${COPY} ${_SHROWNGRP} -m 644"
 CONFIGURE_ARGS=	--enable-R-shlib --with-system-bzlib --with-system-zlib \
 		rdocdir=${DOCSDIR}
 


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



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