summaryrefslogtreecommitdiff
path: root/www/squid25
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
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')
-rw-r--r--www/squid25/Makefile19
-rw-r--r--www/squid25/distinfo3
-rw-r--r--www/squid25/files/patch-ak6
-rw-r--r--www/squid25/files/patch-al6
4 files changed, 17 insertions, 17 deletions
diff --git a/www/squid25/Makefile b/www/squid25/Makefile
index 147c86383f08..7d994a4840c3 100644
--- a/www/squid25/Makefile
+++ b/www/squid25/Makefile
@@ -1,13 +1,13 @@
# New ports collection makefile for: squid
-# Version required: 1.2-beta18
+# Version required: 1.2-beta19
# Date created: Thu Nov 7 00:53:18 WST 1996
# Whom: Peter Wemm <peter@freebsd.org>
#
-# $Id: Makefile,v 1.47 1998/03/20 14:00:51 peter Exp $
+# $Id: Makefile,v 1.48 1998/03/26 13:29:12 peter Exp $
#
-DISTNAME= squid-1.2.beta18
-PKGNAME= squid-1.2b18
+DISTNAME= squid-1.2.beta19
+PKGNAME= squid-1.2b19
CATEGORIES= www
MASTER_SITES= \
ftp://squid.nlanr.net/pub/squid-1.2.beta/ \
@@ -16,12 +16,12 @@ MASTER_SITES= \
ftp://ftp.net.lut.ac.uk/squid/squid-1.2.beta/
EXTRACT_SUFX= -src.tar.gz
-#PATCH_SITES+= http://squid.nlanr.net/Squid/1.2.beta/
-#PATCHFILES+= 1.2.beta18.patch
+PATCH_SITES+= http://squid.nlanr.net/Squid/1.2.beta/
+PATCHFILES+= 1.2.beta19.patch
MAINTAINER= peter@freebsd.org
-DIST_SUBDIR= squid1.2b18
+DIST_SUBDIR= squid1.2b19
GNU_CONFIGURE= yes
# Follow the apache port's lead...
CONFIGURE_ARGS= --bindir=${PREFIX}/sbin --sysconfdir=${PREFIX}/etc/squid \
@@ -36,15 +36,14 @@ NO_LATEST_LINK= yes
# - Compile and use the supplied GNUregex routines instead of BSD regex.
#CONFIGURE_ARGS+= --enable-gnuregex
# - Use tree function to store ACL lists
-#CONFIGURE_ARGS+= --enable-acltree=bin
-#CONFIGURE_ARGS+= --enable-acltree=splay
+#CONFIGURE_ARGS+= --enable-splaytree
# - Enable simple malloc debugging
#CONFIGURE_ARGS+= --enable-xmalloc-debug
# - Detailed trace of memory allocations
#CONFIGURE_ARGS+= --enable-xmalloc-debug-count
# - Show malloc statistics in cachemgr status pages
#CONFIGURE_ARGS+= --enable-xmalloc-statistics
-# - Use ASYNC disk I/O (Requires real pthreads, libc_r probably doesn't work)
+# - Use ASYNC disk I/O (Requires real pthreads)
#CONFIGURE_ARGS+= --enable-async-io
# - Enable ICMP pinging for heirarchy stats and selection
#CONFIGURE_ARGS+= --enable-icmp
diff --git a/www/squid25/distinfo b/www/squid25/distinfo
index 6e5f8f44551e..e0c28ce706cb 100644
--- a/www/squid25/distinfo
+++ b/www/squid25/distinfo
@@ -1 +1,2 @@
-MD5 (squid1.2b18/squid-1.2.beta18-src.tar.gz) = 97e6269b2ee749e3dcd10f8e6d9501e6
+MD5 (squid1.2b19/squid-1.2.beta19-src.tar.gz) = 58ea161d2408321f5bf335fc49db3e03
+MD5 (squid1.2b19/1.2.beta19.patch) = 28c9d5bfba78ead4cd2c045a565ce5b8
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"