diff options
author | Peter Wemm <peter@FreeBSD.org> | 1998-03-05 06:43:06 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 1998-03-05 06:43:06 +0000 |
commit | 5f825c7ab91f8ce01b832eca6fb74c8314d53a8d (patch) | |
tree | ddda0232c4df3d2105553cc7e7e9043ba1a12a5b /www/squid25/files/patch-al | |
parent | c7fa8d3b55eb4b3c0471998719214f941cba396d (diff) |
Update squid1.2.beta14 -> beta16.
Note: the b14 -> b15 change will loose your cache unless you take
the steps on http://squid.nlanr.net/ to recover it.
Read the Changelog for details, this is a fairly large update.
Notes
Notes:
svn path=/head/; revision=10048
Diffstat (limited to 'www/squid25/files/patch-al')
-rw-r--r-- | www/squid25/files/patch-al | 32 |
1 files changed, 15 insertions, 17 deletions
diff --git a/www/squid25/files/patch-al b/www/squid25/files/patch-al index c770bfd3b646..f2c7969ff964 100644 --- a/www/squid25/files/patch-al +++ b/www/squid25/files/patch-al @@ -1,17 +1,15 @@ -*** /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 ---- +--- configure.orig Fri Feb 27 13:51:13 1998 ++++ configure Thu Mar 5 14:39:57 1998 +@@ -611,12 +611,6 @@ + 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 |