summaryrefslogtreecommitdiff
path: root/www/squid/Makefile
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2005-04-19 15:14:31 +0000
committertaca <taca@pkgsrc.org>2005-04-19 15:14:31 +0000
commitb1f706bfa864ac07ed268cd7518c96fbbd76a491 (patch)
treeadb86ab27b9bd229e7932627667b54b8e0a8f7f7 /www/squid/Makefile
parentd2310956c9595303f708f2f10efe580c5e3c8dc9 (diff)
downloadpkgsrc-b1f706bfa864ac07ed268cd7518c96fbbd76a491.tar.gz
Update squid package to 2.5.9nb5.
* Add one more offcial patch: - 2005-04-05 23:05 (Cosmetic) should syslog to daemon facility not local4 * One patch updated, so update DIST_SUBDIR through DIST_STAMP change. * Add aufs to --enable-storeio configuration. TODO: use <bsd.options.mk> frame work and allow to use --enable-pf-transparent which is mutual exclusive parameter with --enable-ipf-transparent.
Diffstat (limited to 'www/squid/Makefile')
-rw-r--r--www/squid/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/www/squid/Makefile b/www/squid/Makefile
index 065283690ea..539113ac42f 100644
--- a/www/squid/Makefile
+++ b/www/squid/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.143 2005/04/11 21:48:02 tv Exp $
+# $NetBSD: Makefile,v 1.144 2005/04/19 15:14:31 taca Exp $
DISTNAME= squid-2.5.STABLE9
PKGNAME= squid-2.5.9
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= www
MASTER_SITES= http://www.squid-cache.org/Versions/v2/2.5/ \
ftp://ftp.leo.org/pub/comp/general/infosys/www/daemons/squid/squid-2/STABLE/ \
@@ -33,7 +33,8 @@ PATCHFILES= squid-2.5.STABLE9-setcookie.patch \
squid-2.5.STABLE9-2GB.patch \
squid-2.5.STABLE9-rename_cleanup.patch \
squid-2.5.STABLE9-cachemgr_objects.patch \
- squid-2.5.STABLE9-extaclauth.patch
+ squid-2.5.STABLE9-extaclauth.patch \
+ squid-2.5.STABLE9-syslog.patch
PATCH_DIST_STRIP= -p1
MAINTAINER= taca@NetBSD.org
@@ -49,7 +50,7 @@ DATADIR= ${VARBASE}/squid
# Update this time stamp pattern if any of official distfiles has changed.
#
-DIST_STAMP= 2005040401
+DIST_STAMP= 2005041900
DOCFILES= ChangeLog RELEASENOTES.html doc/debug-sections.txt
@@ -100,7 +101,7 @@ SQUID_CONFIGURE_ARGS?= --enable-auth=basic,digest,ntlm \
--enable-ssl \
--with-openssl=${SSLBASE} \
--enable-underscores \
- --enable-storeio=ufs,diskd,null \
+ --enable-storeio=aufs,ufs,diskd,null \
--enable-basic-auth-helpers=getpwnam,winbind,SMB \
--enable-digest-auth-helpers=password \
--enable-external-acl-helpers=unix_group,ip_user,winbind_group \