summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorjlam <jlam>2007-08-22 14:49:21 +0000
committerjlam <jlam>2007-08-22 14:49:21 +0000
commit00d5a4fd3c5181b99aa2fb7f340bcd14f9ba3d9b (patch)
treebe8706dbbe1b644004343f09c127794f1992e6df /lang
parent16f939d0e063cbaefe2e8ae56e16ae4cacb6c239 (diff)
downloadpkgsrc-00d5a4fd3c5181b99aa2fb7f340bcd14f9ba3d9b.tar.gz
Don't bother stating that we need COMPAT_LINUX, as the packages we
depend upon to supply the Linux shared libraries already tell the user this. The JDK packages also depend on the corresponding JRE package, so they don't need to show the same message -- keep the message with the JRE packages instead.
Diffstat (limited to 'lang')
-rw-r--r--lang/blackdown-jdk13/MESSAGE.NetBSD6
-rw-r--r--lang/blackdown-jre13/MESSAGE.NetBSD6
-rw-r--r--lang/sun-jdk14/MESSAGE.NetBSD22
-rw-r--r--lang/sun-jdk15/MESSAGE.NetBSD22
-rw-r--r--lang/sun-jdk6/MESSAGE.NetBSD22
-rw-r--r--lang/sun-jre14/MESSAGE.NetBSD20
-rw-r--r--lang/sun-jre15/MESSAGE.NetBSD20
-rw-r--r--lang/sun-jre6/MESSAGE.NetBSD20
8 files changed, 21 insertions, 117 deletions
diff --git a/lang/blackdown-jdk13/MESSAGE.NetBSD b/lang/blackdown-jdk13/MESSAGE.NetBSD
deleted file mode 100644
index 15d696d5008..00000000000
--- a/lang/blackdown-jdk13/MESSAGE.NetBSD
+++ /dev/null
@@ -1,6 +0,0 @@
-===========================================================================
-$NetBSD: MESSAGE.NetBSD,v 1.2 2002/09/24 12:30:06 wiz Exp $
-
-The Blackdown JDK requires COMPAT_LINUX in your kernel.
-
-===========================================================================
diff --git a/lang/blackdown-jre13/MESSAGE.NetBSD b/lang/blackdown-jre13/MESSAGE.NetBSD
deleted file mode 100644
index 7e887023961..00000000000
--- a/lang/blackdown-jre13/MESSAGE.NetBSD
+++ /dev/null
@@ -1,6 +0,0 @@
-===========================================================================
-$NetBSD: MESSAGE.NetBSD,v 1.2 2002/09/24 12:30:08 wiz Exp $
-
-The Blackdown JRE requires COMPAT_LINUX in your kernel.
-
-===========================================================================
diff --git a/lang/sun-jdk14/MESSAGE.NetBSD b/lang/sun-jdk14/MESSAGE.NetBSD
deleted file mode 100644
index a1a036887bb..00000000000
--- a/lang/sun-jdk14/MESSAGE.NetBSD
+++ /dev/null
@@ -1,22 +0,0 @@
-===========================================================================
-$NetBSD: MESSAGE.NetBSD,v 1.7 2004/05/22 21:32:34 jmmv Exp $
-
-In order to be able to run the JVM, you will need to compile your kernel
-with the following options:
-
-options COMPAT_LINUX
-
-Then, you need to add the following line to your /etc/fstab:
-
-procfs /emul/linux/proc procfs rw,linux
-
-Furthermore, the maximum data segment size assigned to your user must be
-at least 262144.
-
-You may want to read
-
- ${JAVA_HOME}/README
-
-for details about running this JDK.
-
-===========================================================================
diff --git a/lang/sun-jdk15/MESSAGE.NetBSD b/lang/sun-jdk15/MESSAGE.NetBSD
deleted file mode 100644
index 91e996307c1..00000000000
--- a/lang/sun-jdk15/MESSAGE.NetBSD
+++ /dev/null
@@ -1,22 +0,0 @@
-===========================================================================
-$NetBSD: MESSAGE.NetBSD,v 1.1.1.1 2004/09/30 23:47:19 rh Exp $
-
-In order to be able to run the JVM, you will need to compile your kernel
-with the following options:
-
-options COMPAT_LINUX
-
-Then, you need to add the following line to your /etc/fstab:
-
-procfs /emul/linux/proc procfs rw,linux
-
-Furthermore, the maximum data segment size assigned to your user must be
-at least 262144.
-
-You may want to read
-
- ${JAVA_HOME}/README
-
-for details about running this JDK.
-
-===========================================================================
diff --git a/lang/sun-jdk6/MESSAGE.NetBSD b/lang/sun-jdk6/MESSAGE.NetBSD
deleted file mode 100644
index 066691d3c36..00000000000
--- a/lang/sun-jdk6/MESSAGE.NetBSD
+++ /dev/null
@@ -1,22 +0,0 @@
-===========================================================================
-$NetBSD: MESSAGE.NetBSD,v 1.1 2007/02/18 19:11:26 tv Exp $
-
-In order to be able to run the JVM, you will need to compile your kernel
-with the following options:
-
-options COMPAT_LINUX
-
-Then, you need to add the following line to your /etc/fstab:
-
-procfs /emul/linux/proc procfs rw,linux
-
-Furthermore, the maximum data segment size assigned to your user must be
-at least 262144.
-
-You may want to read
-
- ${JAVA_HOME}/README
-
-for details about running this JDK.
-
-===========================================================================
diff --git a/lang/sun-jre14/MESSAGE.NetBSD b/lang/sun-jre14/MESSAGE.NetBSD
index a1a036887bb..a8c679a7251 100644
--- a/lang/sun-jre14/MESSAGE.NetBSD
+++ b/lang/sun-jre14/MESSAGE.NetBSD
@@ -1,22 +1,16 @@
===========================================================================
-$NetBSD: MESSAGE.NetBSD,v 1.7 2004/05/22 21:32:34 jmmv Exp $
+$NetBSD: MESSAGE.NetBSD,v 1.8 2007/08/22 14:49:24 jlam Exp $
-In order to be able to run the JVM, you will need to compile your kernel
-with the following options:
+In order to be able to run the JVM, you need to add the following line
+to your /etc/fstab:
-options COMPAT_LINUX
+ procfs /emul/linux/proc procfs rw,linux
-Then, you need to add the following line to your /etc/fstab:
+Furthermore, the maximum data segment size assigned to your user must
+be at least 262144.
-procfs /emul/linux/proc procfs rw,linux
-
-Furthermore, the maximum data segment size assigned to your user must be
-at least 262144.
-
-You may want to read
+You may want to read the following for details about running this JDK:
${JAVA_HOME}/README
-for details about running this JDK.
-
===========================================================================
diff --git a/lang/sun-jre15/MESSAGE.NetBSD b/lang/sun-jre15/MESSAGE.NetBSD
index 5ee1a4aa7e2..dfd76327ead 100644
--- a/lang/sun-jre15/MESSAGE.NetBSD
+++ b/lang/sun-jre15/MESSAGE.NetBSD
@@ -1,22 +1,16 @@
===========================================================================
-$NetBSD: MESSAGE.NetBSD,v 1.2 2006/08/21 12:27:37 gson Exp $
+$NetBSD: MESSAGE.NetBSD,v 1.3 2007/08/22 14:49:24 jlam Exp $
-In order to be able to run the JVM, you will need to compile your kernel
-with the following options:
+In order to be able to run the JVM, you need to add the following line
+to your /etc/fstab:
-options COMPAT_LINUX
+ procfs /emul/linux/proc procfs rw,linux
-Then, you need to add the following line to your /etc/fstab:
+Furthermore, the maximum data segment size assigned to your user must
+be at least 262144.
-procfs /emul/linux/proc procfs rw,linux
-
-Furthermore, the maximum data segment size assigned to your user must be
-at least 262144.
-
-You may want to read
+You may want to read the following for details about running this JDK:
${JAVA_HOME}/README
-for details about running this JRE.
-
===========================================================================
diff --git a/lang/sun-jre6/MESSAGE.NetBSD b/lang/sun-jre6/MESSAGE.NetBSD
index 8ff7444ee66..3bb350a3b9d 100644
--- a/lang/sun-jre6/MESSAGE.NetBSD
+++ b/lang/sun-jre6/MESSAGE.NetBSD
@@ -1,22 +1,16 @@
===========================================================================
-$NetBSD: MESSAGE.NetBSD,v 1.1 2007/02/18 19:11:27 tv Exp $
+$NetBSD: MESSAGE.NetBSD,v 1.2 2007/08/22 14:49:24 jlam Exp $
-In order to be able to run the JVM, you will need to compile your kernel
-with the following options:
+In order to be able to run the JVM, you need to add the following line
+to your /etc/fstab:
-options COMPAT_LINUX
+ procfs /emul/linux/proc procfs rw,linux
-Then, you need to add the following line to your /etc/fstab:
+Furthermore, the maximum data segment size assigned to your user must
+be at least 262144.
-procfs /emul/linux/proc procfs rw,linux
-
-Furthermore, the maximum data segment size assigned to your user must be
-at least 262144.
-
-You may want to read
+You may want to read the following for details about running this JDK:
${JAVA_HOME}/README
-for details about running this JRE.
-
===========================================================================