From owner-svn-ports-all@FreeBSD.ORG Fri Jul 19 17:21:05 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id E3B8D326; Fri, 19 Jul 2013 17:21:05 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from ainaz.pair.com (ainaz.pair.com [209.68.2.66]) by mx1.freebsd.org (Postfix) with ESMTP id C29E77B2; Fri, 19 Jul 2013 17:21:05 +0000 (UTC) Received: from [137.65.230.246] (unknown [137.65.230.246]) by ainaz.pair.com (Postfix) with ESMTPSA id 64BA23F412; Fri, 19 Jul 2013 13:20:53 -0400 (EDT) Date: Fri, 19 Jul 2013 11:20:49 -0600 (MDT) From: Gerald Pfeifer To: Alexey Dokuchaev Subject: Re: svn commit: r321141 - head/devel/glog In-Reply-To: <20130718135432.GA37227@FreeBSD.org> Message-ID: 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 Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, William Grzybowski , ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Jul 2013 17:21:06 -0000 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. Gerald