2004-10-17 09:25:15 by Rene Hexel | Files touched by this commit (1) |
Log message:
Always create empty .system.lock and .systemRootModFile (which randomly
seem not to get extracted by the auto extractor.
|
2004-10-09 23:20:33 by Steve Rumble | Files touched by this commit (2) |
Log message:
s/Development Kit/Runtime Environment/
|
2004-10-09 06:34:07 by Todd Vierling | Files touched by this commit (1) |
Log message:
Fix error in previous (one too many lines deleted from test version).
|
2004-10-09 06:19:10 by Todd Vierling | Files touched by this commit (5) |
Log message:
Class Data Sharing, while fast, is apparently also touchy. Do the
classes.jsa generation at the last possible moment, in the INSTALL script.
(Somewhere in the generated file is a hash of the pathname used to generate
it, and -Xshare:on failed with the classes.jsa generated in the build tree.)
|
2004-10-09 05:53:48 by Todd Vierling | Files touched by this commit (4) |
Log message:
1. Make the extractor compress the jarfiles. Sun has an annoying tendency
to store (mode-0) all classes in jarfiles, which in practice does *not*
provide any measureable speedup; rather, let's get back some diskspace.
2. Enable the new Class Data Sharing feature by doing a -Xshare:dump at
extract time and installing the resultant classes.jsa.
|
2004-10-06 18:44:52 by Todd Vierling | Files touched by this commit (4) |
Log message:
nb2:
Use a HEADER file for the excessively long SUPPORT_FILES as suggested
by jlam. (Dynamically generated and placed into HEADER_EXTRA_TMPL.)
Bring back the fontconfig.* SUPPORT_FILES.
Also enable the unlimited-strength JCE support, now that the support file
is available.
|
2004-10-06 03:42:35 by Todd Vierling | Files touched by this commit (3) |
Log message:
Too many SUPPORT_FILES must have overflowed shell args somewhere or similar
(on NetBSD 2.0_RC*, the generated .INSTALL ends up with an empty definition
of SUPPORT_FILES). Trim out the fontconfig.* files, for now.
|
2004-10-06 00:09:23 by Todd Vierling | Files touched by this commit (12) |
Log message:
Expand the JAVA_WRAPPERS definitions for the sun-j{re,dk}* packages.
This adds many commonly used tools to $PREFIX/bin, such as keytool,
rmiregistry, rmic, idlj, etc.
|
2004-10-05 23:36:15 by Todd Vierling | Files touched by this commit (1) |
Log message:
Split the $NetBSD$ tag in "makesfiles" so it's not expanded in-place here.
|
2004-10-01 00:35:11 by Rene Hexel | Files touched by this commit (1) |
Log message:
s/jre14/jre15/g
|