summaryrefslogtreecommitdiff
path: root/www/squid25/files
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1998-04-10 05:11:38 +0000
committerPeter Wemm <peter@FreeBSD.org>1998-04-10 05:11:38 +0000
commit52cd19d8a9fa2edcf5313fa166901d273e67c635 (patch)
treeddda3fba84db7b813c04eac0a205dfbd19068cd2 /www/squid25/files
parentEnergize xgfe! (diff)
Update squid-1.2b18 -> 1.2.b19 (with dist patch)
Read ChangeLog for the large list of bugfixes/changes/new features.
Notes
Notes: svn path=/head/; revision=10460
Diffstat (limited to 'www/squid25/files')
-rw-r--r--www/squid25/files/patch-ak6
-rw-r--r--www/squid25/files/patch-al6
2 files changed, 6 insertions, 6 deletions
diff --git a/www/squid25/files/patch-ak b/www/squid25/files/patch-ak
index fa227112193b..77563eb0b0f6 100644
--- a/www/squid25/files/patch-ak
+++ b/www/squid25/files/patch-ak
@@ -12,7 +12,7 @@
-
- fi
-
- if test -z "$CACHE_HTTP_PORT"; then
- CACHE_HTTP_PORT="3128"
- fi
+ dnl use .exe suffix for executables on cygwin32 platform
+ case "$host_os" in
+ cygwin32)
--- 19,24 ----
diff --git a/www/squid25/files/patch-al b/www/squid25/files/patch-al
index f2c7969ff964..169be61b6251 100644
--- a/www/squid25/files/patch-al
+++ b/www/squid25/files/patch-al
@@ -10,6 +10,6 @@
-
-fi
-
- if test -z "$CACHE_HTTP_PORT"; then
- CACHE_HTTP_PORT="3128"
- fi
+ case "$host_os" in
+ cygwin32)
+ exec_suffix=".exe"