summaryrefslogtreecommitdiff
path: root/www/squid30/patches/patch-af
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2008-09-12 15:05:57 +0000
committertaca <taca@pkgsrc.org>2008-09-12 15:05:57 +0000
commit1a9535b4cd185275fe607765f3eac46b30a79d94 (patch)
tree9fc9db8228fa13a8e6067fc3cc1bf14449499a8c /www/squid30/patches/patch-af
parent354fed3b283caac9e3825c016455f4e687c6babd (diff)
downloadpkgsrc-1a9535b4cd185275fe607765f3eac46b30a79d94.tar.gz
Importing squid-3.0.9 (3.0.STABLE9) package as www/squid30, handles
PR pkg/39188. New feature with Squid 3.0. * Code converted to C++, with significant internal restructuring and rewrites. * ICAP implementation (RFC 3507 and www.icap-forum.org) * Edge Side Includes (ESI) implementation (www.esi.org) Missing feature from squid 2.6 * refresh_stale_hit option. Not yet ported. * ability to follow X-Forwarded-For. Not yet ported. * Full caching of Vary/ETag using If-None-Match. Only basic Vary cache supported. Not yet ported. * Mapping of server error messages. Not yet ported. * http_access2 access directive. Not yet ported. * Location header rewrites. Not yet ported. * wais_relay. Feature dropped as it's equivalent to cache_peer + cache_peer_access. * urlgroup. Not yet ported. * collapsed forwarding. Not yet ported. * stable Windows support. Irregularly maintained. Currently, COSS backend support isn't available, too.
Diffstat (limited to 'www/squid30/patches/patch-af')
-rw-r--r--www/squid30/patches/patch-af24
1 files changed, 24 insertions, 0 deletions
diff --git a/www/squid30/patches/patch-af b/www/squid30/patches/patch-af
new file mode 100644
index 00000000000..49a0c139291
--- /dev/null
+++ b/www/squid30/patches/patch-af
@@ -0,0 +1,24 @@
+$NetBSD: patch-af,v 1.1.1.1 2008/09/12 15:05:57 taca Exp $
+
+--- include/autoconf.h.in.orig 2008-06-22 12:35:50.000000000 +0900
++++ include/autoconf.h.in
+@@ -294,6 +294,9 @@
+ /* Define to 1 if you have the `lrand48' function. */
+ #undef HAVE_LRAND48
+
++/* Define if you have the <machine/byte_swap.h> header file. */
++#undef HAVE_MACHINE_BYTE_SWAP_H
++
+ /* Define to 1 if you have the `mallinfo' function. */
+ #undef HAVE_MALLINFO
+
+@@ -381,6 +384,9 @@
+ /* Define to 1 if you have the <net/pfvar.h> header file. */
+ #undef HAVE_NET_PFVAR_H
+
++/* Define to 1 if you have the <net/pf/pfvar.h> header file. */
++#undef HAVE_NET_PF_PFVAR_H
++
+ /* Define to 1 if you have the <nss_common.h> header file. */
+ #undef HAVE_NSS_COMMON_H
+