summaryrefslogtreecommitdiff
path: root/www/apache22
diff options
context:
space:
mode:
authorClement Laforet <clement@FreeBSD.org>2006-05-10 19:47:15 +0000
committerClement Laforet <clement@FreeBSD.org>2006-05-10 19:47:15 +0000
commit71b1a5bb72ab9311fbbbc7e8740290546100fa90 (patch)
tree59dea5e529a3df8ddb43a3421c7caf35a38d02c6 /www/apache22
parentMove the cairo programming reference to the cairo-reference port. (diff)
- Remove obsolete patch which add support to Windows Update Service when
apache acts as a proxy. Reported by: Bjoern Voigt <bjoern@cs.tu-berlin.de>
Notes
Notes: svn path=/head/; revision=162008
Diffstat (limited to 'www/apache22')
-rw-r--r--www/apache22/Makefile4
-rw-r--r--www/apache22/Makefile.doc2
-rw-r--r--www/apache22/files/exp-windowsupdate.patch11
3 files changed, 0 insertions, 17 deletions
diff --git a/www/apache22/Makefile b/www/apache22/Makefile
index 79d186282944..aca259c2d01e 100644
--- a/www/apache22/Makefile
+++ b/www/apache22/Makefile
@@ -74,10 +74,6 @@ WITH_MPM?= prefork # or worker, perchild, threadpool, event
WITH_HTTP_PORT?= 80
-.if defined (WITH_WINDOWSUPDATEFIX)
-EXTRA_PATCHES+= ${FILESDIR}/exp-windowsupdate.patch
-.endif
-
.if defined(WITHOUT_IPV6)
CONFIGURE_ARGS+= --disable-ipv6
.else
diff --git a/www/apache22/Makefile.doc b/www/apache22/Makefile.doc
index d5994c6e0db5..923bb4048d61 100644
--- a/www/apache22/Makefile.doc
+++ b/www/apache22/Makefile.doc
@@ -69,8 +69,6 @@
## Optionnal patches:
## WITH_EXPERIMENTAL_PATCHES Add performance patches (generally backported
## from apr/httpd CVS)
-## WITH_WINDOWSUPDATEFIX Add a fix to use apache as proxy with
-## Windows Update service.
##
## Available make targets:
## show-options: prints this message
diff --git a/www/apache22/files/exp-windowsupdate.patch b/www/apache22/files/exp-windowsupdate.patch
deleted file mode 100644
index 3f1306777100..000000000000
--- a/www/apache22/files/exp-windowsupdate.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- server/protocol.c.orig Tue Jun 29 08:21:28 2004
-+++ server/protocol.c Tue Jun 29 08:21:50 2004
-@@ -1248,7 +1248,7 @@
- * We can only set a C-L in the response header if we haven't already
- * sent any buckets on to the next output filter for this request.
- */
-- if (ctx->data_sent == 0 && eos) {
-+ if (ctx->data_sent == 0 && eos && !r->header_only) {
- ap_set_content_length(r, r->bytes_sent);
- }
-