diff options
author | Peter Wemm <peter@FreeBSD.org> | 1997-03-23 15:43:45 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 1997-03-23 15:43:45 +0000 |
commit | 4831d065a03fef044c46f776bd7c16aa1dbae778 (patch) | |
tree | 6be74426433fd1af00d5d17c07ee247169f2a1c4 /www/squid31/Makefile | |
parent | d504a6a436b11180e55472e6cd41bffff8ffc7e4 (diff) | |
download | ports-4831d065a03fef044c46f776bd7c16aa1dbae778.tar.gz ports-4831d065a03fef044c46f776bd7c16aa1dbae778.zip |
Use official patches from dist site. Included is a possible fix to the
slowdown problem.
Note, I've changed the DIST_SUBDIR.. all the patches files seem to be
called "fixes.patch" and were colliding with each other.
Reviewed by:
Submitted by:
Obtained from:
Notes
Notes:
svn path=/head/; revision=5984
Diffstat (limited to 'www/squid31/Makefile')
-rw-r--r-- | www/squid31/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/www/squid31/Makefile b/www/squid31/Makefile index ba353202f641..2da1d701f8dd 100644 --- a/www/squid31/Makefile +++ b/www/squid31/Makefile @@ -3,7 +3,7 @@ # Date created: Thu Nov 7 00:53:18 WST 1996 # Whom: Peter Wemm <peter@freebsd.org> # -# $Id: Makefile,v 1.23 1997/03/02 02:50:41 peter Exp $ +# $Id: Makefile,v 1.24 1997/03/04 12:03:23 peter Exp $ # DISTNAME= squid-1.1.8 @@ -15,9 +15,12 @@ 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.8/ +PATCHFILES+= fixes.patch + MAINTAINER= peter@freebsd.org -DIST_SUBDIR= squid +DIST_SUBDIR= squid118 GNU_CONFIGURE= yes # Follow the apache port's lead... CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc/squid --bindir=${PREFIX}/sbin \ |