From owner-svn-ports-all@freebsd.org Sat Apr 1 15:57:16 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 8984BD29243; Sat, 1 Apr 2017 15:57:16 +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 6BA59790; Sat, 1 Apr 2017 15:57:15 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from [192.168.0.3] (vie-188-118-245-044.dsl.sil.at [188.118.245.44]) (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 5B4953F530; Sat, 1 Apr 2017 11:57:12 -0400 (EDT) Date: Sat, 1 Apr 2017 17:57:10 +0200 (CEST) From: Gerald Pfeifer To: "Conrad E. 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: <201607172059.u6HKx0MN085855@repo.freebsd.org> 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, 01 Apr 2017 15:57:16 -0000 On Sun, 17 Jul 2016, Conrad E. Meyer wrote: > Author: cem (src committer) > Date: Sun Jul 17 20:59:00 2016 > New Revision: 418678 > URL: https://svnweb.freebsd.org/changeset/ports/418678 > > Log: > elfutils-0.163_6 > > - Drop GCC requirement to 4.8 Why did you make this change? In general we really prefer USE_GCC=yes, i.e., using the default version of GCC in the Ports Collection over specific versions. My recommendation is to go for that (USE_GCC=yes). (If that's okay for you I can also make this change, just let me know.) Gerald