summaryrefslogtreecommitdiff
path: root/www/squid27/files
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1998-02-08 03:39:06 +0000
committerPeter Wemm <peter@FreeBSD.org>1998-02-08 03:39:06 +0000
commit25343123ce959b6d0ef11230b70f3618d8616ff1 (patch)
treec4ccbbb086043796b15eb0c809b871edce68114e /www/squid27/files
parentUpgrade to version 4.0.1 (diff)
Evan sent me a port update moments after I committed one. Pick out some
of the changes he's made.. (Although I'm not so sure about moving the cache to /var/spool/squid...) Reviewed by: Evan Champion <evanc@synapse.net>
Notes
Notes: svn path=/head/; revision=9624
Diffstat (limited to 'www/squid27/files')
-rw-r--r--www/squid27/files/patch-ak18
-rw-r--r--www/squid27/files/patch-al17
2 files changed, 35 insertions, 0 deletions
diff --git a/www/squid27/files/patch-ak b/www/squid27/files/patch-ak
new file mode 100644
index 000000000000..fa227112193b
--- /dev/null
+++ b/www/squid27/files/patch-ak
@@ -0,0 +1,18 @@
+*** /tmp/configure.in Sat Feb 7 21:20:29 1998
+--- configure.in Sat Feb 7 21:24:48 1998
+***************
+*** 19,31 ****
+ REGEXLIB='' # -lregex
+ LIBREGEX='' # libregex.a
+
+- dnl use directory structure of cached as default (hack)
+- if test "$libexecdir" = '${exec_prefix}/libexec'; then
+- libexecdir='${bindir}'
+- localstatedir='${prefix}'
+-
+- fi
+-
+ if test -z "$CACHE_HTTP_PORT"; then
+ CACHE_HTTP_PORT="3128"
+ fi
+--- 19,24 ----
diff --git a/www/squid27/files/patch-al b/www/squid27/files/patch-al
new file mode 100644
index 000000000000..c770bfd3b646
--- /dev/null
+++ b/www/squid27/files/patch-al
@@ -0,0 +1,17 @@
+*** /tmp/configure Sat Feb 7 21:20:29 1998
+--- configure Sat Feb 7 21:24:51 1998
+***************
+*** 608,619 ****
+ REGEXLIB='' # -lregex
+ LIBREGEX='' # libregex.a
+
+- if test "$libexecdir" = '${exec_prefix}/libexec'; then
+- libexecdir='${bindir}'
+- localstatedir='${prefix}'
+-
+- fi
+-
+ if test -z "$CACHE_HTTP_PORT"; then
+ CACHE_HTTP_PORT="3128"
+ fi
+--- 608,613 ----