pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Add BUILD_DEPENDS+= for make test.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/156dc0c7bd28
branches:  trunk
changeset: 648706:156dc0c7bd28
user:      mef <mef%pkgsrc.org@localhost>
date:      Tue Mar 17 12:40:02 2015 +0000

description:
Add BUILD_DEPENDS+= for make test.

diffstat:

 devel/p5-Data-Section/Makefile |  3 ++-
 devel/p5-Import-Into/Makefile  |  5 ++++-
 www/p5-Net-HTTP/Makefile       |  4 ++--
 3 files changed, 8 insertions(+), 4 deletions(-)

diffs (54 lines):

diff -r cc8baacc7c90 -r 156dc0c7bd28 devel/p5-Data-Section/Makefile
--- a/devel/p5-Data-Section/Makefile    Tue Mar 17 12:36:26 2015 +0000
+++ b/devel/p5-Data-Section/Makefile    Tue Mar 17 12:40:02 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2015/01/29 01:17:20 mef Exp $
+# $NetBSD: Makefile,v 1.15 2015/03/17 12:48:25 mef Exp $
 
 DISTNAME=      Data-Section-0.200006
 PKGNAME=       p5-Data-Section-0.200.006
@@ -13,6 +13,7 @@
 DEPENDS+=      p5-MRO-Compat>=0.09:../../devel/p5-MRO-Compat
 DEPENDS+=      p5-Sub-Exporter>=0.979:../../devel/p5-Sub-Exporter
 BUILD_DEPENDS+=        {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple
+BUILD_DEPENDS+=        p5-Test-FailWarnings-[0-9]*:../../devel/p5-Test-FailWarnings
 
 PERL5_PACKLIST=                auto/Data/Section/.packlist
 
diff -r cc8baacc7c90 -r 156dc0c7bd28 devel/p5-Import-Into/Makefile
--- a/devel/p5-Import-Into/Makefile     Tue Mar 17 12:36:26 2015 +0000
+++ b/devel/p5-Import-Into/Makefile     Tue Mar 17 12:40:02 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2014/10/09 14:06:21 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2015/03/17 12:40:02 mef Exp $
 #
 
 DISTNAME=      Import-Into-1.002004
@@ -11,6 +11,9 @@
 COMMENT=       Perl5 module to import packages into other packages
 LICENSE=       ${PERL5_LICENSE}
 
+# Add for 'make test', as a interim solution
+BUILD_DEPENDS+=        p5-Module-Runtime-[0-9]*:../../devel/p5-Module-Runtime
+
 PERL5_PACKLIST=        auto/Import/Into/.packlist
 
 .include "../../lang/perl5/module.mk"
diff -r cc8baacc7c90 -r 156dc0c7bd28 www/p5-Net-HTTP/Makefile
--- a/www/p5-Net-HTTP/Makefile  Tue Mar 17 12:36:26 2015 +0000
+++ b/www/p5-Net-HTTP/Makefile  Tue Mar 17 12:40:02 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2015/03/17 06:21:04 mef Exp $
+# $NetBSD: Makefile,v 1.13 2015/03/17 12:41:33 mef Exp $
 
 DISTNAME=      Net-HTTP-6.07
 PKGNAME=       p5-${DISTNAME}
@@ -11,7 +11,7 @@
 LICENSE=       ${PERL5_LICENSE}
 
 #necessary for test
-# DEPENDS+=    p5-URI-[0-9]*:../../www/p5-URI
+BUILD_DEPENDS+=        p5-URI-[0-9]*:../../www/p5-URI
 
 CONFLICTS+=    p5-libwww<6.00
 



Home | Main Index | Thread Index | Old Index