diff options
author | Alexey Zelkin <phantom@FreeBSD.org> | 2003-11-11 16:16:20 +0000 |
---|---|---|
committer | Alexey Zelkin <phantom@FreeBSD.org> | 2003-11-11 16:16:20 +0000 |
commit | 371e6b4b5ca3bcab33514c757c2d0ec4488ea1e5 (patch) | |
tree | cd8f00f5d006366077a79d4ba438bdb3d89305df /java/jdk16/files/testos.c | |
parent | Upgrade to 2.8.6 (diff) |
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.
Notes
Notes:
svn path=/head/; revision=93743
Diffstat (limited to 'java/jdk16/files/testos.c')
-rw-r--r-- | java/jdk16/files/testos.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/jdk16/files/testos.c b/java/jdk16/files/testos.c index e5c24160901d..d1e77573e86b 100644 --- a/java/jdk16/files/testos.c +++ b/java/jdk16/files/testos.c @@ -24,7 +24,7 @@ * SUCH DAMAGE. * * Test pthreads primitives for required functionality in order to run - * native FreeBSD JDK1.4.1 port. + * native FreeBSD JDK1.4.2 port. * * Returns: * 0 - test passed |