From owner-freebsd-java@FreeBSD.ORG Fri Mar 10 01:59:42 2006 Return-Path: X-Original-To: java@freebsd.org Delivered-To: freebsd-java@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C5FDB16A420; Fri, 10 Mar 2006 01:59:42 +0000 (GMT) (envelope-from chat95@mac.com) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8BA5443D46; Fri, 10 Mar 2006 01:59:42 +0000 (GMT) (envelope-from chat95@mac.com) Received: from mac.com (smtpin03-en2 [10.13.10.148]) by smtpout.mac.com (Xserve/8.12.11/smtpout05/MantshX 4.0) with ESMTP id k2A1xggA019315; Thu, 9 Mar 2006 17:59:42 -0800 (PST) Received: from localhost ([133.11.172.102]) (authenticated bits=0) by mac.com (Xserve/smtpin03/MantshX 4.0) with ESMTP id k2A1xctW025354; Thu, 9 Mar 2006 17:59:40 -0800 (PST) Date: Fri, 10 Mar 2006 10:59:35 +0900 (JST) Message-Id: <20060310.105935.85400368.chat95@mac.com> To: java@freebsd.org From: NAKATA Maho Organization: private X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: gerald@pfeifer.com, openoffice@freebsd.org Subject: GCJ 4.1 and OpenOffice.org X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Mar 2006 01:59:42 -0000 Hello, 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. You can download ports skeleton at: ftp://ooopackages.good-day.net/pub/OpenOffice.org/FreeBSD/misc/gcj+ooo.20060310.tar.bz2 gcj+ooo.20060310.tar.bz2 : md5sum 7d4c2aedb775b5058765b40e5c6ed378 Install instruction: 1. gmake-devel ... workaround for installation of gcc41 2. gcc41-with_gcj ... build gcc with gcj 3. gjdoc ... javadoc alternative 4. openoffice.org-2.0-devel make with option -DWITH_GNUGCJ Comments are welcome. thanks, -- NAKATA, Maho (maho@FreeBSD.org)