From owner-svn-ports-all@freebsd.org Sat Apr 8 06:13:43 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 48E83D34FF1; Sat, 8 Apr 2017 06:13:43 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from ainaz.pair.com (ainaz.pair.com [209.68.2.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2A26F6AD; Sat, 8 Apr 2017 06:13:42 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from [10.71.1.23] (unknown [119.17.57.226]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ainaz.pair.com (Postfix) with ESMTPSA id C9F943F530; Sat, 8 Apr 2017 02:13:38 -0400 (EDT) Date: Sat, 8 Apr 2017 16:13:34 +1000 (AEST) From: Gerald Pfeifer To: Conrad Meyer cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r418678 - in head/devel/elfutils: . files In-Reply-To: Message-ID: References: <201607172059.u6HKx0MN085855@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 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: Sat, 08 Apr 2017 06:13:43 -0000 On Sat, 1 Apr 2017, Conrad Meyer wrote: >> In general we really prefer USE_GCC=yes, i.e., using the default >> version of GCC in the Ports Collection over specific versions. > I don't recall the reason anymore. :-) > > As long as it continues to build, the proposed change is fine with me. Cool, thanks, I'll make this change. As a little interesting data point, here is what happens already today (before my change), so this should not be a practical change for nearly all scenarios: % make test-gcc USE_GCC=4.8+ Port can use later versions. : Using GCC version 5 CC=gcc5 - CXX=g++5 - CPP=cpp5 ... : RUN_DEPENDS=gcc5:lang/gcc Gerald