From owner-freebsd-ports@FreeBSD.ORG Tue Jul 28 12:46:52 2009 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CB1A11065674 for ; Tue, 28 Jul 2009 12:46:52 +0000 (UTC) (envelope-from jafa82@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.240]) by mx1.freebsd.org (Postfix) with ESMTP id 847298FC12 for ; Tue, 28 Jul 2009 12:46:52 +0000 (UTC) (envelope-from jafa82@gmail.com) Received: by an-out-0708.google.com with SMTP id d14so1954939and.13 for ; Tue, 28 Jul 2009 05:46:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:reply-to :user-agent:mime-version:to:subject:content-type :content-transfer-encoding; bh=2dLA1By7M7Lp1/smHLTGuFxOF4LteaOWzc1GkTUH2YA=; b=UMsrmLy8+ehwmgjgTjg2U4UZ0IOlXbHeyr90BCvYE4EiL1kQRjL4IDJpPgGNCr0vLN bstDgZJ4jeVJMjFuoerj+3P1fM/dBgkfTKzQKaQ8oA1dGFwEiGQ1sn4wvKyldu2Uadv7 PPpRAGONdyvV9Xt0Pfdrsbu6qYRUedlsJN+zE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=kW7MabmWI7CCZ9c/upZm5NerdZqHSn3PDtMPOLcBO//5kLOp5Js61twUy4XksmNphj 6zG/UwiX0hnNBitySokl2nrTMljub4lrnDV/DmlmTUL8U7bHDj8Fq3IwZZeKol8IW4kA 97dBWu4un0V1c4Ai8WVzTn80ftv78F+8PusVY= Received: by 10.100.194.7 with SMTP id r7mr9844678anf.37.1248783675782; Tue, 28 Jul 2009 05:21:15 -0700 (PDT) Received: from merytaton. (modemcable125.95-81-70.mc.videotron.ca [70.81.95.125]) by mx.google.com with ESMTPS id c29sm2837352anc.10.2009.07.28.05.21.14 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 28 Jul 2009 05:21:15 -0700 (PDT) Message-ID: <4A6EED3A.7030101@gmail.com> Date: Tue, 28 Jul 2009 08:21:14 -0400 From: Eric Damien User-Agent: Thunderbird 2.0.0.21 (X11/20090402) MIME-Version: 1.0 To: ports@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: "ghost" ports CFLAGS X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: jafa82@gmail.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Jul 2009 12:46:53 -0000 Good morning. 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. Thanks, Eric.