From owner-svn-ports-all@freebsd.org Wed Apr 5 18:14:39 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 57137D3091C; Wed, 5 Apr 2017 18:14:39 +0000 (UTC) (envelope-from andreast@FreeBSD.org) Received: from smtp.imp.ch (smtp.imp.ch [IPv6:2001:4060:1:1001::13:198]) (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 1EE479C8; Wed, 5 Apr 2017 18:14:39 +0000 (UTC) (envelope-from andreast@FreeBSD.org) Received: from [192.168.225.14] (dhclient-91-190-14-19.flashcable.ch [91.190.14.19]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by fgznet.ch (Postfix) with ESMTPSA id C48DF7EBE; Wed, 5 Apr 2017 20:14:26 +0200 (CEST) Subject: Re: svn commit: r437798 - head/lang/gcc5/files To: Jan Beich Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201704051652.v35Gqrb2064336@repo.freebsd.org> From: Andreas Tobler Message-ID: Date: Wed, 5 Apr 2017 20:15:13 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:52.0) Gecko/20100101 Thunderbird/52.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: de-CH Content-Transfer-Encoding: 7bit X-Scanned-By: Obelix Submit on 127.0.1.1 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: Wed, 05 Apr 2017 18:14:39 -0000 On 05.04.17 19:20, Jan Beich wrote: > Andreas Tobler writes: > >> Author: andreast (src committer) >> Date: Wed Apr 5 16:52:53 2017 >> New Revision: 437798 >> URL: https://svnweb.freebsd.org/changeset/ports/437798 >> >> Log: >> Fix armv6 bootstrap. This piece of config is already in the upstream tree and >> will go away once gcc-5.5 is released. >> >> Approved by: gerald (maintainer) > > What about lang/gcc (5.4.0)? Did r437435 remove the file in prematurely? Gerald will take care.