From owner-svn-ports-head@freebsd.org Tue Nov 14 12:47:40 2017 Return-Path: Delivered-To: svn-ports-head@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 377B6DBDEBB; Tue, 14 Nov 2017 12:47:40 +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 160217D1F1; Tue, 14 Nov 2017 12:47:39 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from ainaz.pair.com (localhost [127.0.0.1]) by ainaz.pair.com (Postfix) with ESMTP id DEC7A3F66B; Tue, 14 Nov 2017 07:47:37 -0500 (EST) Received: from [172.20.1.136] (107-0-240-2-ip-static.hfc.comcastbusiness.net [107.0.240.2]) (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 6B1CF3F66A; Tue, 14 Nov 2017 07:47:37 -0500 (EST) Date: Tue, 14 Nov 2017 05:47:35 -0700 (MST) From: Gerald Pfeifer To: Olivier Cochard , Conrad Meyer , Anton Yuzhaninov cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r454110 - in head/devel/elfutils: . files In-Reply-To: <201711131216.vADCGmNR013160@repo.freebsd.org> Message-ID: References: <201711131216.vADCGmNR013160@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 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: Tue, 14 Nov 2017 12:47:40 -0000 On Mon, 13 Nov 2017, Olivier Cochard wrote: > Log: > Update to 0.170 > > PR: 223607 > Submitted by: Anton Yuzhaninov > Approved by: cem (maintainer) > Modified: head/devel/elfutils/Makefile > ============================================================================== > -USE_GCC= 4.8 # fails to build with newer versions > +USE_GCC= yes Nice to see this use of old GCC 4.8 avoided thusly. It would have been good to note this change in the commit message, though? Note that devel/api-sanity-autotest/Makefile has the following comment USE_GCC= 4.8 # same as devel/elfutils which is not the case any longer after this chance. Gerald