diff options
author | Peter Wemm <peter@FreeBSD.org> | 1998-04-10 05:11:38 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 1998-04-10 05:11:38 +0000 |
commit | 52cd19d8a9fa2edcf5313fa166901d273e67c635 (patch) | |
tree | ddda3fba84db7b813c04eac0a205dfbd19068cd2 /www/squid30/Makefile | |
parent | b24a8f95060feea0b153668055fae7b0d66a3c5a (diff) | |
download | ports-52cd19d8a9fa2edcf5313fa166901d273e67c635.tar.gz ports-52cd19d8a9fa2edcf5313fa166901d273e67c635.zip |
Notes
Diffstat (limited to 'www/squid30/Makefile')
-rw-r--r-- | www/squid30/Makefile | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/www/squid30/Makefile b/www/squid30/Makefile index 147c86383f08..7d994a4840c3 100644 --- a/www/squid30/Makefile +++ b/www/squid30/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 |