diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-02-28 07:50:46 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-02-28 07:50:46 +0000 |
commit | 6fcc268439233d51ca121e17d1ae5e56117313e4 (patch) | |
tree | a044c65796eb4bc21fb427fedd558566cb91356c /java/linux-blackdown-jre11/files/patch-aa | |
parent | - Update to 3.6 beta 5 (diff) |
2007-12-12 net-im/wildfire: Use net-im/openfire instead of this port
2008-01-20 www/gekko: This port is not being developed anymore. This was replaced by textmotion http://code.google.com/p/textmotion/
2008-01-20 www/gekko-modules: This port is not being developed anymore. This was replaced by textmotion http://code.google.com/p/textmotion/
2007-11-01 java/linux-blackdown-jre11: Obsolete version; Support for Java 1.1 is to be removed from the ports tree
2008-01-14 french/pluxml: no active development and known security vulnerabilities, see http://www.securityfocus.com/bid/24607/info for details
2008-01-14 french/pluxml-theme-bridge: pluxml is marked as deprecated
2008-01-14 french/pluxml-theme-snowxml: pluxml is marked as deprecated
2007-09-15 databases/pgbash: Last release in 2003, relies on outdated Postgre 7.3 and bash 2.05a
2007-11-01 audio/nogger: "just makes a humming noise""
Notes
Notes:
svn path=/head/; revision=208050
Diffstat (limited to 'java/linux-blackdown-jre11/files/patch-aa')
-rw-r--r-- | java/linux-blackdown-jre11/files/patch-aa | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/java/linux-blackdown-jre11/files/patch-aa b/java/linux-blackdown-jre11/files/patch-aa deleted file mode 100644 index 810c51eacfb0..000000000000 --- a/java/linux-blackdown-jre11/files/patch-aa +++ /dev/null @@ -1,45 +0,0 @@ -$FreeBSD$ - ---- bin/.java_wrapper.orig Mon Sep 18 18:08:12 2000 -+++ bin/.java_wrapper Mon Sep 29 11:21:39 2003 -@@ -7,19 +7,19 @@ - - # Set up default variable values if not supplied by the user. - --PRG=`type -p $0` >/dev/null 2>&1 -+PRG=$0 - # If PRG is a symlink, trace it to the real home directory - - while [ -L "$PRG" ] - do -- newprg=`expr "\`/bin/ls -l "$PRG"\`" : ".*$PRG -> \(.*\)"` -- expr "$newprg" : / >/dev/null || newprg="`dirname $PRG`/$newprg" -+ newprg=`/compat/linux/usr/bin/expr "\`/bin/ls -l "$PRG"\`" : ".*$PRG -> \(.*\)"` -+ /compat/linux/usr/bin/expr "$newprg" : / >/dev/null || newprg="`dirname $PRG`/$newprg" - PRG="$newprg" - done - - J_HOME=`dirname $PRG`/.. - progname=`basename $0` --ARCH=`arch` -+ARCH=`uname -m` - - # The default THREADS_TYPE is "green_threads". To change the default change - # the setting of the DEFAULT_THREADS_FLAG variable. The only valid values -@@ -87,8 +87,15 @@ - - export CLASSPATH - --LD_LIBRARY_PATH="$JAVA_HOME/lib/${ARCH}/$THREADS_TYPE:$LD_LIBRARY_PATH" -+if [ "x${LD_LIBRARY_PATH}" != "x" ]; then -+ LD_LIBRARY_PATH="$JAVA_HOME/lib/${ARCH}/$THREADS_TYPE:$LD_LIBRARY_PATH" -+else -+ LD_LIBRARY_PATH="$JAVA_HOME/lib/${ARCH}/$THREADS_TYPE" -+fi - export LD_LIBRARY_PATH -+ -+PATH="$JAVA_HOME/bin:$PATH" -+export PATH - - XFILESEARCHPATH="$JAVA_HOME/lib/locale/%L/%T/%N%C%S:$JAVA_HOME/lib/locale/%l/%T/%N%C%S:$JAVA_HOME/lib/locale/%T/%N%C%S:$JAVA_HOME/lib/locale/%L/%T/%N%S:$JAVA_HOME/lib/locale/%l/%T/%N%S:$JAVA_HOME/lib/locale/%T/%N%S:$XFILESEARCHPATH:%D" - export XFILESEARCHPATH |