From owner-svn-ports-all@FreeBSD.ORG Mon Feb 3 20:42:11 2014 Return-Path: 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 645DFC19; Mon, 3 Feb 2014 20:42:11 +0000 (UTC) Received: from ainaz.pair.com (ainaz.pair.com [209.68.2.66]) by mx1.freebsd.org (Postfix) with ESMTP id 40B701247; Mon, 3 Feb 2014 20:42:10 +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 429F93F46F; Mon, 3 Feb 2014 15:42:00 -0500 (EST) Date: Mon, 3 Feb 2014 21:42:11 +0100 (CET) From: Gerald Pfeifer To: Maho Nakata Subject: Re: svn commit: r342426 - in head/editors/openoffice-devel: . files In-Reply-To: <201402031131.s13BVIB6050819@svn.freebsd.org> 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-all@freebsd.org X-Mailman-Version: 2.1.17 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: Mon, 03 Feb 2014 20:42:11 -0000 On Mon, 3 Feb 2014, Maho Nakata wrote: > Log: > Now we use system nss. : > -#USE_GCC= 4.6+ > +USE_GCC= 4.6+ Mind making this USE_GCC=yes? And was this an intentional change to enable USE_GCC here? It's not listed in the commit message. Gerald