From owner-freebsd-ports@FreeBSD.ORG Sun Nov 16 10:56:23 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6FFCB16A4CE; Sun, 16 Nov 2003 10:56:23 -0800 (PST) Received: from cirb503493.alcatel.com.au (c211-30-75-229.belrs2.nsw.optusnet.com.au [211.30.75.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id E329743FE9; Sun, 16 Nov 2003 10:56:20 -0800 (PST) (envelope-from PeterJeremy@optushome.com.au) Received: from cirb503493.alcatel.com.au (localhost.alcatel.com.au [127.0.0.1])hAGIuFf1061118; Mon, 17 Nov 2003 05:56:15 +1100 (EST) (envelope-from jeremyp@cirb503493.alcatel.com.au) Received: (from jeremyp@localhost)hAGIu9G7061117; Mon, 17 Nov 2003 05:56:09 +1100 (EST) (envelope-from jeremyp) Date: Mon, 17 Nov 2003 05:56:08 +1100 From: Peter Jeremy To: Adam Weinberger Message-ID: <20031116185608.GD39616@cirb503493.alcatel.com.au> References: <1068476146.702.3.camel@purehacker.com> <20031115222120.GA87178@server.vk2pj.dyndns.org> <20031115222623.GU40706@toxic.magnesium.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031115222623.GU40706@toxic.magnesium.net> User-Agent: Mutt/1.4.1i cc: freebsd-ports@freebsd.org cc: Mick Walker Subject: Re: Open Office 1.1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2003 18:56:23 -0000 On Sat, Nov 15, 2003 at 05:26:23PM -0500, Adam Weinberger wrote: >>> (11.15.2003 @ 1721 PST): Peter Jeremy said, in 1.6K: << >> What's worse, it's not possible to build OOo-1.1 with the current >> jdk14 port. The OOo-1.1 Makefile has jdk1.4.1 as the default JDKDIR >> so the default build will die unless you have jdk1.4.1 installed. If >> you override JDKDIR to point to jdk1.4.2, the build will report that >> OOo is using a deprecated Java interface and die. (Unfortunately, I've >> deleted that build log). >>> end of "Re: Open Office 1.1" from Peter Jeremy << > >There was a commit this morning that was supposed to fix that. Have you >re-cvsupped and tried again since this morning? JDKDIR in the Makefile still appears wrong but I fixed that manually and it built OK (though it still has the "can't find GTK" warning at the end). I haven't tested it yet. Peter