summaryrefslogtreecommitdiff
path: root/java/jdk14/files/testos.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to 1.4.2p5.Alexey Zelkin2003-11-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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: svn path=/head/; revision=93743
* Add runtime test to check of required libc_r functionality. I.e. warnAlexey Zelkin2003-03-131-0/+81
people about requirement of libc_r updates as early as possible. Bump PORTREVISION Approved by: portmgr (kris) (implicitly) Notes: svn path=/head/; revision=77122