From 21070122e8d4417946c22b9a1733011a21f674e4 Mon Sep 17 00:00:00 2001 From: peter Date: Sun, 8 Feb 1998 03:39:06 +0000 Subject: 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 --- www/squid30/files/patch-ak | 18 ++++++++++++++++++ www/squid30/files/patch-al | 17 +++++++++++++++++ 2 files changed, 35 insertions(+) create mode 100644 www/squid30/files/patch-ak create mode 100644 www/squid30/files/patch-al (limited to 'www/squid30/files') diff --git a/www/squid30/files/patch-ak b/www/squid30/files/patch-ak new file mode 100644 index 000000000000..fa227112193b --- /dev/null +++ b/www/squid30/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/squid30/files/patch-al b/www/squid30/files/patch-al new file mode 100644 index 000000000000..c770bfd3b646 --- /dev/null +++ b/www/squid30/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 ---- -- cgit