Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Mar 2011 20:10:13 GMT
From:      "Philip M. Gollucci" <pgollucci@p6m7g8.com>
To:        apache@FreeBSD.org
Subject:   Re: ports/155204: [PATCH] Add www/mod_xml2enc as a dependency for www/mod_proxy_html
Message-ID:  <201103102010.p2AKADPr035640@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/155204; it has been noted by GNATS.

From: "Philip M. Gollucci" <pgollucci@p6m7g8.com>
To: Marin Atanasov Nikolov <dnaeon@gmail.com>
Cc: <freebsd-gnats-submit@freebsd.org>
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 <dsl@webize.com.au>
 >  #
 > -# $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--



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