summaryrefslogtreecommitdiff
path: root/java/linux-blackdown-jdk12/files/patch-ab
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-blackdown-jdk12/files/patch-ab
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 'java/linux-blackdown-jdk12/files/patch-ab')
-rw-r--r--java/linux-blackdown-jdk12/files/patch-ab22
1 files changed, 0 insertions, 22 deletions
diff --git a/java/linux-blackdown-jdk12/files/patch-ab b/java/linux-blackdown-jdk12/files/patch-ab
deleted file mode 100644
index 91029806f724..000000000000
--- a/java/linux-blackdown-jdk12/files/patch-ab
+++ /dev/null
@@ -1,22 +0,0 @@
---- jre/bin/.java_wrapper.orig Fri Apr 12 17:03:39 2002
-+++ jre/bin/.java_wrapper Fri Apr 12 17:04:00 2002
-@@ -32,8 +32,8 @@
- # Resolve symlinks. See 4152645.
- while [ -L "$PRG" ]; do
- ls=`ls -ld "$PRG"`
-- link=`expr "$ls" : '.*-> \(.*\)$'`
-- if 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="`dirname $PRG`/$link"
-@@ -65,7 +65,7 @@
- # Select vm type (if classic vm, also select thread type).
- unset vmtype
- unset ttype
--DEFAULT_THREADS_FLAG=native
-+DEFAULT_THREADS_FLAG=green
- if [ "x$1" = "x-hotspot" ]; then
- vmtype=hotspot
- ttype=native_threads