From owner-freebsd-ports@FreeBSD.ORG Thu Aug 25 10:20:09 2011 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A30A2106564A; Thu, 25 Aug 2011 10:20:09 +0000 (UTC) (envelope-from patfbsd@davenulle.org) Received: from smtp.lamaiziere.net (net.lamaiziere.net [91.121.44.19]) by mx1.freebsd.org (Postfix) with ESMTP id 605128FC08; Thu, 25 Aug 2011 10:20:09 +0000 (UTC) Received: from mr12941.univ-rennes1.fr (mr129041.cri.univ-rennes1.fr [129.20.129.41]) by smtp.lamaiziere.net (Postfix) with ESMTPA id 356C2FAA2DD3; Thu, 25 Aug 2011 12:20:07 +0200 (CEST) Received: from mr12941 (localhost.localdomain [127.0.0.1]) by mr12941.univ-rennes1.fr (Postfix) with ESMTP id D2F007A000B; Thu, 25 Aug 2011 12:20:06 +0200 (CEST) Date: Thu, 25 Aug 2011 12:20:05 +0200 From: Patrick Lamaiziere To: Baptiste Daroussin Message-ID: <20110825122005.017ab10a@mr12941> In-Reply-To: References: <4E53C470.5040102@FreeBSD.org> <20110823165812.GA82838@elch.exwg.net> X-Mailer: Claws Mail 3.7.8 (GTK+ 2.24.4; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: ports@FreeBSD.org, office@FreeBSD.org, Christoph Moench-Tegeder , Andriy Gapon Subject: Re: libreoffice with java: build fails in UTF-8 env X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Aug 2011 10:20:09 -0000 Le Tue, 23 Aug 2011 17:05:09 +0000, Baptiste Daroussin a écrit : Hello, > Yes building libreoffice with java option in an UTF8 environement is > known to fail there is nothing I found to workaround that :( As it uses Ant to build the java code I think we could add -Dfile.encoding=iso-8859-1 to an ANT_OPTS environment variable. http://ant.apache.org/manual/running.html I've not tested this but I hope this should work (not sure for the encoding to use) Regards.