From owner-cvs-all@FreeBSD.ORG Tue Mar 9 13:38:25 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA8B116A4CE; Tue, 9 Mar 2004 13:38:25 -0800 (PST) Received: from mail.soaustin.net (mail.soaustin.net [207.200.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F6EE43D2F; Tue, 9 Mar 2004 13:38:25 -0800 (PST) (envelope-from linimon@lonesome.com) Received: by mail.soaustin.net (Postfix, from userid 502) id CFC4914734; Tue, 9 Mar 2004 15:38:24 -0600 (CST) Date: Tue, 9 Mar 2004 15:38:24 -0600 (CST) From: Mark Linimon X-X-Sender: linimon@pancho To: Kris Kennaway In-Reply-To: <20040309212411.GB73445@xor.obsecurity.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Mark Linimon cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/www/dansguardian Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Mar 2004 21:38:25 -0000 > > | +OPTIONS= WITH_GCC3 "Compile using GCC 3.x." off > > What's the point of doing this, instead of just setting CC? It appears to compile either way. The maintainer added the option and I didn't see any good reason not to go along. mcl