summaryrefslogtreecommitdiff
path: root/net/delegate/patches
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>2000-04-16 15:19:14 +0000
committerrh <rh@pkgsrc.org>2000-04-16 15:19:14 +0000
commit0b86444603d835dfbe395d9bad324e532447cb7d (patch)
tree1ce72b17dc4425d084ce9e3fefdb953d8e1346a2 /net/delegate/patches
parentd50c3a5baf97777a06e70915131b59cb2b1f4312 (diff)
downloadpkgsrc-0b86444603d835dfbe395d9bad324e532447cb7d.tar.gz
Update delegate to 6.1.7. Changes include numerous bug fixes,
support for SSI (Server Side Include) support, HTTP/1.1, DGROOT, LIBPATH, SocksV5 server, and lots more.
Diffstat (limited to 'net/delegate/patches')
-rw-r--r--net/delegate/patches/patch-ab8
-rw-r--r--net/delegate/patches/patch-ac14
-rw-r--r--net/delegate/patches/patch-ad29
3 files changed, 4 insertions, 47 deletions
diff --git a/net/delegate/patches/patch-ab b/net/delegate/patches/patch-ab
index 49461e00fc7..c530770cf89 100644
--- a/net/delegate/patches/patch-ab
+++ b/net/delegate/patches/patch-ab
@@ -1,13 +1,13 @@
-$NetBSD: patch-ab,v 1.1 1999/02/23 18:28:35 rh Exp $
+$NetBSD: patch-ab,v 1.2 2000/04/16 15:19:15 rh Exp $
---- /dev/null Tue Feb 23 03:26:24 1999
-+++ delegated.sh.template Tue Feb 23 16:15:33 1999
+--- /dev/null Sun Apr 16 13:06:24 2000
++++ delegated.sh.template Sun Apr 16 13:08:29 2000
@@ -0,0 +1,11 @@
+#!/bin/sh
+
+if [ -x __PREFIX__/sbin/delegated ]; then
+ __PREFIX__/sbin/delegated -P8080 \
-+ MANAGER=__MANAGER__ \
++ ADMIN=__ADMIN__ \
+ CHARCODE=JIS \
+ CACHEDIR=/var/spool/delegate/cache \
+ EXPIRE=7d \
diff --git a/net/delegate/patches/patch-ac b/net/delegate/patches/patch-ac
deleted file mode 100644
index 6e81c88b607..00000000000
--- a/net/delegate/patches/patch-ac
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-ac,v 1.2 1999/08/22 15:55:51 rh Exp $
-
---- doc/Manual.txt.orig Wed Jun 2 05:31:41 1999
-+++ doc/Manual.txt Sun Aug 22 17:05:59 1999
-@@ -1,9 +1,3 @@
--
--((((((( ``DeleGate Home Page'' is at http://wall.etl.go.jp/delegate/ )))))))
--((((((( Read http://wall.etl.go.jp/delegate/tutorial/ first. )))))))
--
-->>>>>>>>>>>>>>>>>>>>>>>>>>>>>> HALF DONE (^_^; <<<<<<<<<<<<<<<<<<<<<<<<<<<<<
--
- DELEGATED(8) MAINTENANCE COMMANDS DELEGATED(8)
-
- NAME
diff --git a/net/delegate/patches/patch-ad b/net/delegate/patches/patch-ad
deleted file mode 100644
index 0438f8e34bb..00000000000
--- a/net/delegate/patches/patch-ad
+++ /dev/null
@@ -1,29 +0,0 @@
-$NetBSD: patch-ad,v 1.3 2000/03/08 17:02:05 pooka Exp $
-
---- Makefile.orig Fri Nov 5 09:42:28 1999
-+++ Makefile Wed Mar 8 18:14:30 2000
-@@ -21,8 +21,8 @@
-
- FILES = $(FILEC) $(MIME)
-
--MKMKMK = mkmkmk.exe
--MKMAKE = mkmake.exe
-+MKMKMK = ./mkmkmk.exe
-+MKMAKE = ./mkmake.exe
-
- HDRDIRS = -I../include $(CFLAGS)
- LIBDIRS = -L../lib
-@@ -32,12 +32,7 @@
- SHELL="$(SHELL)" HDRDIRS="$(HDRDIRS)" LIBDIRS="$(LIBDIRS)"
-
- $(MKMAKE): Makefile mkmkmk.c maker/mkmake.c
-- $(CC) -DMKMKMK -DDEFCC=\"$(CC)\" $(HDRDIRS) $(LIBDIRS) mkmkmk.c -o $(MKMKMK)
-- @echo "-----------------------------------------------------------------"
-- @echo "This Makefile assumes '.' is included in your PATH environment."
-- @echo "If the following rule failed in '$(MKMKMK): not found'"
-- @echo "retry like this >>>>>>>> $(MAKE) "PATH=\".:\$$PATH\"
-- @echo "-----------------------------------------------------------------"
-+ $(CC) -DMKMKMK -DDEFCC='"$(CC)"' $(HDRDIRS) $(LIBDIRS) mkmkmk.c -o $(MKMKMK)
- $(MKMKMK) -mkmkmk "$(CC)" $(HDRDIRS) $(LIBDIRS) maker/mkmake.c -o $@
-
- files:; @echo $(FILES)