From owner-cvs-all@FreeBSD.ORG Mon Sep 20 13:21:35 2010 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 556551065670; Mon, 20 Sep 2010 13:21:35 +0000 (UTC) (envelope-from swell.k@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id BAF9C8FC19; Mon, 20 Sep 2010 13:21:34 +0000 (UTC) Received: by vws2 with SMTP id 2so2153763vws.13 for ; Mon, 20 Sep 2010 06:21:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:references :date:in-reply-to:message-id:user-agent:mime-version:content-type; bh=wmDOUiJ+eqAnK22RsZxW8nt/auWlMsP25PxZHYfXNV0=; b=M2nq9Ejgj1GH8LRkGyzfktVw29jfG7z2ZdAZfztX2WYW5/nLxxqx/sD9ktDQ0jffvk MO5genwWyNFPnsNbsRQ8STJbk6nLB9SuEJn9WHOw9svoToFDu61UiYqgZBzltaheoLwQ TpRvsirIApfqeawLXbL3HUhwVN7j6LxaV0RVw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; b=sEgCYWRdxQWpTT7bbEgKoQCYeIWV9+gzI1TRd68UG1GdEkeKmZi496zL1ek8StOe4C j1n1O6DCo9lMhvjAUk/+KoCORhcW0kzTZXhG47tBzXF6KTIum/rkZwsNOq6wU5vIxyhy rua06eaiBOJ6A2ZzmHBaNCFNia0sUbX1EQapk= Received: by 10.220.62.196 with SMTP id y4mr4298122vch.91.1284988893809; Mon, 20 Sep 2010 06:21:33 -0700 (PDT) Received: from localhost (tor-exit-proxy3-readme.formlessnetworking.net [208.53.142.39]) by mx.google.com with ESMTPS id p26sm2813221vcr.3.2010.09.20.06.21.31 (version=SSLv3 cipher=RC4-MD5); Mon, 20 Sep 2010 06:21:33 -0700 (PDT) From: Anonymous To: Renato Botelho References: <201009201201.o8KC1r9H076269@repoman.freebsd.org> <86sk14ipcr.fsf@gmail.com> <20100920122320.GE68468@bluepex.com> <86tylkh9vt.fsf@gmail.com> <20100920124925.GG68468@bluepex.com> Date: Mon, 20 Sep 2010 17:17:04 +0400 In-Reply-To: <20100920124925.GG68468@bluepex.com> (Renato Botelho's message of "Mon, 20 Sep 2010 09:49:26 -0300") Message-ID: <864odkh7vz.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/lang/lua Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Sep 2010 13:21:35 -0000 Renato Botelho writes: > On Mon, Sep 20, 2010 at 04:33:58PM +0400, Anonymous wrote: >> Using CFLAGS= in make.conf is broken. This port is not the only thing >> that may break. And it builds fine with CFLAGS+=. > > I didn't know about it, is it broken or deprecated? i'll try to find > more information. No, I was mostly thinking about misuse. But whether resetting *default* CFLAGS to empty string works or not I'm not sure without seeing results from an exp-run.