diff options
author | Peter Wemm <peter@FreeBSD.org> | 1998-12-26 15:55:47 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 1998-12-26 15:55:47 +0000 |
commit | 48238359bf09340c00f472497e7c666032a32ede (patch) | |
tree | b0ec4c3eac3a8bdb58e3f09623bf2b79722da041 /www/squid25/Makefile | |
parent | 031eb3e4e13bc4a7b40d9ff5ebb30c3fc39f5bad (diff) | |
download | ports-48238359bf09340c00f472497e7c666032a32ede.tar.gz ports-48238359bf09340c00f472497e7c666032a32ede.zip |
Notes
Diffstat (limited to 'www/squid25/Makefile')
-rw-r--r-- | www/squid25/Makefile | 22 |
1 files changed, 9 insertions, 13 deletions
diff --git a/www/squid25/Makefile b/www/squid25/Makefile index 4ac73c30cb66..bc974536e7e0 100644 --- a/www/squid25/Makefile +++ b/www/squid25/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: squid -# Version required: 2.0.RELEASE +# Version required: 2.1.PATCH2 # Date created: Thu Nov 7 00:53:18 WST 1996 # Whom: Peter Wemm <peter@freebsd.org> # -# $Id: Makefile,v 1.52 1998/10/06 00:19:50 peter Exp $ +# $Id: Makefile,v 1.53 1998/10/19 12:12:45 peter Exp $ # -DISTNAME= squid-2.0.RELEASE -PKGNAME= squid-2.0 +DISTNAME= squid-2.1.PATCH2 +PKGNAME= squid-2.1 CATEGORIES= www MASTER_SITES= \ ftp://squid.nlanr.net/pub/squid-2/ \ @@ -16,14 +16,13 @@ MASTER_SITES= \ ftp://ftp.net.lut.ac.uk/squid/squid-2/ EXTRACT_SUFX= -src.tar.gz -PATCH_SITES= ${MASTER_SITES} -PATCHFILES= diff-2.0.RELEASE-2.0.PATCH1.gz \ - diff-2.0.PATCH1-2.0.PATCH2.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.0 -PATCH_DIST_STRIP= -p1 +DIST_SUBDIR= squid2.1 +PATCH_DIST_STRIP= -p0 GNU_CONFIGURE= yes # Follow the apache port's lead... CONFIGURE_ARGS= --bindir=${PREFIX}/sbin --sysconfdir=${PREFIX}/etc/squid \ @@ -45,7 +44,7 @@ NO_LATEST_LINK= yes #CONFIGURE_ARGS+= --enable-xmalloc-statistics # - Enable CARP support #CONFIGURE_ARGS+= --enable-carp -# - Use ASYNC disk I/O (Requires real pthreads) +# - Use ASYNC disk I/O (Requires real threads, apparently runs on 3.0 libc_r) #CONFIGURE_ARGS+= --enable-async-io # - Enable ICMP pinging for heirarchy stats and selection #CONFIGURE_ARGS+= --enable-icmp @@ -104,6 +103,3 @@ post-install: fi .include <bsd.port.mk> - -# Put on peril sensitive sunglasses in case of stupid GNU make v2.5! -PATCH:= env POSIXLY_CORRECT=yes ${PATCH} |