summaryrefslogtreecommitdiff
path: root/java/linux-sun-jdk12/files/patch-aa
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2007-12-12 03:13:45 +0000
committerMark Linimon <linimon@FreeBSD.org>2007-12-12 03:13:45 +0000
commit69711b97b5295ce69a0707c51f2c05f67c083b95 (patch)
treeafdd7d573035d92b1685661c58c796a85264eab4 /java/linux-sun-jdk12/files/patch-aa
parentUpdate to 1.3.0.20071108 (diff)
Remove obsolete JDK versions 1.1 and 1.2, and the ports depending on them.
Notes
Notes: svn path=/head/; revision=203125
Diffstat (limited to '')
-rw-r--r--java/linux-sun-jdk12/files/patch-aa15
1 files changed, 0 insertions, 15 deletions
diff --git a/java/linux-sun-jdk12/files/patch-aa b/java/linux-sun-jdk12/files/patch-aa
deleted file mode 100644
index 2923412b5348..000000000000
--- a/java/linux-sun-jdk12/files/patch-aa
+++ /dev/null
@@ -1,15 +0,0 @@
-$FreeBSD$
-
---- bin/.java_wrapper.orig Wed Mar 20 19:36:13 2002
-+++ bin/.java_wrapper Thu Jun 13 11:10:56 2002
-@@ -25,8 +25,8 @@
- # 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
-+ link=`/compat/linux/usr/bin/expr "$ls" : '.*-> \(.*\)$'`
-+ if /compat/linux/usr/bin/expr "$link" : '/' > /dev/null; then
- PRG="$link"
- else
- PRG="`/usr/bin/dirname $PRG`/$link"