diff -ruN boa.orig/Makefile boa/Makefile --- boa.orig/Makefile Fri Mar 22 12:21:13 2002 +++ boa/Makefile Fri Mar 22 12:21:27 2002 @@ -6,7 +6,7 @@ # PORTNAME= boa -PORTVERSION= 0.94.12.r3 +PORTVERSION= 0.94.12.r5 CATEGORIES= www MASTER_SITES= http://www.boa.org/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/rc/} diff -ruN boa.orig/distinfo boa/distinfo --- boa.orig/distinfo Fri Mar 22 12:21:13 2002 +++ boa/distinfo Fri Mar 22 12:21:41 2002 @@ -1 +1 @@ -MD5 (boa-0.94.12rc3.tar.gz) = 7c0ac77a108f40c09d0341e2dc437cd4 +MD5 (boa-0.94.12rc5.tar.gz) = a0cdd4776a9034c1ee9e2483d2031f36 diff -ruN boa.orig/files/patch-ab boa/files/patch-ab --- boa.orig/files/patch-ab Fri Mar 22 12:21:13 2002 +++ boa/files/patch-ab Thu Jan 1 01:00:00 1970 @@ -1,20 +0,0 @@ ---- defines.h.orig Thu Nov 1 23:37:46 2001 -+++ defines.h Sun Feb 17 13:40:30 2002 -@@ -27,7 +27,7 @@ - /***** Change this, or use -c on the command line to specify it *****/ - - #ifndef SERVER_ROOT --#define SERVER_ROOT "/etc/boa" -+#define SERVER_ROOT "%%PREFIX%%/etc" - #endif - - /***** Various stuff that you may want to tweak, but probably shouldn't *****/ -@@ -44,7 +44,7 @@ - #define REQUEST_TIMEOUT 60 - - #define CGI_MIME_TYPE "application/x-httpd-cgi" --#define DEFAULT_PATH "/bin:/usr/bin:/usr/local/bin" -+#define DEFAULT_PATH "/bin:/usr/bin:%%PREFIX%%/bin" - - /***** CHANGE ANYTHING BELOW THIS LINE AT YOUR OWN PERIL *****/ - /***** You will probably introduce buffer overruns unless you know diff -ruN boa.orig/files/patch-boa.conf boa/files/patch-boa.conf --- boa.orig/files/patch-boa.conf Fri Mar 22 12:21:13 2002 +++ boa/files/patch-boa.conf Fri Mar 22 12:30:08 2002 @@ -1,5 +1,5 @@ ---- ../boa.conf.orig Wed Mar 6 23:50:40 2002 -+++ ../boa.conf Wed Mar 6 23:52:39 2002 +--- ../boa.conf.orig Fri Mar 22 12:25:29 2002 ++++ ../boa.conf Fri Mar 22 12:28:52 2002 @@ -108,7 +108,7 @@ # DocumentRoot: The root directory of the HTML documents. # Comment out to disable server non user files. @@ -18,7 +18,16 @@ # DirectoryCache: If DirectoryIndex doesn't exist, and DirectoryMaker # has been commented out, the the on-the-fly indexing of Boa can be used -@@ -183,5 +183,5 @@ +@@ -161,7 +161,7 @@ + + # CGIPath: The value of the $PATH environment variable given to CGI progs. + +-CGIPath /bin:/usr/bin:/usr/local/bin ++CGIPath /bin:/usr/bin:%%PREFIX%%/bin + + # SinglePostLimit: The maximum allowable number of bytes in + # a single POST. Default is normally 1MB. +@@ -190,5 +190,5 @@ # ScriptAlias: Maps a virtual path to a directory for serving scripts # Example: ScriptAlias /htbin/ /www/htbin/ diff -ruN boa.orig/files/patch-src::defines.h boa/files/patch-src::defines.h --- boa.orig/files/patch-src::defines.h Thu Jan 1 01:00:00 1970 +++ boa/files/patch-src::defines.h Fri Mar 22 12:32:36 2002 @@ -0,0 +1,11 @@ +--- defines.h.orig Fri Mar 22 12:30:45 2002 ++++ defines.h Fri Mar 22 12:31:58 2002 +@@ -27,7 +27,7 @@ + /***** Change this, or use -c on the command line to specify it *****/ + + #ifndef SERVER_ROOT +-#define SERVER_ROOT "/etc/boa" ++#define SERVER_ROOT "%%PREFIX%%/etc" + #endif + + /***** Change this via the CGIPath configuration value in boa.conf *****/