From owner-freebsd-apache@FreeBSD.ORG Thu Mar 10 20:10:14 2011 Return-Path: Delivered-To: apache@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 39A5E1065670 for ; Thu, 10 Mar 2011 20:10:14 +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 290458FC13 for ; Thu, 10 Mar 2011 20:10:14 +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 p2AKADF0035641 for ; Thu, 10 Mar 2011 20:10:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p2AKADPr035640; Thu, 10 Mar 2011 20:10:13 GMT (envelope-from gnats) Date: Thu, 10 Mar 2011 20:10:13 GMT Message-Id: <201103102010.p2AKADPr035640@freefall.freebsd.org> To: apache@FreeBSD.org From: "Philip M. Gollucci" Cc: Subject: Re: ports/155204: [PATCH] Add www/mod_xml2enc as a dependency for www/mod_proxy_html X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Philip M. Gollucci" List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Mar 2011 20:10:14 -0000 The following reply was made to PR ports/155204; it has been noted by GNATS. From: "Philip M. Gollucci" To: Marin Atanasov Nikolov Cc: Subject: Re: ports/155204: [PATCH] Add www/mod_xml2enc as a dependency for www/mod_proxy_html Date: Wed, 2 Mar 2011 17:24:33 +0000 --------------enig36F55130F94687159809069D Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable go for it. On 03/02/11 17:15, Marin Atanasov Nikolov wrote: >> Number: 155204 >> Category: ports >> Synopsis: [PATCH] Add www/mod_xml2enc as a dependency for www/mo= d_proxy_html >> Confidential: no >> Severity: non-critical >> Priority: low >> Responsible: freebsd-ports-bugs >> State: open >> Quarter: =20 >> Keywords: =20 >> Date-Required: >> Class: update >> Submitter-Id: current-users >> Arrival-Date: Wed Mar 02 17:20:13 UTC 2011 >> Closed-Date: >> Last-Modified: >> Originator: Marin Atanasov Nikolov >> Release: FreeBSD 8.2-PRERELEASE >> Organization: > www.unix-heaven.org >> Environment: > FreeBSD xxx.unix-heaven.org 8.2-PRERELEASE FreeBSD 8.2-PRERELEASE #1: S= at Nov 27 14:54:29 EET 2010 root@xxx.unix-heaven.org:/usr/obj/usr/src= /sys/GENERIC amd64 >=20 >> Description: > As of version 3.1 www/mod_proxy_html needs xml2enc module to be present= =2E >=20 > I've already had a conversation with the author of www/mod_proxy_html a= bout xml2enc and he recommends making xml2enc a dependency of www/mod_pro= xy_html. >=20 > Another PR was submitted to add www/mod_xml2enc [1] to the Ports Tree, = and this patch adds www/mod_xml2enc as a dependency of www/mod_proxy_html= >=20 > For more information please have a look at the following web pages: >=20 > - http://apache.webthing.com/mod_xml2enc/ > - http://apache.webthing.com/mod_proxy_html/ > - [1] http://www.freebsd.org/cgi/query-pr.cgi?pr=3D155203 >> How-To-Repeat: >=20 >> Fix: >=20 >=20 > Patch attached with submission follows: >=20 > diff -ruN mod_proxy_html.orig/Makefile mod_proxy_html/Makefile > --- mod_proxy_html.orig/Makefile 2010-06-03 07:45:33.000000000 +0300 > +++ mod_proxy_html/Makefile 2011-03-02 18:18:04.000000000 +0200 > @@ -2,7 +2,7 @@ > # Date created: 2004-07-29 > # Whom: David Lay > # > -# $FreeBSD: ports/www/mod_proxy_html/Makefile,v 1.13 2010/06/03 04:45:= 33 pgollucci Exp $ > +# $FreeBSD$ > # > =20 > PORTNAME=3D mod_proxy_html > @@ -10,11 +10,13 @@ > CATEGORIES=3D www > MASTER_SITES=3D http://apache.webthing.com/${PORTNAME}/ > DISTNAME=3D ${PORTNAME} > -DIST_SUBDIR=3D ${PORTNAME}-${PORTVERSION} > +DIST_SUBDIR=3D mod_proxy_html > =20 > MAINTAINER=3D apache@FreeBSD.org > COMMENT=3D Apache module for rewriting HTML links in proxied content > =20 > +RUN_DEPENDS+=3D ${LOCALBASE}/${APACHEMODDIR}/mod_xml2enc.so:${PORTSD= IR}/www/mod_xml2enc > + > MAKE_JOBS_SAFE=3D yes > =20 > SUB_FILES=3D pkg-message > diff -ruN mod_proxy_html.orig/distinfo mod_proxy_html/distinfo > --- mod_proxy_html.orig/distinfo 2010-01-29 16:00:37.000000000 +0200 > +++ mod_proxy_html/distinfo 2011-03-02 18:20:09.000000000 +0200 > @@ -1,3 +1,2 @@ > -MD5 (mod_proxy_html-3.1.2/mod_proxy_html.tar.bz2) =3D d6497b48d2bffc41= 50472472004618c3 > -SHA256 (mod_proxy_html-3.1.2/mod_proxy_html.tar.bz2) =3D a1aee758bda60= 5e153868b91188ebf2c527b8eeb0f115d11af152078e65895bf > -SIZE (mod_proxy_html-3.1.2/mod_proxy_html.tar.bz2) =3D 23019 > +SHA256 (mod_proxy_html/mod_proxy_html.tar.bz2) =3D a1aee758bda605e1538= 68b91188ebf2c527b8eeb0f115d11af152078e65895bf > +SIZE (mod_proxy_html/mod_proxy_html.tar.bz2) =3D 23019 >=20 >=20 >> Release-Note: >> Audit-Trail: >> Unformatted: > _______________________________________________ > freebsd-ports-bugs@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports-bugs > To unsubscribe, send any mail to "freebsd-ports-bugs-unsubscribe@freebs= d.org" >=20 --=20 ------------------------------------------------------------------------ 1024D/DB9B8C1C B90B FBC3 A3A1 C71A 8E70 3F8C 75B8 8FFB DB9B 8C1C Philip M. Gollucci (pgollucci@p6m7g8.com) c: 703.336.9354 VP Apache Infrastructure; Member, Apache Software Foundation Committer, FreeBSD Foundation Consultant, P6M7G8 Inc. Sr. System Admin, Ridecharge Inc. Work like you don't need the money, love like you'll never get hurt, and dance like nobody's watching. --------------enig36F55130F94687159809069D Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.16 (FreeBSD) iD8DBQFNbn1TdbiP+9ubjBwRAurYAJ48+z08BAj+E6VDVfVtIoTw8y+GxwCfeD6q bWqN5luaKW62KPHoz9O5v2g= =d0yS -----END PGP SIGNATURE----- --------------enig36F55130F94687159809069D--