Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Jul 2003 15:51:50 +1000 (EST)
From:      Chris Knight <chris@e-easy.com.au>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/54246: [PATCH] www/squid: change obsolete configure option
Message-ID:  <200307090551.h695posd048883@ait0fd01.aims.private>
Resent-Message-ID: <200307090600.h6960TT2008635@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         54246
>Category:       ports
>Synopsis:       [PATCH] www/squid: change obsolete configure option
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 08 23:00:27 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Chris Knight
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
E-Easy
>Environment:
System: FreeBSD ait0fd01.aims.private 4.8-STABLE FreeBSD 4.8-STABLE #0: Sun Jul 6 16:29:42 EST 2003 root@ait0fd01.aims.private:/var/obj/usr/src/sys/THINKPAD i386

>Description:
The --enable-heap-replacement option that is commented out is obsolete.
Replace it with --enable-removal-policies.

>How-To-Repeat:
cd /usr/ports/www/squid
edit Makefile to add --enable-heap-replacement to CONFIGURE_ARGS
make configure
- look for configure warning for --enable-heap-replacement

>Fix:
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/www/squid/Makefile,v
retrieving revision 1.100
diff -u -r1.100 Makefile
--- Makefile	9 Apr 2003 08:31:30 -0000	1.100
+++ Makefile	9 Jul 2003 05:47:46 -0000
@@ -101,7 +101,7 @@
 #  - accept the illegal '_' character in hostnames.
 #CONFIGURE_ARGS+= --enable-underscores
 #  - Enable control of different heap replacement algorithms at runtime.
-#CONFIGURE_ARGS+= --enable-heap-replacement
+#CONFIGURE_ARGS+= --enable-removal-policies
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200307090551.h695posd048883>