Subject: Re: jdk1.3.1 supports alpha platform?
To: None <zephyr_qiu@anyware.com.cn>
From: mel kravitz <melk@switchpwr.com>
List: port-alpha
Date: 03/24/2003 13:26:22
Hi, 
Saw your post to netbsd list below:
just as su #echo "ACCEPTABLE_LICENSES+=jdk-license" >> /etc/mk.conf
or add it by hand to /etc/mk.conf
Then in /usr/pkgsrc/lang/jdk edit Makefile:
ONLY_FOR_PLATFORM=NetBSD-*-alpha (replaced -i386)
This works for me with jdk-1.1.8nb4 
#make && make install finishes with:
====>Registering installation for jdk-1.1.8nb4
-Mel



>Hi all,
>     Today, I want to build jdk1.3.1 from pkgsrc,but I am told that
>jdk1.3.1 does not support netbsd/alpha.
>     I want to know how to get jdk1.3.1 running on netbsd/alpha?
>     emul or build from pkgsrc?