diff options
author | phantom <phantom@FreeBSD.org> | 2003-11-12 00:16:20 +0800 |
---|---|---|
committer | phantom <phantom@FreeBSD.org> | 2003-11-12 00:16:20 +0800 |
commit | 2eee83dd722feaae57091815b6acf81691e4348a (patch) | |
tree | 7e3b74d9865ae4fcee474f4948cb7b7a126555ab /java/jdk14/pkg-descr | |
parent | 832febc042da97412afd051fe72b63f004e28daa (diff) | |
download | freebsd-ports-gnome-2eee83dd722feaae57091815b6acf81691e4348a.tar.gz freebsd-ports-gnome-2eee83dd722feaae57091815b6acf81691e4348a.tar.zst freebsd-ports-gnome-2eee83dd722feaae57091815b6acf81691e4348a.zip |
Update to 1.4.2p5.
Important changes since last patchset:
. jdk14 port is now JDK 1.4.2 based!
. JavaWS distributing with jdk
. Runway problem fixed (fork() is no more problem for java apps)
. Sound support updated
. IPv6 support overhauled
. Drag'n'Drop support fixed (require open-motif mods)
As for now there's no more outstanding issues with this port!
FreeBSD port is also got a important of changes:
. optimized setup is now default (to get debuging bins/libs use WITH_DEBUG)
. bootstrap jdk autodetection. If WITH_LINUX_BOOTSTRAP is not set, then
it checks all known to work JDKs installed. If nothing found, forces
to install of linux-sun-jdk14
. Because of above change there's no NATIVE_BOOTSTRAP option anymore. If
native jdk14 is installed, it will be used by default.
Diffstat (limited to 'java/jdk14/pkg-descr')
-rw-r--r-- | java/jdk14/pkg-descr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/jdk14/pkg-descr b/java/jdk14/pkg-descr index e3405a6f9a1a..b80bb46b3141 100644 --- a/java/jdk14/pkg-descr +++ b/java/jdk14/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.1 for FreeBSD. +port allows you to easily build a native JDK1.4.2 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. |