Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Apr 2006 06:33:55 GMT
From:      Tetsuya Uemura <t_uemura@macome.co.jp>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/95728: www/apache22: configure handles WITH_CUSTOM_PROXY incorrectly
Message-ID:  <200604140633.k3E6XtQr080961@www.freebsd.org>
Resent-Message-ID: <200604140640.k3E6eEWL023380@freefall.freebsd.org>

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

>Number:         95728
>Category:       ports
>Synopsis:       www/apache22: configure handles WITH_CUSTOM_PROXY incorrectly
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Apr 14 06:40:14 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Tetsuya Uemura
>Release:        6.1-RC
>Organization:
MACOME Corp.
>Environment:
FreeBSD s2882g3nr.macome.co.jp 6.1-RC FreeBSD 6.1-RC #0: Mon Apr 10 11:21:20 JST 2006     uemura@s2882g3nr.macome.co.jp:/usr/obj/usr/src/sys/S2882G3NR  amd64
>Description:
CUSTOM_PROXY_MODULE value isn't honored by configure.

For example, if I specify CUSTOM_PROXY_MODULE="proxy proxy_http", proxy_ajp, proxy_balancer, proxy_connect and proxy_ftp are installed along with.
>How-To-Repeat:
Specify subset of PROXY_MODULE to CUSTOM_PROXY_MODULE, then build and install.
>Fix:
--- Mk/bsd.apache.mk.orig	Thu Mar  2 09:13:31 2006
+++ Mk/bsd.apache.mk	Fri Apr 14 15:01:10 2006
@@ -108,7 +108,10 @@
 			--disable-autoindex --disable-asis --disable-cgid \
 			--disable-cgi --disable-negotiation --disable-dir \
 			--disable-imagemap --disable-actions --disable-userdir \
-			--disable-alias --disable-filter
+			--disable-alias --disable-filter \
+			--disable-proxy --disable-proxy-connect \
+			--disable-proxy-ftp --disable-proxy-http \
+			--disable-proxy-ajp --disable-proxy-balancer
 .endif
 
 .if defined(WITH_MODULES)

>Release-Note:
>Audit-Trail:
>Unformatted:



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