From owner-svn-ports-all@freebsd.org Tue Nov 14 23:05:40 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 EB22DDB843E; Tue, 14 Nov 2017 23:05:40 +0000 (UTC) (envelope-from citrin@citrin.ru) Received: from hz.citrin.ru (hz.citrin.ru [88.198.212.3]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AE34D73BA0; Tue, 14 Nov 2017 23:05:40 +0000 (UTC) (envelope-from citrin@citrin.ru) Received: from x220.lan (unknown [IPv6:2601:18a:c680:9888:ddf2:ee24:75a3:af1d]) by hz.citrin.ru (Postfix) with ESMTPSA id 9F5FD2C161B; Tue, 14 Nov 2017 23:05:30 +0000 (UTC) Subject: Re: svn commit: r454110 - in head/devel/elfutils: . files To: Gerald Pfeifer , Olivier Cochard , Conrad Meyer , Anton Yuzhaninov Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, antoine@freebsd.org References: <201711131216.vADCGmNR013160@repo.freebsd.org> From: Anton Yuzhaninov Message-ID: <9eaf7df4-8c21-f5a6-8de1-a4c21ece1fc8@citrin.ru> Date: Tue, 14 Nov 2017 18:05:28 -0500 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=citrin.ru; s=s0; t=1510700731; bh=4Z8Jxepq8YrIvx0sU1FSzQERdfKVOK71l4M3aVynW4c=; h=Subject:To:Cc:References:From:Message-ID:Date:MIME-Version:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=XefZa58fhorC+FlR8YJn81OD2QWnfPBfPX4m773q4W8+CIAkoMqS3bg5rAmP4aVHXknbGFdx6P5Ws4Thaj8kzMR0hVsPIKhaIM26htFOLmUlSaUsPP9pqr+ElG2NDFjU4U8USKmk/5IgbNo7ObJFjsaLdy2nbIyYGTehGgkP8MM= X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 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: Tue, 14 Nov 2017 23:05:41 -0000 On 11/14/17 07:47, Gerald Pfeifer wrote: > 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. It is not obvious why devel/api-sanity-autotest should depend on the same gcc version as devel/elfutils. I've added antoine@ to CC. USE_GCC=4.8 was added in this commit: https://svnweb.freebsd.org/ports?view=revision&revision=446382