Commit graph

7 commits

Author SHA1 Message Date
jmmv
337124ea4b Convert sun-{jre,jdk}14 to use java-env.mk. This implies that the
packages now install several wrappers under ${PREFIX}/bin to run the
binaries installed under ${JAVA_HOME}/bin easily.  While here, drop
the direct modification of PREFIX.  Bump PKGREVISION to 1.
2004-05-22 21:32:34 +00:00
jmmv
f5284eb55f As this needs a procfs mounted with the linux option, suggest /emul/linux/proc
as the mount point, instead of /proc.  This way, one can mount a regular (i.e,
w/o linux compatiblity) procfs under /proc.
2004-04-02 10:12:33 +00:00
lukem
a1d9d9dad0 sync to ../sun-jre14/MESSAGE.NetBSD rev 1.5:
A ulimit datasize of 131072 (128K) is too small; crank to 262144 (256K).
(Whilst 132096 (129K) does work for simple tests, it's better to be
conservative and suggest something that should work most of the time...)
2004-02-28 00:49:03 +00:00
jmc
e6e9dca233 Take out the CLASSPATH suggestion as it's
1. plain wrong (setting it to that will just cause compiles to explode in
   interesting ways as that's source, not .class files)
2. Not needed as it can infer the default CLASSPATH from JAVA_HOME
2004-02-06 01:31:05 +00:00
jschauma
973c1d9c96 Note that one needs procfs mounted with the 'linux' option, too. 2003-08-13 15:22:14 +00:00
grant
3c2dc5d707 wrap lines to <= 75 2003-08-11 01:25:48 +00:00
grant
c3190e319a this stuff is NetBSD-specific, and not needed on Linux, Solaris, or
likely any other platform, so move it to the platform specific
MESSAGE for NetBSD.
2003-08-11 01:24:11 +00:00
Renamed from lang/sun-jdk14/MESSAGE (Browse further)