Date: Sat, 11 Apr 2009 22:52:21 GMT From: "Philip M. Gollucci" <pgollucci@elektra.rws> To: FreeBSD-gnats-submit@FreeBSD.org Cc: dom@helenmarks.co.uk Subject: ports/133617: [PATCH] www/mod_proxy_xml: apache@ cleanups Message-ID: <200904112252.n3BMqLsB011025@mail.bluecottontech.com> Resent-Message-ID: <200904112300.n3BN09iv061858@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 133617 >Category: ports >Synopsis: [PATCH] www/mod_proxy_xml: apache@ cleanups >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Apr 11 23:00:09 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Philip M. Gollucci >Release: FreeBSD 7.1-RELEASE-p3 amd64 >Organization: >Environment: System: FreeBSD mail.bluecottontech.com 7.1-RELEASE-p3 FreeBSD 7.1-RELEASE-p3 #1: Tue Mar 10 22:10:18 UTC 2009 >Description: - USE_APACHE -> 2.0+ - Fix plist with www/apache2* Port maintainer (dom@helenmarks.co.uk) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- mod_proxy_xml-0.1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/www/mod_proxy_xml/Makefile,v retrieving revision 1.1 diff -u -u -r1.1 Makefile --- Makefile 22 Jan 2007 07:50:40 -0000 1.1 +++ Makefile 11 Apr 2009 22:51:56 -0000 @@ -16,8 +16,7 @@ COMMENT= Apache module for rewriting URI references in XML USE_GNOME= libxml2 -USE_APACHE= yes -WITH_APACHE2= yes +USE_APACHE= 2.0+ XML2_INC= ${LOCALBASE}/include/libxml2 XML2_LIB= ${LOCALBASE}/lib Index: pkg-plist =================================================================== RCS file: /home/pcvs/ports/www/mod_proxy_xml/pkg-plist,v retrieving revision 1.1 diff -u -u -r1.1 pkg-plist --- pkg-plist 22 Jan 2007 07:50:40 -0000 1.1 +++ pkg-plist 11 Apr 2009 22:51:56 -0000 @@ -1,3 +1,3 @@ -libexec/apache2/mod_proxy_xml.so +%%APACHEMODDIR%%/mod_proxy_xml.so @exec %D/sbin/apxs -e -A -n proxy_xml %D/%F @unexec %D/sbin/apxs -e -A -n proxy_xml %D/%F --- mod_proxy_xml-0.1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200904112252.n3BMqLsB011025>