From owner-svn-ports-all@freebsd.org Sun Jan 15 18:44:21 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 2D500CB1B6A; Sun, 15 Jan 2017 18:44:21 +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 AECB01E20; Sun, 15 Jan 2017 18:44:20 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from anthias (ip-109-43-2-25.web.vodafone.de [109.43.2.25]) (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 3208F3F530; Sun, 15 Jan 2017 13:44:18 -0500 (EST) Date: Sun, 15 Jan 2017 19:44:16 +0100 (CET) From: Gerald Pfeifer To: Andreas Tobler cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r431471 - head/lang/gcc6-devel In-Reply-To: <680879fa-6f04-f17b-cf8c-5ff37c43ea61@FreeBSD.org> Message-ID: References: <201701141531.v0EFVde9025574@repo.freebsd.org> <680879fa-6f04-f17b-cf8c-5ff37c43ea61@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: Sun, 15 Jan 2017 18:44:21 -0000 On Sun, 15 Jan 2017, Andreas Tobler wrote: > Hehe, do you agree to drop the line? I just confirmed again that it > builds here (on powerpc64): ... Re-installation of > gcc6-devel-6.3.1.s20170112 complete ... > > I completely forgot since it builds for me since before x-mas. Sure, if bootstrap now works. I'll take care as part of the next update of lang/gcc6-devel later this week, just was surprised to see the change without being mentioned. (It can wait since that won't be a functional change, just removing a comment.) (For the record, BROKEN_powerpc64 was added by r413746 | swills | 2016-04-21 16:43:14 +0000 (Thu, 21 Apr 2016) | 2 lines many ports: mark broken on powerpc64 ) Given the recent release of GCC 6.3, I assume that lang/gcc6 should now build on powerpc64 as well? If you confirm, I can make the change there as well (or you can, if you prefer). Just let me know. Thanks, Gerald