summaryrefslogtreecommitdiff
path: root/lang/sun-jre13/patches
diff options
context:
space:
mode:
authortv <tv>2000-11-18 00:36:55 +0000
committertv <tv>2000-11-18 00:36:55 +0000
commitdbbb19cffc90235bc4cd9b0d105274c7918a81cc (patch)
tree92bb88945361e127bed1949d4862e603e644c8fd /lang/sun-jre13/patches
parent410e2f3cd7a3cf0041f36eef357726df7dc8b5e2 (diff)
downloadpkgsrc-dbbb19cffc90235bc4cd9b0d105274c7918a81cc.tar.gz
Packages for the Sun [Linux, for now] port of the JDK/JRE 1.3.0.
Diffstat (limited to 'lang/sun-jre13/patches')
-rw-r--r--lang/sun-jre13/patches/patch-aa22
-rw-r--r--lang/sun-jre13/patches/patch-ab13
2 files changed, 35 insertions, 0 deletions
diff --git a/lang/sun-jre13/patches/patch-aa b/lang/sun-jre13/patches/patch-aa
new file mode 100644
index 00000000000..ed74863f0bf
--- /dev/null
+++ b/lang/sun-jre13/patches/patch-aa
@@ -0,0 +1,22 @@
+$NetBSD: patch-aa,v 1.1.1.1 2000/11/18 00:36:55 tv Exp $
+
+--- bin/.java_wrapper.orig Mon Sep 18 21:05:19 2000
++++ bin/.java_wrapper Fri Nov 17 18:15:26 2000
+@@ -28,17 +28,6 @@
+ ;;
+ esac
+
+-# Resolve symlinks. See 4152645.
+-while [ -L "$PRG" ]; do
+- ls=`/bin/ls -ld "$PRG"`
+- link=`/usr/bin/expr "$ls" : '.*-> \(.*\)$'`
+- if /usr/bin/expr "$link" : '/' > /dev/null; then
+- PRG="$link"
+- else
+- PRG="`/usr/bin/dirname $PRG`/$link"
+- fi
+-done
+-
+ APPHOME=`dirname "$PRG"`/..
+ JREHOME=$APPHOME/jre
+
diff --git a/lang/sun-jre13/patches/patch-ab b/lang/sun-jre13/patches/patch-ab
new file mode 100644
index 00000000000..aa04a1d7282
--- /dev/null
+++ b/lang/sun-jre13/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1.1.1 2000/11/18 00:36:55 tv Exp $
+
+--- lib/jvm.cfg.orig Fri Nov 17 18:15:58 2000
++++ lib/jvm.cfg Fri Nov 17 18:16:08 2000
+@@ -8,7 +8,7 @@
+ # List of JVMs that can be used as the first option to java, javac, etc.
+ # Order is important -- first in this list is the default JVM.
+ #
++-classic
+ -client
+ -hotspot
+ -server
+--classic