diff options
author | glewis <glewis@FreeBSD.org> | 2003-11-21 23:03:32 +0800 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2003-11-21 23:03:32 +0800 |
commit | b5afac6e67981302fa1fb8b5e1e70d084a05662c (patch) | |
tree | 052ef1f57da4c0f975d322f776cd0b04eaaa12d5 /www/resin2 | |
parent | 07652aaa58544999d22f0e4df3d6e92a24487666 (diff) | |
download | freebsd-ports-gnome-b5afac6e67981302fa1fb8b5e1e70d084a05662c.tar.gz freebsd-ports-gnome-b5afac6e67981302fa1fb8b5e1e70d084a05662c.tar.zst freebsd-ports-gnome-b5afac6e67981302fa1fb8b5e1e70d084a05662c.zip |
. Removed unneeded patch files.
Submitted by: Jean-Baptiste Quenot <jb.quenot@caraldi.com>
Diffstat (limited to 'www/resin2')
-rw-r--r-- | www/resin2/files/patch-httpd.sh | 34 | ||||
-rw-r--r-- | www/resin2/files/patch-install-apache | 10 | ||||
-rw-r--r-- | www/resin2/files/patch-install-apache2 | 11 |
3 files changed, 0 insertions, 55 deletions
diff --git a/www/resin2/files/patch-httpd.sh b/www/resin2/files/patch-httpd.sh deleted file mode 100644 index 0eb3b58dd55b..000000000000 --- a/www/resin2/files/patch-httpd.sh +++ /dev/null @@ -1,34 +0,0 @@ ---- bin/httpd.sh.orig Tue Apr 15 23:28:50 2003 -+++ bin/httpd.sh Thu Jul 24 14:35:36 2003 -@@ -37,11 +37,8 @@ - # - # You can predefine JAVA_HOME and RESIN_HOME - # --# JAVA_HOME=/usr/java --# export JAVA_HOME --# --# RESIN_HOME=/usr/local/resin --# export RESIN_HOME -+export JAVA_HOME=%%JAVA_HOME%% -+export RESIN_HOME=%%PREFIX%%/%%PKGNAMEPREFIX%%%%PORTNAME%% - # - # Extra arguments to Java. If you're passing arguments to the JVM, you'll - # need to use -Jxxx. For example, args="-J-ms48m". You can modify -@@ -61,16 +58,4 @@ - # - perl=perl - --# --# trace script and simlinks to find thw wrapper --# --script=`/bin/ls -l $0 | awk '{ print $NF; }'` -- --while test -h "$script" --do -- script=`/bin/ls -l $script | awk '{ print $NF; }'` --done -- --bin=`dirname $script` -- --exec $perl $bin/wrapper.pl -chdir -name "$name" -class "$class" $args $* -+su -f -m www -c "exec $perl %%PREFIX%%/sbin/resinctl -conf %%PREFIX%%/etc/resin.xml -chdir -name "$name" -class "$class" $args $*" > /dev/null && echo -n '%%PKGNAMEPREFIX%%%%PORTNAME%% ' diff --git a/www/resin2/files/patch-install-apache b/www/resin2/files/patch-install-apache deleted file mode 100644 index 42482c94dc9a..000000000000 --- a/www/resin2/files/patch-install-apache +++ /dev/null @@ -1,10 +0,0 @@ ---- src/c/plugin/apache/install.sh.orig Fri Jul 25 15:34:33 2003 -+++ src/c/plugin/apache/install.sh Fri Jul 25 15:35:53 2003 -@@ -51,6 +51,6 @@ - - LoadModule caucho_module $LIBEXECDIR/mod_caucho.so - --CauchoConfigFile $RESIN_HOME/conf/resin.conf -+CauchoConfigFile %%PREFIX%%/etc/resin.xml - EOF - fi diff --git a/www/resin2/files/patch-install-apache2 b/www/resin2/files/patch-install-apache2 deleted file mode 100644 index 98d826a6c83f..000000000000 --- a/www/resin2/files/patch-install-apache2 +++ /dev/null @@ -1,11 +0,0 @@ ---- src/c/plugin/apache2/install.sh.orig Fri Jul 25 15:34:39 2003 -+++ src/c/plugin/apache2/install.sh Fri Jul 25 15:35:53 2003 -@@ -51,7 +51,7 @@ - - LoadModule caucho_module $LIBEXECDIR/mod_caucho.so - --CauchoConfigFile $RESIN_HOME/conf/resin.conf -+CauchoConfigFile %%PREFIX%%/etc/resin.xml - EOF - - fi |