ports/130847: [PATCH]math/R: fix CONFIGURE_ENV after recent USE_FORTRAN changes

bf bf2006a at yahoo.com
Wed Jan 21 22:50:03 UTC 2009


>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:



More information about the freebsd-ports-bugs mailing list