From nobody@FreeBSD.org  Sun Dec 30 10:58:30 2012
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 86423E8F
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 30 Dec 2012 10:58:30 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 5495A8FC15
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 30 Dec 2012 10:58:30 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.5/8.14.5) with ESMTP id qBUAwU3b094176
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 30 Dec 2012 10:58:30 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.5/8.14.5/Submit) id qBUAwUk4094175;
	Sun, 30 Dec 2012 10:58:30 GMT
	(envelope-from nobody)
Message-Id: <201212301058.qBUAwUk4094175@red.freebsd.org>
Date: Sun, 30 Dec 2012 10:58:30 GMT
From: Dominique Goncalves <dominique.goncalves@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Usage of CONFIGURE_ENV in 6.6 Using GNU gettext
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         174827
>Category:       docs
>Synopsis:       Porter's Handbook: Usage of CONFIGURE_ENV in 6.6 Using GNU gettext no longer needed
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    eadler
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Dec 30 11:00:01 UTC 2012
>Closed-Date:    Sat Feb 23 15:00:59 UTC 2013
>Last-Modified:  Sat Feb 23 15:00:59 UTC 2013
>Originator:     Dominique Goncalves
>Release:        
>Organization:
>Environment:
>Description:
In the Porter's Handbook section 6.6 Using GNU gettext, there is still reference about using CONFIGURE_ENV for CPPFLAGS and LDFLAGS, it's not needed since r282433

There is probably others references

http://svnweb.freebsd.org/ports?view=revision&revision=282433
>How-To-Repeat:

>Fix:


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-doc->eadler 
Responsible-Changed-By: eadler 
Responsible-Changed-When: Fri Feb 22 23:33:32 UTC 2013 
Responsible-Changed-Why:  
I'll take it. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/174827: commit references a PR
Date: Sat, 23 Feb 2013 14:50:12 +0000 (UTC)

 Author: eadler
 Date: Sat Feb 23 14:49:59 2013
 New Revision: 41035
 URL: http://svnweb.freebsd.org/changeset/doc/41035
 
 Log:
   Using CONFIGURE_ENV for CPPFLAGS and
   LDFLAGS is not needed since r282433.
   
   PR:		docs/174827
   Submitted by:	Dominique Goncalves <dominique.goncalves@gmail.com>
   Reviewed by:	crees
   Reviewed by:	amdmi3
 
 Modified:
   head/en_US.ISO8859-1/books/porters-handbook/book.xml
 
 Modified: head/en_US.ISO8859-1/books/porters-handbook/book.xml
 ==============================================================================
 --- head/en_US.ISO8859-1/books/porters-handbook/book.xml	Sat Feb 23 12:51:37 2013	(r41034)
 +++ head/en_US.ISO8859-1/books/porters-handbook/book.xml	Sat Feb 23 14:49:59 2013	(r41035)
 @@ -5726,17 +5726,13 @@ IGNORE=	may not be redistributed because
  CPPFLAGS+=	-I${LOCALBASE}/include
  LDFLAGS+=	-L${LOCALBASE}/lib
  
 -GNU_CONFIGURE=	yes
 -CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" \
 -		LDFLAGS="${LDFLAGS}"</programlisting>
 +GNU_CONFIGURE=	yes</programlisting>
  
  	<para>Of course, the code can be more compact if there are no
  	  more flags to pass to <command>configure</command>:</para>
  
  	<programlisting>USE_GETTEXT=	yes
 -GNU_CONFIGURE=	yes
 -CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
 -		LDFLAGS="-L${LOCALBASE}/lib"</programlisting>
 +GNU_CONFIGURE=	yes</programlisting>
        </sect2>
  
        <sect2>
 _______________________________________________
 svn-doc-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-doc-all
 To unsubscribe, send any mail to "svn-doc-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: eadler 
State-Changed-When: Sat Feb 23 15:00:58 UTC 2013 
State-Changed-Why:  
Committed. Thanks! 

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