From owner-freebsd-java@FreeBSD.ORG Sun Sep 11 23:13:21 2005 Return-Path: X-Original-To: freebsd-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 48F6B16A41F for ; Sun, 11 Sep 2005 23:13:21 +0000 (GMT) (envelope-from markhobden@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id D36F743D45 for ; Sun, 11 Sep 2005 23:13:20 +0000 (GMT) (envelope-from markhobden@gmail.com) Received: by zproxy.gmail.com with SMTP id z31so148640nzd for ; Sun, 11 Sep 2005 16:13:20 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=O3mVZqHQsQXPnMQS0t/w55kSJ/wK8y+IIjpxClSNHctxLYaRFKfXp/H2UZO26okvyL24CuiMOjo9nRmMC1o5xWc/V5gTD1NEXJgxMdpTQv6XxTIEfD6ie5Q2YMy/6QxRCua8+jPudTvyvsyoQqITeuNjh85mhzCpLvt+3t1EI3Y= Received: by 10.36.220.54 with SMTP id s54mr2336745nzg; Sun, 11 Sep 2005 16:13:20 -0700 (PDT) Received: by 10.37.2.78 with HTTP; Sun, 11 Sep 2005 16:13:20 -0700 (PDT) Message-ID: Date: Mon, 12 Sep 2005 00:13:20 +0100 From: Mark Hobden To: freebsd-java@freebsd.org In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20050909165832.GA16137@misty.eyesbeyond.com> <20050910214746.GA6047@misty.eyesbeyond.com> Subject: Re: Patches to update jdk15 to patchset 2 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: markhobden@gmail.com List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 23:13:21 -0000 On 9/10/05, Greg Lewis wrote: > No, I think you've done everything correctly. I think that what is > happening is that back when I did the plugin support Firefox installed > the nspr files, but now it doesn't (as of late August). I will need > to do some additional changes to support nspr being separate. Yuk. > > Thanks for the report! =20 Panagiotis's patch fixed the Firefox build issues completely. Thank-you :-) =20 Maybe it was silly to put two separate different build errors right under each other but did you notice/have any thoughts on it failing to build something todo with jni when trying to use the linux 1.4.2 jdk to bootstrap it? =20 Thanks, =20 Mark