From nobody@FreeBSD.org  Wed Jan 21 22:45:59 2009
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 202101065675
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 21 Jan 2009 22:45:59 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 0EE848FC1A
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 21 Jan 2009 22:45:59 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n0LMjwuD019442
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 21 Jan 2009 22:45:58 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id n0LMjwlI019441;
	Wed, 21 Jan 2009 22:45:58 GMT
	(envelope-from nobody)
Message-Id: <200901212245.n0LMjwlI019441@www.freebsd.org>
Date: Wed, 21 Jan 2009 22:45:58 GMT
From: bf <bf2006a@yahoo.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [PATCH]math/R: fix CONFIGURE_ENV after recent USE_FORTRAN changes
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         130847
>Category:       ports
>Synopsis:       [PATCH]math/R: fix CONFIGURE_ENV after recent USE_FORTRAN changes
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    gerald
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 21 22:50:01 UTC 2009
>Closed-Date:    Thu Jan 22 08:46:00 UTC 2009
>Last-Modified:  Thu Jan 22 08:46:00 UTC 2009
>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:
Class-Changed-From-To: change-request->maintainer-update 
Class-Changed-By: edwin 
Class-Changed-When: Wed Jan 21 22:50:16 UTC 2009 
Class-Changed-Why:  
Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=130847 
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed Jan 21 22:50:23 UTC 2009 
Responsible-Changed-Why:  
miwi@ wants his PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=130847 
Responsible-Changed-From-To: miwi->gerald 
Responsible-Changed-By: gerald 
Responsible-Changed-When: Thu Jan 22 08:19:15 UTC 2009 
Responsible-Changed-Why:  
bf pointed this one out to me, so let me quickly commit it... 

http://www.freebsd.org/cgi/query-pr.cgi?pr=130847 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/130847: commit references a PR
Date: Thu, 22 Jan 2009 08:24:56 +0000 (UTC)

 gerald      2009-01-22 08:24:42 UTC
 
   FreeBSD ports repository
 
   Modified files:
     math/R               Makefile 
   Log:
   Fix CONFIGURE_ENV after recent USE_FORTRAN changes.
   
   PR:             130847
   Submitted by:   bf2006a@yahoo.com (maintainer)
   
   Revision  Changes    Path
   1.77      +1 -1      ports/math/R/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: gerald 
State-Changed-When: Thu Jan 22 08:45:23 UTC 2009 
State-Changed-Why:  
Update committed, portlint happy. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=130847 
>Unformatted:
