diff options
author | peter <peter@FreeBSD.org> | 1997-03-02 02:50:43 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1997-03-02 02:50:43 +0000 |
commit | cbb1233bc0cc644bc7d5709faabec303e4a465f7 (patch) | |
tree | 208e1d531cb4418bbdfd386f6f5c3020cb02fc61 /www/squid22/Makefile | |
parent | c11241ab8c1662a3ae7eee1fdb83f51466990209 (diff) | |
download | FreeBSD-ports-cbb1233bc0cc644bc7d5709faabec303e4a465f7.zip FreeBSD-ports-cbb1233bc0cc644bc7d5709faabec303e4a465f7.tar.gz |
Update 1.1.6 -> 1.1.7 + vendor patches.
Note: the patch file on the web site has several problems.. First, it
doesn't apply, and second, it bogusly changes the version. It also
introduces some problems for FreeBSD where the author missed the point of
a fix I sent back. :-(
Diffstat (limited to 'www/squid22/Makefile')
-rw-r--r-- | www/squid22/Makefile | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/www/squid22/Makefile b/www/squid22/Makefile index 4299f49..0963b95 100644 --- a/www/squid22/Makefile +++ b/www/squid22/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: squid -# Version required: 1.1.6 +# Version required: 1.1.7 # Date created: Thu Nov 7 00:53:18 WST 1996 # Whom: Peter Wemm <peter@freebsd.org> # -# $Id: Makefile,v 1.21 1997/02/08 16:19:15 peter Exp $ +# $Id: Makefile,v 1.22 1997/02/20 17:17:32 peter Exp $ # -DISTNAME= squid-1.1.6 +DISTNAME= squid-1.1.7 CATEGORIES= www MASTER_SITES= \ ftp://squid.nlanr.net/pub/squid-1.1/ \ @@ -15,8 +15,10 @@ MASTER_SITES= \ ftp://ftp.net.lut.ac.uk/squid/squid-1.1/ EXTRACT_SUFX= -src.tar.gz -PATCH_SITES+= http://squid.nlanr.net/Squid/1.1/1.1.6/ -PATCHFILES+= fixes.patch +#Sigh. cannot use this since the author botched it so badly. :-( +#see patches/patch-ab +#PATCH_SITES+= http://squid.nlanr.net/Squid/1.1/1.1.7/ +#PATCHFILES+= fixes.patch MAINTAINER= peter@freebsd.org @@ -38,7 +40,9 @@ MAKEFILE= makefile #MAKE_ENV+= USERAGENT_OPT="-DUSE_USERAGENT_LOG=1" #MAKE_ENV+= KILL_PARENT_OPT="-DKILL_PARENT_OPT" #MAKE_ENV+= USE_POLL_OPT="-DUSE_POLL" -#MAKE_ENV+= ANON_OPT="-DUSE_ANONYMIZER" +# do NOT define both USE_SPLAY_TREE and USE_BIN_TREE at the same time! +#MAKE_ENV+= USE_SPLAY_TREE="-DUSE_SPLAY_TREE" +#MAKE_ENV+= USE_BIN_TREE="-DUSE_BIN_TREE" post-install: .for file in cachemgr.cgi client dnsserver ftpget pinger squid |