From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Mar 27 11:40:02 2009 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 0E9B11065670 for ; Fri, 27 Mar 2009 11:40:02 +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 C3CA08FC16 for ; Fri, 27 Mar 2009 11:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n2RBe1Qf071535 for ; Fri, 27 Mar 2009 11:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n2RBe1sW071534; Fri, 27 Mar 2009 11:40:01 GMT (envelope-from gnats) Resent-Date: Fri, 27 Mar 2009 11:40:01 GMT Resent-Message-Id: <200903271140.n2RBe1sW071534@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, olli hauer Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E56501065670 for ; Fri, 27 Mar 2009 11:39:32 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id D39A58FC14 for ; Fri, 27 Mar 2009 11:39:32 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n2RBdWU3025146 for ; Fri, 27 Mar 2009 11:39:32 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n2RBdWc1025123; Fri, 27 Mar 2009 11:39:32 GMT (envelope-from nobody) Message-Id: <200903271139.n2RBdWc1025123@www.freebsd.org> Date: Fri, 27 Mar 2009 11:39:32 GMT From: olli hauer To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/133121: [patch] enable also mod_authz_svn if defined(WITH_MOD_DAV_SVN) 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: Fri, 27 Mar 2009 11:40:02 -0000 >Number: 133121 >Category: ports >Synopsis: [patch] enable also mod_authz_svn if defined(WITH_MOD_DAV_SVN) >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 Mar 27 11:40:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: olli hauer >Release: FreeBSD 7.1-RELEASE-p4 >Organization: >Environment: >Description: mod_authz_svn is not enabled if subversion builds with apache dav, but the module will be disabled during pkg_delete. >How-To-Repeat: install subversion and make use of the following config lines in httpd.conf DAV svn SVNParentPath /svnroot/repos/ ... AuthzSVNAccessFile /svnroot/conf/authz ... it will fail since the directive AuthzSVNAccessFile is unknown >Fix: Patch attached with submission follows: --- Makefile 2009/03/21 17:20:38 1.1 +++ Makefile 2009/03/27 11:26:37 @@ -159,6 +159,7 @@ .if defined(WITH_MOD_DAV_SVN) pre-install: ${APXS} -e -S LIBEXECDIR=${PREFIX}/${APACHEMODDIR} -a -n dav ${PREFIX}/${APACHEMODDIR}/mod_dav.so + ${APXS} -e -S LIBEXECDIR=${PREFIX}/${APACHEMODDIR} -a -n authz_svn ${PREFIX}/${APACHEMODDIR}/mod_authz_svn.so .endif post-install: ${MKREPOS_TARGET} >Release-Note: >Audit-Trail: >Unformatted: