ports/174790: Mk/bsd.port.mk: revert part of r303619, CPPFLAGS and LDFLAGS already are part of CONFIGURE_ENV

Gerald Pfeifer gerald at pfeifer.com
Sat Dec 29 00:10:00 UTC 2012


>Number:         174790
>Category:       ports
>Synopsis:       Mk/bsd.port.mk: revert part of r303619, CPPFLAGS and LDFLAGS already are part of CONFIGURE_ENV
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Dec 29 00:10:00 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Gerald Pfeifer/BSD
>Release:        
>Organization:
>Environment:
>Description:
	As I responded on svn-ports-all@ and portmgr@ back in early
	November, part of r303619 is not correct since CONFIGURE_ENV
	already sets CPPFLAGS and LDFLAGS by default.

	If this does not happen for readline, then there is a bug
	somewhere that should be addressed right on, not by adding
	this redundant statement. 

	Reference:
	r270411 | erwin | 2011-03-07 07:32:05 +0000 (Mon, 07 Mar 2011) | 5 lines

	Pass CPPFLAGS to MAKE_ENV and CONFIGURE_ENV
 
	PR:             153625
	Submitted by:   gerald
>How-To-Repeat:
>Fix:

Index: bsd.port.mk
===================================================================
--- bsd.port.mk	(revision 308475)
+++ bsd.port.mk	(working copy)
@@ -1712,7 +1712,6 @@
 LIB_DEPENDS+=	readline.6:${PORTSDIR}/devel/readline
 CPPFLAGS+=		-I${LOCALBASE}/include
 LDFLAGS+=		-L${LOCALBASE}/lib -lreadline
-CONFIGURE_ENV+=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
 .endif
 .endif
 
>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-ports-bugs mailing list