diff options
author | peter <peter@FreeBSD.org> | 2001-01-05 18:41:15 +0800 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2001-01-05 18:41:15 +0800 |
commit | 9b8c6811dcd12311ea60eae58bccb7f920cf3802 (patch) | |
tree | 976560f7d90ec0c058d96b89759c737d3ad335ba /www/squid24 | |
parent | 3e86216dbe286f0d6ff40f452015b536e5b9e3dc (diff) | |
download | freebsd-ports-gnome-9b8c6811dcd12311ea60eae58bccb7f920cf3802.tar.gz freebsd-ports-gnome-9b8c6811dcd12311ea60eae58bccb7f920cf3802.tar.zst freebsd-ports-gnome-9b8c6811dcd12311ea60eae58bccb7f920cf3802.zip |
These patches are redundant, and have been for quite some time.
The configure script used to override our manual settings, but no more.
Diffstat (limited to 'www/squid24')
-rw-r--r-- | www/squid24/files/patch-ak | 17 | ||||
-rw-r--r-- | www/squid24/files/patch-al | 16 |
2 files changed, 0 insertions, 33 deletions
diff --git a/www/squid24/files/patch-ak b/www/squid24/files/patch-ak deleted file mode 100644 index 58a168a5247e..000000000000 --- a/www/squid24/files/patch-ak +++ /dev/null @@ -1,17 +0,0 @@ ---- 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/squid24/files/patch-al b/www/squid24/files/patch-al deleted file mode 100644 index 8134d8e05c95..000000000000 --- a/www/squid24/files/patch-al +++ /dev/null @@ -1,16 +0,0 @@ ---- 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' && -- test "$localstatedir" = '${prefix}/var'; then -- libexecdir='${bindir}' -- localstatedir='${prefix}' -- --fi -- - case "$host_os" in - cygwin32|os2) - exec_suffix=".exe" |