diff options
author | mef <mef> | 2015-05-10 02:43:37 +0000 |
---|---|---|
committer | mef <mef> | 2015-05-10 02:43:37 +0000 |
commit | 494bb99a4d1568db8d8515ca32b19a7a407ab15d (patch) | |
tree | 398d2cf16587fcc51cec372ddf1bddccea245b78 /time | |
parent | 79b11a0bf9f5fddc956b285784b547020892cb20 (diff) | |
download | pkgsrc-494bb99a4d1568db8d8515ca32b19a7a407ab15d.tar.gz |
- To skip make test, add the line
TEST_TARGET?= # to skip make test (but can be enabled by 'env TEST_TARGET=test make test')
for following packages:
devel/p5-File-ShareDir-Install
time/p5-DateTime-Format-Strptime
www/p5-LWP-Protocol-https
- Add BUILD_DEPENDS for make test
Diffstat (limited to 'time')
-rw-r--r-- | time/p5-DateTime-Format-Strptime/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/time/p5-DateTime-Format-Strptime/Makefile b/time/p5-DateTime-Format-Strptime/Makefile index ed733f191a8..433ef64691f 100644 --- a/time/p5-DateTime-Format-Strptime/Makefile +++ b/time/p5-DateTime-Format-Strptime/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2014/05/29 23:37:52 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2015/05/10 02:43:38 mef Exp $ DISTNAME= DateTime-Format-Strptime-1.54 PKGNAME= p5-${DISTNAME}00 @@ -16,6 +16,12 @@ DEPENDS+= p5-DateTime-Locale>=0.45:../../time/p5-DateTime-Locale DEPENDS+= p5-DateTime-TimeZone>=0.79:../../time/p5-DateTime-TimeZone DEPENDS+= p5-Params-Validate>=0.64:../../devel/p5-Params-Validate +# t/002_dates.t ............... 1/? +# # Failed test '%Y %H:%M:%S %Z' +# # at t/002_dates.t line 99. +# # got: '2003 13:45:56 AWST' +# # expected: '2003 13:45:56 WST' +TEST_TARGET?= # to skip make test, but can be enabled by 'env TEST_TARGET=test make test' PERL5_PACKLIST= auto/DateTime/Format/Strptime/.packlist .include "../../lang/perl5/module.mk" |