From owner-svn-ports-all@FreeBSD.ORG  Tue Feb  4 00:53:58 2014
Return-Path: <owner-svn-ports-all@FreeBSD.ORG>
Delivered-To: svn-ports-all@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 <gerald@pfeifer.com>
To: Maho NAKATA <maho@FreeBSD.org>
Subject: Re: svn commit: r342426 - in head/editors/openoffice-devel: .
 files
In-Reply-To: <CAPETYG3kwBcq0sMrUbupD3=LuHO9tPVvOO0L8nropv9TktAfkQ@mail.gmail.com>
Message-ID: <alpine.LSU.2.11.1402040152030.10242@tuna.site>
References: <201402031131.s13BVIB6050819@svn.freebsd.org>
 <alpine.LSU.2.11.1402032141210.10242@tuna.site>
 <CAPETYG3kwBcq0sMrUbupD3=LuHO9tPVvOO0L8nropv9TktAfkQ@mail.gmail.com>
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-all@freebsd.org
X-Mailman-Version: 2.1.17
Precedence: list
List-Id: SVN commit messages for the ports tree <svn-ports-all.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/svn-ports-all>,
 <mailto:svn-ports-all-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/svn-ports-all/>
List-Post: <mailto:svn-ports-all@freebsd.org>
List-Help: <mailto:svn-ports-all-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/svn-ports-all>,
 <mailto:svn-ports-all-request@freebsd.org?subject=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