diff options
author | peter <peter@FreeBSD.org> | 1998-02-08 03:39:06 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1998-02-08 03:39:06 +0000 |
commit | 21070122e8d4417946c22b9a1733011a21f674e4 (patch) | |
tree | 6a686fa521d05488ae2d23f416f08b9ffe640c0c /www/squid24/files | |
parent | f2dc05f406fa754ac64a26d62bb008390136adc9 (diff) | |
download | FreeBSD-ports-21070122e8d4417946c22b9a1733011a21f674e4.zip FreeBSD-ports-21070122e8d4417946c22b9a1733011a21f674e4.tar.gz |
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>
Diffstat (limited to 'www/squid24/files')
-rw-r--r-- | www/squid24/files/patch-ak | 18 | ||||
-rw-r--r-- | www/squid24/files/patch-al | 17 |
2 files changed, 35 insertions, 0 deletions
diff --git a/www/squid24/files/patch-ak b/www/squid24/files/patch-ak new file mode 100644 index 0000000..fa22711 --- /dev/null +++ b/www/squid24/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/squid24/files/patch-al b/www/squid24/files/patch-al new file mode 100644 index 0000000..c770bfd --- /dev/null +++ b/www/squid24/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 ---- |