diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-07-28 15:27:36 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-07-28 15:27:36 +0800 |
commit | 97debb568a1e9dbfb927d494f6e83c37e2b22d56 (patch) | |
tree | c007ff441db672732388bd020bea7524a31e6796 /www/squid26/files | |
parent | 9f84bf99d2a463298eb550b17f1a9ab7dc9f6ba6 (diff) | |
download | freebsd-ports-graphics-97debb568a1e9dbfb927d494f6e83c37e2b22d56.tar.gz freebsd-ports-graphics-97debb568a1e9dbfb927d494f6e83c37e2b22d56.tar.zst freebsd-ports-graphics-97debb568a1e9dbfb927d494f6e83c37e2b22d56.zip |
Update to the latest 2.3.STABLE4 version plus official patches.
PR: 20211
Submitted by: Naoki IDO <ido@hitachi-ms.co.jp>
Reviewed by: adrian
Diffstat (limited to 'www/squid26/files')
-rw-r--r-- | www/squid26/files/patch-ak | 35 | ||||
-rw-r--r-- | www/squid26/files/patch-al | 13 |
2 files changed, 24 insertions, 24 deletions
diff --git a/www/squid26/files/patch-ak b/www/squid26/files/patch-ak index 77563eb0b0f..58a168a5247 100644 --- a/www/squid26/files/patch-ak +++ b/www/squid26/files/patch-ak @@ -1,18 +1,17 @@ -*** /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 -- - dnl use .exe suffix for executables on cygwin32 platform - case "$host_os" in - cygwin32) ---- 19,24 ---- +--- configure.in Tue Jul 18 12:45:29 2000 ++++ configure.in.next Fri Jul 28 02:49:54 2000 +@@ -19,14 +19,6 @@ + REGEXLIB='' # -lregex + LIBREGEX='' # libregex.a + +-dnl use directory structure of cached as default (hack) +-if test "$libexecdir" = '${exec_prefix}/libexec' && +- test "$localstatedir" = '${prefix}/var'; then +- libexecdir='${bindir}' +- localstatedir='${prefix}' +- +-fi +- + dnl use .exe suffix for executables on cygwin32 platform + case "$host_os" in + cygwin32|os2) diff --git a/www/squid26/files/patch-al b/www/squid26/files/patch-al index 169be61b625..8134d8e05c9 100644 --- a/www/squid26/files/patch-al +++ b/www/squid26/files/patch-al @@ -1,15 +1,16 @@ ---- configure.orig Fri Feb 27 13:51:13 1998 -+++ configure Thu Mar 5 14:39:57 1998 -@@ -611,12 +611,6 @@ +--- configure Tue Jul 18 12:45:24 2000 ++++ configure.next Fri Jul 28 02:56:49 2000 +@@ -676,13 +676,6 @@ REGEXLIB='' # -lregex LIBREGEX='' # libregex.a --if test "$libexecdir" = '${exec_prefix}/libexec'; then +-if test "$libexecdir" = '${exec_prefix}/libexec' && +- test "$localstatedir" = '${prefix}/var'; then - libexecdir='${bindir}' - localstatedir='${prefix}' - -fi - case "$host_os" in - cygwin32) - exec_suffix=".exe" + cygwin32|os2) + exec_suffix=".exe" |