Date: Sun, 30 Jan 2000 12:15:05 -0500 (EST) From: cjm2@altavista.net To: FreeBSD-gnats-submit@freebsd.org Subject: ports/16476: Missing option and a typo Message-ID: <200001301715.MAA66959@weeble.dyndns.org>
next in thread | raw e-mail | index | archive | help
>Number: 16476 >Category: ports >Synopsis: Missing option and a typo >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jan 30 09:20:03 PST 2000 >Closed-Date: >Last-Modified: >Originator: Christopher J. Michaels >Release: FreeBSD 3.4-STABLE i386 >Organization: none >Environment: FreeBSD 3.4-STABLE >Description: There is a new option in Squid 2.3 "--enable-heap-replacement" that allows for some new algorithms to expire cache objects. It is a compile time option, that has a configure arg. Also, there was a typo in one of the configure args in the Makefile (leakfinfer should be leakfinder). >How-To-Repeat: see attached patch >Fix: --- Makefile.orig Sat Jan 29 15:13:16 2000 +++ Makefile Sun Jan 30 12:09:46 2000 @@ -75,9 +75,12 @@ #CONFIGURE_ARGS+= --disable-http-violations # - Enable Transparent Proxy support for IP-Filter systems (incl 3.0) #CONFIGURE_ARGS+= --enable-ipf-transparent -# (--enable-leakfinfer is a developer support tool only) +# (--enable-leakfinder is a developer support tool only) # - Compile out code that does optional Ident (RFC931) lookups #CONFIGURE_ARGS+= --disable-ident-lookups +# - Use various cache replacement algorithms, instead of the standard +# LRU algorithm. +#CONFIGURE_ARGS+= --enable-heap-replacement post-install: cd ${WRKSRC}/src; make install-pinger >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200001301715.MAA66959>