diff options
author | steve <steve@FreeBSD.org> | 1998-07-05 03:38:12 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-07-05 03:38:12 +0800 |
commit | dd5ef1310b8bfb6b309e7aceadc8774fb8800eb1 (patch) | |
tree | b92138cc12b38d649ad2cabec137ca1f13bd13f0 /www/boa/files | |
parent | 8d910a39a290d5795bfc55017403f7b4bf49b50a (diff) | |
download | freebsd-ports-gnome-dd5ef1310b8bfb6b309e7aceadc8774fb8800eb1.tar.gz freebsd-ports-gnome-dd5ef1310b8bfb6b309e7aceadc8774fb8800eb1.tar.zst freebsd-ports-gnome-dd5ef1310b8bfb6b309e7aceadc8774fb8800eb1.zip |
Initial import of boa version 0.92.
boa - high performance single-tasking web server
PR: 6718
Submitted by: andy@icc.surw.chel.su
Diffstat (limited to 'www/boa/files')
-rw-r--r-- | www/boa/files/patch-aa | 18 | ||||
-rw-r--r-- | www/boa/files/patch-ab | 11 |
2 files changed, 29 insertions, 0 deletions
diff --git a/www/boa/files/patch-aa b/www/boa/files/patch-aa new file mode 100644 index 000000000000..d9c88c48fb88 --- /dev/null +++ b/www/boa/files/patch-aa @@ -0,0 +1,18 @@ +--- src/Makefile Sat Dec 21 04:45:00 1996 ++++ /home/andy/tmp/wrk/src/Makefile Thu May 21 22:10:24 1998 +@@ -9,13 +9,13 @@ + + # Add -DVERBOSE_CGI_LOGS if you want logs of CGI program start and stop times + +-CMDARGS = -c -O2 ++CMDARGS = -c ${CFLAGS} + + # Change these if necessary + + YACC = bison -y + LEX = flex +-CC = gcc ++#CC = gcc + + all: boa + diff --git a/www/boa/files/patch-ab b/www/boa/files/patch-ab new file mode 100644 index 000000000000..ba89ddc650ff --- /dev/null +++ b/www/boa/files/patch-ab @@ -0,0 +1,11 @@ +--- src/defines.h Sun Dec 22 22:20:16 1996 ++++ /home/andy/tmp/wrk/src/defines.h Thu May 21 22:10:31 1998 +@@ -23,7 +23,7 @@ + + /***** Change this, or use -c on the command line to specify it *****/ + +-#define SERVER_ROOT "/usr/local/boa" ++#define SERVER_ROOT "/usr/local/www" + + /***** Various stuff that you may want to tweak, but probably shouldn't *****/ + |