summaryrefslogtreecommitdiff
path: root/java/linux-jdk/files/patch-aa
diff options
context:
space:
mode:
authorErnst de Haan <znerd@FreeBSD.org>2002-06-12 20:50:09 +0000
committerErnst de Haan <znerd@FreeBSD.org>2002-06-12 20:50:09 +0000
commita0291600cc6f18ac2e5a35cdbd4331ccd9ca1720 (patch)
tree56388664b690b69b045753d7898d7f3dcb0954af /java/linux-jdk/files/patch-aa
parentdon't include malloc.h (diff)
Unification of JDK port names.
ports/java/Makefile Matches new names and locations of JDK ports. Checked sorting. ports/java/jdk All files removed from CVS. This port is moved to java/jdk11. Checked that the repocopy was okay. ports/java/jdk12-beta All files removed from CVS. This port is moved to java/jdk12. Checked that the repocopy was okay. ports/java/linux-jdk All files removed from CVS. This port is moved to java/linux-blackdown-jdk12. Checked that the repocopy was okay. ports/java/linux-jdk13 All files removed from CVS. This port is moved to java/linux-sun-jdk13. Checked that the repocopy was okay. ports/java/linux-jdk14 All files removed from CVS. This port is moved to java/linux-sun-jdk14. Checked that the repocopy was okay. PR: 27358
Notes
Notes: svn path=/head/; revision=61172
Diffstat (limited to 'java/linux-jdk/files/patch-aa')
-rw-r--r--java/linux-jdk/files/patch-aa22
1 files changed, 0 insertions, 22 deletions
diff --git a/java/linux-jdk/files/patch-aa b/java/linux-jdk/files/patch-aa
deleted file mode 100644
index 9f6c6b8dd4bb..000000000000
--- a/java/linux-jdk/files/patch-aa
+++ /dev/null
@@ -1,22 +0,0 @@
---- bin/.java_wrapper.orig Fri Apr 12 17:03:39 2002
-+++ 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