diff options
author | phantom <phantom@FreeBSD.org> | 2005-01-20 16:41:13 +0800 |
---|---|---|
committer | phantom <phantom@FreeBSD.org> | 2005-01-20 16:41:13 +0800 |
commit | 16276c40aa0c46b706f9dc83b4bb1b0d807bff4a (patch) | |
tree | 84a51963e6755ed0e18ac66b105f4cf4f10e27be /java/jdk15/pkg-descr | |
parent | 2a5134ac93f8d2f4570efd419af5efbaada0c113 (diff) | |
download | freebsd-ports-gnome-16276c40aa0c46b706f9dc83b4bb1b0d807bff4a.tar.gz freebsd-ports-gnome-16276c40aa0c46b706f9dc83b4bb1b0d807bff4a.tar.zst freebsd-ports-gnome-16276c40aa0c46b706f9dc83b4bb1b0d807bff4a.zip |
Please welcome new participant of FreeBSD ports tree and Java ports
family -- first public patchset of native Sun JDK 1.5.0 port.
Most valuable addition of this patchset is native amd64 support.
And special thanks goes to Daniel Seuffert <ds@freeBSD.org> for
making it possible by providing amd64 hardware.
This patchset was tested on following configurations: i386/4.10,
i386/5.3, amd64/5.3. 5.3-RELEASE support is quite strong and
shown no huge visible problems over last week.
But even mentioning above note, keep in mind -- THIS IS ALPHA
PATCHSET and suitable for testers/developers ONLY!
Known issues are including (but for sure not limited to):
. Browser plugin support is missing
. JVMTI, JDWP and JMX are not tested yet
. FreeBSD i386/4.10 support is suffering from hidden memory
allocation failres (ideas and patches are welcome)
NOTE ABOUT BOOTSTRAPING: It's possible to bootstrap jdk 1.5.0 using
jdk 1.4.2 (either native or linux one). There's no need to have
java/linux_jdk15 installed and working.
Supported by: FreeBSD Foundation
Diffstat (limited to 'java/jdk15/pkg-descr')
-rw-r--r-- | java/jdk15/pkg-descr | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/jdk15/pkg-descr b/java/jdk15/pkg-descr index b80bb46b3141..9f83e1336535 100644 --- a/java/jdk15/pkg-descr +++ b/java/jdk15/pkg-descr @@ -1,5 +1,5 @@ -This is the latest patchset from the Java 2 FreeBSD porting project. This -port allows you to easily build a native JDK1.4.2 for FreeBSD. +This is the latest JDK 1.5.0 patchset from the Java 2 FreeBSD porting +project. This port allows you to easily build a native JDK1.5.0 for FreeBSD. Please note that due to the current Sun licensing policy the resulting binaries can't be distributed and you are only permitted to use/hack it personally. |