aboutsummaryrefslogtreecommitdiff
path: root/www/apache-forrest/files/patch-src-resources-forrestbot-bin-forrestbot
diff options
context:
space:
mode:
Diffstat (limited to 'www/apache-forrest/files/patch-src-resources-forrestbot-bin-forrestbot')
-rw-r--r--www/apache-forrest/files/patch-src-resources-forrestbot-bin-forrestbot25
1 files changed, 0 insertions, 25 deletions
diff --git a/www/apache-forrest/files/patch-src-resources-forrestbot-bin-forrestbot b/www/apache-forrest/files/patch-src-resources-forrestbot-bin-forrestbot
deleted file mode 100644
index 88ab1d1259a2..000000000000
--- a/www/apache-forrest/files/patch-src-resources-forrestbot-bin-forrestbot
+++ /dev/null
@@ -1,25 +0,0 @@
---- src/resources/forrestbot/bin/forrestbot Sun Sep 14 12:56:20 2003
-+++ src/resources/forrestbot/bin/forrestbot.port Tue Oct 14 15:55:22 2003
-@@ -9,7 +9,13 @@
- JAVA_HOME=/System/Library/Frameworks/JavaVM.framework/Home
- fi
- ;;
-+ FreeBSD*) freebsd=true
-+ if [ -z "$JAVA_HOME" ] ; then
-+ JAVA_HOME=%%JAVA_HOME%%
-+ fi
-+ ;;
- esac
-+export JAVA_HOME
-
- # Try to determine the FORREST_HOME
- if [ -z "$FORREST_HOME" ] ; then
-@@ -46,7 +52,7 @@
- else
- FORRESTBOT_HOME="$FORREST_HOME/forrestbot"
- fi
--
-+export FORREST_HOME
-
- # set the ant file to use
- ANTFILE="$FORRESTBOT_HOME/forrestbot.build.xml"