From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jan 22 19:30:10 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EC28E1065673 for ; Sat, 22 Jan 2011 19:30:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id AF1B38FC17 for ; Sat, 22 Jan 2011 19:30:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p0MJUAN4038283 for ; Sat, 22 Jan 2011 19:30:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p0MJUAP7038281; Sat, 22 Jan 2011 19:30:10 GMT (envelope-from gnats) Resent-Date: Sat, 22 Jan 2011 19:30:10 GMT Resent-Message-Id: <201101221930.p0MJUAP7038281@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Oliver Heesakkers Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1E9591065672 for ; Sat, 22 Jan 2011 19:20:20 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (unknown [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 0E54D8FC15 for ; Sat, 22 Jan 2011 19:20:20 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p0MJKJbC028907 for ; Sat, 22 Jan 2011 19:20:19 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p0MJKJRg028906; Sat, 22 Jan 2011 19:20:19 GMT (envelope-from nobody) Message-Id: <201101221920.p0MJKJRg028906@red.freebsd.org> Date: Sat, 22 Jan 2011 19:20:19 GMT From: Oliver Heesakkers To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/154223: [patch] subversion builds mod_dav when told not to X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Jan 2011 19:30:11 -0000 >Number: 154223 >Category: ports >Synopsis: [patch] subversion builds mod_dav when told not to >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: Sat Jan 22 19:30:10 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Oliver Heesakkers >Release: 8.1-RELEASE-p2 amd64 >Organization: >Environment: >Description: When you have apache installed, but you don't want mod_dav, subversion will build the dav modules anyway as it auto-detects the presence of apxs Specifying --with-apxs=no during configure ensures no modules are build and more importantly stops the build from editing httpd.conf >How-To-Repeat: - Have apache installed (note I always build apache outside the ports-system) - make config to disable MOD_DAV_SVN - make install = mod_dav modules appear in apache's modules directory and httpd.con is altered to load them >Fix: --- subversion/Makefile.common_orig 2011-01-22 19:57:34.000000000 +0100 +++ subversion/Makefile.common 2011-01-22 19:58:27.000000000 +0100 @@ -81,6 +81,7 @@ PLIST_SUB+= MOD_DONTDOTHAT="@comment " .endif .else +CONFIGURE_ARGS+= --with-apxs=no PLIST_SUB+= MOD_DAV_SVN="@comment " PLIST_SUB+= MOD_DONTDOTHAT="@comment " SUB_LIST+= MOD_DAV_SVN_INSTALL="NO" >Release-Note: >Audit-Trail: >Unformatted: