diff options
author | glewis <glewis@FreeBSD.org> | 2003-11-21 23:02:35 +0800 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2003-11-21 23:02:35 +0800 |
commit | 07652aaa58544999d22f0e4df3d6e92a24487666 (patch) | |
tree | 10bf497db25f5f6a70f6ae8fe0dc541c57a39b1c /www | |
parent | e4dbc783d863d45243ebeb9a2d49e44a26621e48 (diff) | |
download | freebsd-ports-graphics-07652aaa58544999d22f0e4df3d6e92a24487666.tar.gz freebsd-ports-graphics-07652aaa58544999d22f0e4df3d6e92a24487666.tar.zst freebsd-ports-graphics-07652aaa58544999d22f0e4df3d6e92a24487666.zip |
. Remove unneeded patches.
Submitted by: Jean-Baptiste Quenot <jb.quenot@caraldi.com> (maintainer)
Diffstat (limited to 'www')
-rw-r--r-- | www/resin3/files/patch-apache2-install | 11 | ||||
-rw-r--r-- | www/resin3/files/patch-httpd.sh | 41 |
2 files changed, 0 insertions, 52 deletions
diff --git a/www/resin3/files/patch-apache2-install b/www/resin3/files/patch-apache2-install deleted file mode 100644 index 3092a1ae276..00000000000 --- a/www/resin3/files/patch-apache2-install +++ /dev/null @@ -1,11 +0,0 @@ ---- src/c/plugin/apache2/install.sh.orig Mon Sep 29 11:12:07 2003 -+++ src/c/plugin/apache2/install.sh Mon Sep 29 11:12:22 2003 -@@ -53,7 +53,7 @@ - - LoadModule caucho_module $LIBEXECDIR/mod_caucho.so - --ResinConfigHost localhost 6802 -+ResinConfigServer localhost 6802 - EOF - - fi diff --git a/www/resin3/files/patch-httpd.sh b/www/resin3/files/patch-httpd.sh deleted file mode 100644 index 9f67cb03dd9..00000000000 --- a/www/resin3/files/patch-httpd.sh +++ /dev/null @@ -1,41 +0,0 @@ ---- bin/httpd.sh.orig Tue Sep 23 00:54:37 2003 -+++ bin/httpd.sh Mon Sep 29 10:33:13 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 -@@ -68,15 +65,13 @@ - # - # ulimit -s 2048 - # --# 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 \ -+-pid /var/run/resin.pid \ -+-conf %%PREFIX%%/etc/resin.xml \ -+-chdir -name "$name" \ -+-class "$class" \ -+$args $*" \ -+> /dev/null \ -+&& echo -n '%%PKGNAMEPREFIX%%%%PORTNAME%% ' |