From owner-freebsd-openoffice@FreeBSD.ORG Mon Mar 13 14:57:15 2006 Return-Path: X-Original-To: openoffice@freebsd.org Delivered-To: freebsd-openoffice@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4EA7C16A400; Mon, 13 Mar 2006 14:57:12 +0000 (UTC) (envelope-from herve.quiroz@esil.univ-mrs.fr) Received: from arabica.esil.univ-mrs.fr (arabica.esil.univ-mrs.fr [139.124.41.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B54543D46; Mon, 13 Mar 2006 14:57:10 +0000 (GMT) (envelope-from herve.quiroz@esil.univ-mrs.fr) Received: from arabica.esil.univ-mrs.fr (localhost [127.0.0.1]) by arabica.esil.univ-mrs.fr (8.13.4/8.13.4) with ESMTP id k2DEv99P083860; Mon, 13 Mar 2006 15:57:09 +0100 (CET) (envelope-from herve.quiroz@esil.univ-mrs.fr) Received: (from rv@localhost) by arabica.esil.univ-mrs.fr (8.13.4/8.13.4/Submit) id k2DEv8GZ083859; Mon, 13 Mar 2006 15:57:08 +0100 (CET) (envelope-from herve.quiroz@esil.univ-mrs.fr) X-Authentication-Warning: arabica.esil.univ-mrs.fr: rv set sender to herve.quiroz@esil.univ-mrs.fr using -f Date: Mon, 13 Mar 2006 15:57:08 +0100 From: Herve Quiroz To: NAKATA Maho Message-ID: <20060313145708.GA83814@arabica.esil.univ-mrs.fr> Mail-Followup-To: NAKATA Maho , java@freebsd.org, gerald@pfeifer.com, openoffice@freebsd.org References: <20060310.105935.85400368.chat95@mac.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060310.105935.85400368.chat95@mac.com> User-Agent: Mutt/1.4.2.1i Cc: java@freebsd.org, gerald@pfeifer.com, openoffice@freebsd.org Subject: Re: GCJ 4.1 and OpenOffice.org X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 14:57:15 -0000 FWIW, I have been working with Eric Anholt to have Kaffe (java/kaffe) supported by bsd.java.mk. The only thing with miss is a port of a Javadoc tool so that ports documentation may be built without any Sun or IBM JDK. I believe gjdoc (can't remember if this part of classpath or another "free" Java tool) could be used in place of javadoc. I'll have a look at your wrapper and modifications in the next few days. Herve On Fri, Mar 10, 2006 at 10:59:35AM +0900, NAKATA Maho wrote: > I believe gcj is now one of the usable Java implementation, > however there are some small (but tedious) issues must be solved to > check in to FBSD ports cvs repo. > I made some ports or updates of ports so that we can at least compile a > package using Java; OpenOffice.org. I believe with appropreate wrapper, > we can add gnugcj as _JAVA_VENDOR_LIST in /usr/ports/Mk/bsd.java.mk. > then we can use/comple Java applications without bootstrapping java/jdk14 > etc.