Bug 161023

Summary: Variable CFLAGS is recursive.in "math/fftw3"
Product: Ports & Packages Reporter: Gerard Seibert <gerard>
Component: Individual Port(s)Assignee: Brendan Fabeny <bf>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Gerard Seibert 2011-09-26 02:20:06 UTC
When attempting to build the "math/fftw3" port, the following error message is immediately displayed:

Variable CFLAGS is recursive.

The build is then terminated immediately.

How-To-Repeat: Attempt to build the port.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-09-26 02:20:16 UTC
Responsible Changed
From-To: freebsd-ports-bugs->bf

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-09-26 19:10:14 UTC
bf          2011-09-26 18:09:51 UTC

  FreeBSD ports repository

  Modified files:
    math/fftw3           Makefile 
  Log:
  fix flags when built WITH_OPTIMIZED_CFLAGS
  
  PR:             157936, 161023
  Reported by:    L.V. Iliev, amdmi3, "break19", G.V. Seibert
  
  Revision  Changes    Path
  1.64      +25 -19    ports/math/fftw3/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"
Comment 3 Brendan Fabeny freebsd_committer freebsd_triage 2011-09-26 19:18:54 UTC
State Changed
From-To: open->closed

Thanks, fixed.