From a0291600cc6f18ac2e5a35cdbd4331ccd9ca1720 Mon Sep 17 00:00:00 2001 From: Ernst de Haan Date: Wed, 12 Jun 2002 20:50:09 +0000 Subject: 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 --- java/linux-jdk13/files/patch-ab | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 java/linux-jdk13/files/patch-ab (limited to 'java/linux-jdk13/files/patch-ab') diff --git a/java/linux-jdk13/files/patch-ab b/java/linux-jdk13/files/patch-ab deleted file mode 100644 index 484f62cdff09..000000000000 --- a/java/linux-jdk13/files/patch-ab +++ /dev/null @@ -1,13 +0,0 @@ ---- jre/bin/.java_wrapper.orig Fri May 25 14:39:58 2001 -+++ jre/bin/.java_wrapper Fri May 25 14:42:25 2001 -@@ -34,8 +34,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" -- cgit v1.2.3