summaryrefslogtreecommitdiff
path: root/lang/sun-jre13/patches
diff options
context:
space:
mode:
authorskrll <skrll>2001-06-12 16:31:45 +0000
committerskrll <skrll>2001-06-12 16:31:45 +0000
commite52fe9a724e44db47639e92ed500e2d181c90841 (patch)
tree29352fdf28873f7bfa79b367e8d3896cf36b1cd4 /lang/sun-jre13/patches
parent6d8e7e199de05b4a1cc503a2639d562add779366 (diff)
downloadpkgsrc-e52fe9a724e44db47639e92ed500e2d181c90841.tar.gz
Update to 1.3.1
Changes can be viewed at http://java.sun.com/j2se/1.3/relnotes.html
Diffstat (limited to 'lang/sun-jre13/patches')
-rw-r--r--lang/sun-jre13/patches/patch-aa16
1 files changed, 8 insertions, 8 deletions
diff --git a/lang/sun-jre13/patches/patch-aa b/lang/sun-jre13/patches/patch-aa
index ed74863f0bf..6c19b982aba 100644
--- a/lang/sun-jre13/patches/patch-aa
+++ b/lang/sun-jre13/patches/patch-aa
@@ -1,19 +1,19 @@
-$NetBSD: patch-aa,v 1.1.1.1 2000/11/18 00:36:55 tv Exp $
+$NetBSD: patch-aa,v 1.2 2001/06/12 16:31:47 skrll 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 @@
+--- bin/.java_wrapper.orig Sun May 6 11:15:57 2001
++++ bin/.java_wrapper
+@@ -31,17 +31,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
+- ls=`ls -ld "$PRG"`
+- link=`expr "$ls" : '.*-> \(.*\)$'`
+- if expr "$link" : '/' > /dev/null; then
- PRG="$link"
- else
-- PRG="`/usr/bin/dirname $PRG`/$link"
+- PRG="`dirname $PRG`/$link"
- fi
-done
-