aboutsummaryrefslogtreecommitdiffstats
path: root/java/linux-jdk/files/patch-ab
diff options
context:
space:
mode:
authorznerd <znerd@FreeBSD.org>2002-06-13 04:50:09 +0800
committerznerd <znerd@FreeBSD.org>2002-06-13 04:50:09 +0800
commit7d19f70466c0bdcaf11902da313161c50f30c491 (patch)
tree687cfcc90d99ac3f6caf7db4c840300d970d6ebb /java/linux-jdk/files/patch-ab
parent38ea1767a1e08f15ec6bbce65ec8113b454b9239 (diff)
downloadfreebsd-ports-gnome-7d19f70466c0bdcaf11902da313161c50f30c491.tar.gz
freebsd-ports-gnome-7d19f70466c0bdcaf11902da313161c50f30c491.tar.zst
freebsd-ports-gnome-7d19f70466c0bdcaf11902da313161c50f30c491.zip
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
Diffstat (limited to 'java/linux-jdk/files/patch-ab')
-rw-r--r--java/linux-jdk/files/patch-ab22
1 files changed, 0 insertions, 22 deletions
diff --git a/java/linux-jdk/files/patch-ab b/java/linux-jdk/files/patch-ab
deleted file mode 100644
index 91029806f724..000000000000
--- a/java/linux-jdk/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