Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Jul 2009 11:34:06 -0400
From:      Lowell Gilbert <freebsd-ports-local@be-well.ilk.org>
To:        jafa82@gmail.com
Cc:        ports@FreeBSD.org
Subject:   Re: "ghost" ports CFLAGS
Message-ID:  <441vo0g6tt.fsf@be-well.ilk.org>
In-Reply-To: <4A6EED3A.7030101@gmail.com> (Eric Damien's message of "Tue\, 28 Jul 2009 08\:21\:14 -0400")
References:  <4A6EED3A.7030101@gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Eric Damien <jafa82@gmail.com> writes:

> I edited my /etc/make.conf in order to change the default compiler via
> the CC and CXX variables. I also happened to edit the CFLAGS value,
> all of this changes enclosed within a conditional check on the
> directory, of the form:
> .if ${CURDIR:M*/ports*}
> CFLAGS= -mtune=amdfam10 -msse4e
> .endif
> I made a general config using postmaster.
> After some trouble with some ports, I decided to get rid of those
> modifications and commented the above form.
> But, I was surprised to see that some ports still present this value
> of CFLAGS at building time.
> How can I correct this mistake.

Just a guess; you built them previously and didn't clean the build
directories?  

Or maybe you put those options in a portmaster config file?
[ /usr/local/etc/portmaster.rc or $HOME/.portmasterrc ...]



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?441vo0g6tt.fsf>