From owner-freebsd-openoffice@FreeBSD.ORG Wed Sep 20 02:39:44 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 BBBBE16A407 for ; Wed, 20 Sep 2006 02:39:44 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from smtp02.lnh.mail.rcn.net (smtp02.lnh.mail.rcn.net [207.172.157.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FDBE43D53 for ; Wed, 20 Sep 2006 02:39:44 +0000 (GMT) (envelope-from roberthuff@rcn.com) Received: from mr08.lnh.mail.rcn.net ([207.172.157.28]) by smtp02.lnh.mail.rcn.net with ESMTP; 19 Sep 2006 22:39:44 -0400 X-IronPort-AV: i="4.09,188,1157342400"; d="scan'208"; a="303468569:sNHT26688204" Received: from smtp01.lnh.mail.rcn.net (smtp01.lnh.mail.rcn.net [207.172.4.11]) by mr08.lnh.mail.rcn.net (MOS 3.7.5a-GA) with ESMTP id HAJ42316; Tue, 19 Sep 2006 22:39:40 -0400 (EDT) Received: from 209-6-203-219.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO jerusalem.litteratus.org.litteratus.org) ([209.6.203.219]) by smtp01.lnh.mail.rcn.net with ESMTP; 19 Sep 2006 22:39:39 -0400 X-IronPort-AV: i="4.09,188,1157342400"; d="scan'208"; a="279628283:sNHT23810348" From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17680.43349.911548.217268@jerusalem.litteratus.org> Date: Tue, 19 Sep 2006 22:37:09 -0400 To: openoffice@freebsd.org In-Reply-To: <45107F27.4000207@cisco.com> References: <45107F27.4000207@cisco.com> X-Mailer: VM 7.17 under 21.5 (beta27) "fiddleheads" XEmacs Lucid X-Junkmail-Status: score=10/50, host=mr08.lnh.mail.rcn.net X-Junkmail-SD-Raw: score=unknown, refid=str=0001.0A090204.4510A80C.005A,ss=1,fgs=0, ip=207.172.4.11, so=2006-05-09 23:27:51, dmn=5.2.113/2006-07-26 Cc: Subject: A query about building open office.. 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: Wed, 20 Sep 2006 02:39:44 -0000 Randall Stewart writes: > I have a problem and was hoping for some advice.. 1) Do you want/need to compile with Java? I am not an expert, but the only thing I _know_ of that requires Java is the OpenDocument input/output filters. If you can live without those, Java becomes a no-op. 2) version of Java In /usr/ports/java, you will find diablo-jdk15 and jdk15. _As I understand it_ the difference is diablo is the offical, certified-by-Sun version. Non-diablo is the same general code-base without Sun's blessing and works fine for OOo purposes. In fact, I believe it works better. As has been mentioned, issues were been discovered with diable-jdk15 soon after its release; jdk15 seems not to have those problems. Check with java@ for more information. 2a) The good news: having installed diablo, one can use it to build the non-diablo port. It'll take a while, even on a fast machine, but it will work. (Corrections to the above accepted.) Robert Huff