From owner-svn-ports-head@FreeBSD.ORG Tue Feb 4 00:53:58 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 040B3D8F; Tue, 4 Feb 2014 00:53:58 +0000 (UTC) Received: from ainaz.pair.com (ainaz.pair.com [209.68.2.66]) by mx1.freebsd.org (Postfix) with ESMTP id D2EB51A6A; Tue, 4 Feb 2014 00:53:57 +0000 (UTC) Received: from [192.168.0.129] (vie-91-186-144-169.dsl.sil.at [91.186.144.169]) by ainaz.pair.com (Postfix) with ESMTPSA id AD8D33F41F; Mon, 3 Feb 2014 19:53:52 -0500 (EST) Date: Tue, 4 Feb 2014 01:54:02 +0100 (CET) From: Gerald Pfeifer To: Maho NAKATA Subject: Re: svn commit: r342426 - in head/editors/openoffice-devel: . files In-Reply-To: Message-ID: References: <201402031131.s13BVIB6050819@svn.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 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, 04 Feb 2014 00:53:58 -0000 On Tue, 4 Feb 2014, Maho NAKATA wrote: >> Mind making this USE_GCC=yes? > Unfortunately, no. GCC 4.2.1 (on FBSD9) has a bug in parser so strange > compilation error occurs. USE_GCC=yes is the exact equivalent of USE_GCC=4.6+ (and should move to 4.7+ later this month). So this should work. Gerald