pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang this stuff is NetBSD-specific, and not needed on ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e4352df801ed
branches:  trunk
changeset: 459888:e4352df801ed
user:      grant <grant%pkgsrc.org@localhost>
date:      Mon Aug 11 01:24:11 2003 +0000

description:
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.

diffstat:

 lang/sun-jdk14/MESSAGE        |  29 -----------------------------
 lang/sun-jdk14/MESSAGE.NetBSD |  29 +++++++++++++++++++++++++++++
 lang/sun-jre14/MESSAGE        |  24 ------------------------
 lang/sun-jre14/MESSAGE.NetBSD |  24 ++++++++++++++++++++++++
 4 files changed, 53 insertions(+), 53 deletions(-)

diffs (122 lines):

diff -r e43d00f7c230 -r e4352df801ed lang/sun-jdk14/MESSAGE
--- a/lang/sun-jdk14/MESSAGE    Sun Aug 10 23:59:55 2003 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,29 +0,0 @@
-===========================================================================
-$NetBSD: MESSAGE,v 1.8 2003/08/10 23:59:55 christos Exp $
-
-In order to be able to run the JVM, you will need to compile your kernel
-with the following options:
-
-makeoptions     TEXTADDR=d0100000
-options         KERNBASE_LOCORE=0xd0000000
-options         COMPAT_LINUX
-
-Your kernel needs to be build from current sources later than 2003-08-09.
-Otherwise, jdk will fail to run properly on programs that can throw
-NullPointerExceptions.
-
-Furthermore, the data segment size set by your shell's 'ulimit' builtin must
-be at least 131204 -- please refer to your shell's manual page for details.
-
-You may want to read
-
-       ${PREFIX}/README
-
-for details about running this JDK.  In a nutshell you may want to set the
-following in your shell environment:
-
-       CLASSPATH to ${PREFIX}/src.zip:.
-       JAVA_HOME to ${PREFIX}
-       PATH to include ${PREFIX}/bin
-
-===========================================================================
diff -r e43d00f7c230 -r e4352df801ed lang/sun-jdk14/MESSAGE.NetBSD
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/sun-jdk14/MESSAGE.NetBSD     Mon Aug 11 01:24:11 2003 +0000
@@ -0,0 +1,29 @@
+===========================================================================
+$NetBSD: MESSAGE.NetBSD,v 1.1 2003/08/11 01:24:11 grant Exp $
+
+In order to be able to run the JVM, you will need to compile your kernel
+with the following options:
+
+makeoptions     TEXTADDR=d0100000
+options         KERNBASE_LOCORE=0xd0000000
+options         COMPAT_LINUX
+
+Your kernel needs to be build from current sources later than 2003-08-09.
+Otherwise, jdk will fail to run properly on programs that can throw
+NullPointerExceptions.
+
+Furthermore, the data segment size set by your shell's 'ulimit' builtin must
+be at least 131204 -- please refer to your shell's manual page for details.
+
+You may want to read
+
+       ${PREFIX}/README
+
+for details about running this JDK.  In a nutshell you may want to set the
+following in your shell environment:
+
+       CLASSPATH to ${PREFIX}/src.zip:.
+       JAVA_HOME to ${PREFIX}
+       PATH to include ${PREFIX}/bin
+
+===========================================================================
diff -r e43d00f7c230 -r e4352df801ed lang/sun-jre14/MESSAGE
--- a/lang/sun-jre14/MESSAGE    Sun Aug 10 23:59:55 2003 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,24 +0,0 @@
-===========================================================================
-$NetBSD: MESSAGE,v 1.7 2003/08/10 23:23:27 jschauma Exp $
-
-In order to be able to run the JVM, you will need to compile your kernel
-with the following options:
-
-makeoptions    TEXTADDR=d0100000
-options                KERNBASE_LOCORE=0xd0000000
-options                COMPAT_LINUX
-
-Furthermore, the data segment size set by your shell's 'ulimit' builtin must
-be at least 131204 -- please refer to your shell's manual page for details.
-
-You may want to read
-
-       ${PREFIX}/README
-
-for details about running this JDK.  In a nutshell you may want to set the
-following in your shell environment:
-
-       JAVA_HOME to ${PREFIX}
-       PATH to include ${PREFIX}/bin
-
-===========================================================================
diff -r e43d00f7c230 -r e4352df801ed lang/sun-jre14/MESSAGE.NetBSD
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/sun-jre14/MESSAGE.NetBSD     Mon Aug 11 01:24:11 2003 +0000
@@ -0,0 +1,24 @@
+===========================================================================
+$NetBSD: MESSAGE.NetBSD,v 1.1 2003/08/11 01:24:12 grant Exp $
+
+In order to be able to run the JVM, you will need to compile your kernel
+with the following options:
+
+makeoptions    TEXTADDR=d0100000
+options                KERNBASE_LOCORE=0xd0000000
+options                COMPAT_LINUX
+
+Furthermore, the data segment size set by your shell's 'ulimit' builtin must
+be at least 131204 -- please refer to your shell's manual page for details.
+
+You may want to read
+
+       ${PREFIX}/README
+
+for details about running this JDK.  In a nutshell you may want to set the
+following in your shell environment:
+
+       JAVA_HOME to ${PREFIX}
+       PATH to include ${PREFIX}/bin
+
+===========================================================================



Home | Main Index | Thread Index | Old Index