From owner-svn-ports-all@freebsd.org Sat Jan 14 21:53:54 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 78A10CAF740; Sat, 14 Jan 2017 21:53:54 +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 DEFD41F88; Sat, 14 Jan 2017 21:53:53 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from anthias (ip-109-43-2-77.web.vodafone.de [109.43.2.77]) (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 EA2ED3F531; Sat, 14 Jan 2017 16:53:50 -0500 (EST) Date: Sat, 14 Jan 2017 22:53:48 +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: <201701141531.v0EFVde9025574@repo.freebsd.org> Message-ID: References: <201701141531.v0EFVde9025574@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, 14 Jan 2017 21:53:54 -0000 On Sat, 14 Jan 2017, Andreas Tobler wrote: > Modified: head/lang/gcc6-devel/Makefile > ============================================================================== > -BROKEN_powerpc64= Does not build > +#BROKEN_powerpc64= Does not build Did you mean to also commit this part? Something tells me it might be a leftover from some tests to actually get powerpc64 going again? :-) Gerald