From owner-freebsd-ports Sun Jan 30 9:20: 9 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4E5B314D0E for ; Sun, 30 Jan 2000 09:20:05 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA62832; Sun, 30 Jan 2000 09:20:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from weeble.dyndns.org (ubppp234-113.dialin.buffalo.edu [128.205.234.113]) by hub.freebsd.org (Postfix) with ESMTP id 093F014A2A for ; Sun, 30 Jan 2000 09:15:05 -0800 (PST) (envelope-from cjm2@weeble.DynDns.ORG) Received: (from cjm2@localhost) by weeble.dyndns.org (8.9.3/8.9.3) id MAA66959; Sun, 30 Jan 2000 12:15:05 -0500 (EST) (envelope-from cjm2) Message-Id: <200001301715.MAA66959@weeble.dyndns.org> Date: Sun, 30 Jan 2000 12:15:05 -0500 (EST) From: cjm2@altavista.net Reply-To: cjm2@altavista.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/16476: Missing option and a typo Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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