Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Oct 2002 17:12:50 +1030
From:      Michael Gratton <mike@vee.net>
To:        Jonathan Chen <jonc@chen.org.nz>
Cc:        "Wilkinson,Alex" <Alex.Wilkinson@dsto.defence.gov.au>, Greg Lewis <glewis@eyesbeyond.com>, freebsd-java@FreeBSD.ORG
Subject:   Re: why linux-sun-jdk13 ?
Message-ID:  <3DC0D0EA.30303@vee.net>
In-Reply-To: <20021031162805.A35599@misty.eyesbeyond.com>
References:  <20021031162805.A35599@misty.eyesbeyond.com> <20021031162823.L90689-100000@squirm.dsto.defence.gov.au> <20021031063007.GA71137@grimoire.chen.org.nz>

next in thread | previous in thread | raw e-mail | index | archive | help


Jonathan Chen wrote:

> The correct way is with sysutils/portupgrade:
>
>     # portupgrade -m -DNATIVE_BOOTSTRAP jdk
>
> works for me every time.


And for even better user experience, add something like the following to 
your /usr/local/etc/pkgtools.conf file (only after you've installed the 
native port first):

   MAKE_ARGS = {
     'java/jdk13' => 'NATIVE_BOOTSTRAP=1',
     ...
   }

That way, you can just run:

   portupgrade jdk

But this is getting off-topic... :)

/mike

-- 
Mike Gratton <jabber:mjg@jabber.vee.net> <http://web.vee.net/>;
"fitter, healthier, and more productive /
like a pig in a cage on antibiotics." - Radiohead


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-java" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3DC0D0EA.30303>