Date: Sun, 20 May 2012 11:05:04 +0200 From: Matthew Seaman <matthew@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: dsh@vlink.ru Subject: Re: ports/168143: www/p5-HTML-Mason -- fix USE_APACHE syntax for WITH_MOD_PERL=yes Message-ID: <4FB8B3C0.6010103@FreeBSD.org> In-Reply-To: <201205191850.q4JIo5G7096810@freefall.freebsd.org> References: <201205191850.q4JIo5G7096810@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig0EE53211D0943CEDC6DA9211 Content-Type: multipart/mixed; boundary="------------080008090102030200090500" This is a multi-part message in MIME format. --------------080008090102030200090500 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Updated patch -- RUN_DEPENDS also needs to be initialised from BUILD_DEPENDS. --=20 Dr Matthew J Seaman MA, D.Phil. PGP: http://www.infracaninophile.co.uk/pgpkey --------------080008090102030200090500 Content-Type: text/plain; charset=UTF-8; x-mac-type="0"; x-mac-creator="0"; name="p5-HTML-Mason.diff" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="p5-HTML-Mason.diff" Index: Makefile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/ncvs/ports/www/p5-HTML-Mason/Makefile,v retrieving revision 1.69 diff -u -u -r1.69 Makefile --- Makefile 16 May 2012 04:09:48 -0000 1.69 +++ Makefile 20 May 2012 08:50:27 -0000 @@ -20,6 +20,7 @@ p5-Exception-Class>=3D1.15:${PORTSDIR}/devel/p5-Exception-Class \ p5-Log-Any>=3D0.08:${PORTSDIR}/devel/p5-Log-Any \ p5-Cache-Cache>=3D1:${PORTSDIR}/devel/p5-Cache-Cache +RUN_DEPENDS:=3D ${BUILD_DEPENDS} TEST_DEPENDS=3D p5-Test-Deep>=3D0:${PORTSDIR}/devel/p5-Test-Deep =20 PERL_MODBUILD=3D yes @@ -68,7 +69,7 @@ .include <bsd.port.pre.mk> =20 .if defined(WITH_MOD_PERL) -USE_APACHE=3D 2.0+ +USE_APACHE=3D 20+ RUN_DEPENDS+=3D ${SITE_PERL}/${PERL_ARCH}/Apache2/Request.pm:${PORTSDIR}= /www/p5-libapreq2 .endif =20 --------------080008090102030200090500-- --------------enig0EE53211D0943CEDC6DA9211 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.16 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk+4s8AACgkQ8Mjk52CukIxaQQCfbeIH17JyoW8t+Dgx9yKWYdP1 yiEAnjJvfJ3zixnzyXPJaQ0h/UyijW5G =ilmn -----END PGP SIGNATURE----- --------------enig0EE53211D0943CEDC6DA9211--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4FB8B3C0.6010103>