From owner-svn-ports-head@FreeBSD.ORG Wed Feb 5 00:43:39 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 C560E496; Wed, 5 Feb 2014 00:43:39 +0000 (UTC) Received: from mail-pd0-x22e.google.com (mail-pd0-x22e.google.com [IPv6:2607:f8b0:400e:c02::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8926E1089; Wed, 5 Feb 2014 00:43:39 +0000 (UTC) Received: by mail-pd0-f174.google.com with SMTP id z10so8892448pdj.19 for ; Tue, 04 Feb 2014 16:43:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:message-id:to:cc:subject:from:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=+jxbQ50ycSS/NXPjIine4HlAUkbhDS4oIcS3Rrn/0bg=; b=J8005V/FDOt5d6oyty/gtyF9YRSdLVuuVnDpQaAAg9x8Y2UWY3xyo4BnzohXjTtzY6 cLviGAZ0XKM6AK9az/+biaW9So4ccY3YayNnWTrojezgij3tU+eQwGlYGzWTJ66OgjB5 OwjuMqKE8R2adHT3VJIAs3uktml2v2NsIeIYL5q2OVblApV9e38gI8vCrOBvMfnYVffR gk0DxNHa0iZyZoi7Ws+XB5emghiRjnbW8xBHqazg1egkilOFGx9BzNa6V94+b8sEKKl8 FUw4tBsPBKYFWBIJ89m7733rDd+1gYuzbzPMu/peD9kwZyqyw75ee2+g2PT/Juua2ux4 xDNA== X-Received: by 10.67.12.200 with SMTP id es8mr46765870pad.3.1391561019212; Tue, 04 Feb 2014 16:43:39 -0800 (PST) Received: from localhost (rikad42.riken.jp. [134.160.214.42]) by mx.google.com with ESMTPSA id iu7sm70264517pbc.45.2014.02.04.16.43.36 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 04 Feb 2014 16:43:38 -0800 (PST) Date: Wed, 05 Feb 2014 09:43:35 +0900 (JST) Message-Id: <20140205.094335.1857471895211642816.maho.nakata@gmail.com> To: gerald@pfeifer.com Subject: Re: svn commit: r342426 - in head/editors/openoffice-devel: . files From: Nakata Maho In-Reply-To: References: X-Mailer: Mew version 6.3 on Emacs 24.3 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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: Wed, 05 Feb 2014 00:43:39 -0000 Hi I update the port as suggested. > and should move to 4.7+ later this month yummy! Thank you for notification. Best, Nakata Maho From: Gerald Pfeifer Subject: Re: svn commit: r342426 - in head/editors/openoffice-devel: . files Date: Tue, 4 Feb 2014 01:54:02 +0100 (CET) > 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 >