From owner-freebsd-java@FreeBSD.ORG Wed Feb 1 23:32:52 2006 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 2DAD116A420 for ; Wed, 1 Feb 2006 23:32:52 +0000 (GMT) (envelope-from nikolas.britton@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A71843D96 for ; Wed, 1 Feb 2006 23:32:25 +0000 (GMT) (envelope-from nikolas.britton@gmail.com) Received: by xproxy.gmail.com with SMTP id s9so183954wxc for ; Wed, 01 Feb 2006 15:32:25 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=a5Kj+sqetH4f6ZAO+lKn02b6ZL6IPo+xIUgK1mT0wsRaM8/jAbkvSM3H6NUoGtspDJ52oWfd2SLQIHLkHzcPiyisue7C7BZpI5aevgXqoDf54jkgHI0GpT7kryfqJ2zmyEMbVO6G6APOUvSBBfbRxqS7JAQRelXUNFwrJQBjAQA= Received: by 10.70.60.11 with SMTP id i11mr143514wxa; Wed, 01 Feb 2006 15:32:25 -0800 (PST) Received: by 10.70.67.17 with HTTP; Wed, 1 Feb 2006 15:32:25 -0800 (PST) Message-ID: Date: Wed, 1 Feb 2006 17:32:25 -0600 From: Nikolas Britton To: Robert Huff In-Reply-To: <17377.6136.820451.66798@jerusalem.litteratus.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <43C02026.5020707@gmail.com> <43C041B8.2080008@ywave.com> <43D3D60C.4090502@pobox.sk> <43D3DD95.4040308@ywave.com> <43E07DA9.2020006@pobox.sk> <17376.59189.67188.65770@jerusalem.litteratus.org> <44y80vhuom.fsf@be-well.ilk.org> <17377.6136.820451.66798@jerusalem.litteratus.org> Cc: freebsd-questions@freebsd.org, freebsd-java@freebsd.org Subject: Re: Java Virtual Machine 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: Wed, 01 Feb 2006 23:32:52 -0000 On 2/1/06, Robert Huff wrote: > > Nikolas Britton writes: > > > So what your saying is that once you have a native jdk built and > > installed (say 1.4.2) you can compile the native jdk15 port with > > the native jdk14 port and not need the linux jdk14 port? > > Yes. > > Ok, Cool. So Is it automatic? Lets say the jdk15 port was updated to the yet to be released patchset 3, will portupgrade know what to do?