Date: Wed, 28 Sep 2011 11:19:57 +0400 From: Alexey Remizov <aremizov@masterhost.ru> To: <perl@FreeBSD.org> Subject: net/p5-perl-ldap/Makefile bug Message-ID: <4E82CA9D.2020408@masterhost.ru>
next in thread | raw e-mail | index | archive | help
--------------010705090708040507000707
Content-Type: text/plain; charset="UTF-8"; format=flowed
Content-Transfer-Encoding: 7bit
Hello.
RUN_DEPENDS is not defined in Makefile. Fix it please.
Patch is in attach.
--
WBR,
Alexey Remizov
.masterhost
--------------010705090708040507000707
Content-Type: text/x-patch; name="p5-perl-ldap-Makefile.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="p5-perl-ldap-Makefile.diff"
--- Makefile.orig 2011-09-28 11:02:04.000000000 +0400
+++ Makefile 2011-09-28 11:03:30.000000000 +0400
@@ -21,11 +21,7 @@
p5-IO-Socket-SSL>=1.26:${PORTSDIR}/security/p5-IO-Socket-SSL \
p5-URI>=1.10:${PORTSDIR}/net/p5-URI \
p5-XML-SAX-Writer>=0:${PORTSDIR}/textproc/p5-XML-SAX-Writer
-BUILD_DEPENDS:= p5-Authen-SASL>=2.00:${PORTSDIR}/security/p5-Authen-SASL \
- p5-Convert-ASN1>=0.07:${PORTSDIR}/converters/p5-Convert-ASN1 \
- p5-IO-Socket-SSL>=1.26:${PORTSDIR}/security/p5-IO-Socket-SSL \
- p5-URI>=1.10:${PORTSDIR}/net/p5-URI \
- p5-XML-SAX-Writer>=0:${PORTSDIR}/textproc/p5-XML-SAX-Writer
+RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
--------------010705090708040507000707--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4E82CA9D.2020408>
