summaryrefslogtreecommitdiff
path: root/www/squid31/Makefile
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1999-05-23 21:15:17 +0000
committerPeter Wemm <peter@FreeBSD.org>1999-05-23 21:15:17 +0000
commit174310193b5e904d5488cd9bb8c7b266448d2441 (patch)
tree07f8c6c51a83f33bb515ec9449b77b9b1b257d8b /www/squid31/Makefile
parentAdd patch by Andrew Plotkin and Torbjörn Andersson which allows (diff)
Update from squid 2.1 -> 2.2 after repository copy.
Notes
Notes: svn path=/head/; revision=18955
Diffstat (limited to 'www/squid31/Makefile')
-rw-r--r--www/squid31/Makefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/www/squid31/Makefile b/www/squid31/Makefile
index 9800ce37626d..720039eca5fd 100644
--- a/www/squid31/Makefile
+++ b/www/squid31/Makefile
@@ -1,13 +1,13 @@
# New ports collection makefile for: squid
-# Version required: 2.1.PATCH2
+# Version required: 2.2.STABLE3
# Date created: Thu Nov 7 00:53:18 WST 1996
# Whom: Peter Wemm <peter@freebsd.org>
#
-# $Id: Makefile,v 1.54 1998/12/26 15:55:47 peter Exp $
+# $Id: Makefile,v 1.55 1999/04/18 06:46:51 max Exp $
#
-DISTNAME= squid-2.1.PATCH2
-PKGNAME= squid-2.1
+DISTNAME= squid-2.2.STABLE3
+PKGNAME= squid-2.2
CATEGORIES= www
MASTER_SITES= \
ftp://squid.nlanr.net/pub/squid-2/STABLE/ \
@@ -16,12 +16,9 @@ MASTER_SITES= \
ftp://ftp.net.lut.ac.uk/squid/squid-2/STABLE/
EXTRACT_SUFX= -src.tar.gz
-PATCH_SITES= http://squid.nlanr.net/Squid/v2/2.1/
-PATCHFILES= squid-2.1.PATCH2-clientHandleIMSReply-leak.patch
-
MAINTAINER= peter@freebsd.org
-DIST_SUBDIR= squid2.1
+DIST_SUBDIR= squid2.2
PATCH_DIST_STRIP= -p0
GNU_CONFIGURE= yes
# Follow the apache port's lead...
@@ -78,6 +75,9 @@ NO_LATEST_LINK= yes
#CONFIGURE_ARGS+= --disable-http-violations
# - Enable Transparent Proxy support for IP-Filter systems (incl 3.0)
#CONFIGURE_ARGS+= --enable-ipf-transparent
+# (--enable-leakfinfer is a developer support tool only)
+# - Compile out code that does optional Ident (RFC931) lookups
+#CONFIGURE_ARGS+= --disable-ident-lookups
post-install:
cd ${WRKSRC}/src; make install-pinger