From owner-cvs-all@FreeBSD.ORG Thu Mar 27 05:06:11 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9819437B401; Thu, 27 Mar 2003 05:06:11 -0800 (PST) Received: from mail.imp.ch (mail.imp.ch [157.161.1.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7879143FA3; Thu, 27 Mar 2003 05:06:10 -0800 (PST) (envelope-from mb@imp.ch) Received: from cvs.imp.ch (cvs.imp.ch [157.161.4.9]) by mail.imp.ch (8.12.6/8.12.3) with ESMTP id h2RD69os082911; Thu, 27 Mar 2003 14:06:09 +0100 (CET) (envelope-from Martin.Blapp@imp.ch) Date: Thu, 27 Mar 2003 14:06:09 +0100 (CET) From: Martin Blapp To: Martin Blapp In-Reply-To: <200303270941.h2R9fi0x033040@repoman.freebsd.org> Message-ID: <20030327140029.W74303@cvs.imp.ch> References: <200303270941.h2R9fi0x033040@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Status: No, hits=-17.6 required=5.0 tests=AWL,IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES, REPLY_WITH_QUOTES autolearn=ham version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: OpenOffice and JDK's (was cvs commit:ports/editors/openoffice-devel Makefile) X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Mar 2003 13:06:13 -0000 Hi all, After many emails I got in private about the jdk dependence of OpenOffice I need to make some things more clear I guess :-) - OpenOffice1.0x and OpenOffice1.1 havily use javac and other java binarys. - OpenOffice 1.1 links against the javaruntimelib - OpenOffice needs ANT to build, which depends itself on a JDK - It's not possible to BUILD OpenOffice without a JDK. - It's possible to RUN OpenOffice without a JDK. Martin > OOo1.1 seems to link against a lib in the jdk. OOo will still run > without this library, but for compile it is definitly needed. Remove > the linux jdk dependency and use again our native one.