From owner-svn-ports-head@FreeBSD.ORG Sat Jul 20 06:40:05 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 221AD83E; Sat, 20 Jul 2013 06:40:05 +0000 (UTC) Date: Sat, 20 Jul 2013 06:40:05 +0000 From: Alexey Dokuchaev To: Gerald Pfeifer Subject: Re: svn commit: r321141 - head/devel/glog Message-ID: <20130720064005.GA91152@FreeBSD.org> References: <201306171644.r5HGiqSr058369@svn.freebsd.org> <20130618033635.GC57172@FreeBSD.org> <20130718135432.GA37227@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, William Grzybowski , ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Jul 2013 06:40:05 -0000 On Fri, Jul 19, 2013 at 11:20:49AM -0600, Gerald Pfeifer wrote: > On Thu, 18 Jul 2013, Alexey Dokuchaev wrote: > > Interesting; please tell us the summary at the end of the discussions as > > I'm always interested in USE_GCC logic. Ideally, it should allow to select > > from 1) system GCC (4.2) on Clang-default versions of FreeBSD, and 2) nice, > > stable, non-volatile, LTS, whatever, GCC version that does not have to be > > rebuilt every few weeks, when system compiler (either GCC 4.2 or Clang) is > > not sufficient. > > If you want to go for a stable (and reasonable, unlike GCC 4.2 -- > regardless of lang/gcc42 or the old system compiler) version of > GCC then lang/gcc is the answer. > > USE_GCC=yes requests that and should be preferred over any specific > version numbers where possible. Right; USE_GCC=(any|yes) works sanely for a while now, and is what I use when cannot figure out the patch to make software compiler-agnostic fast enough. ./danfe