diff options
author | mef <mef@pkgsrc.org> | 2015-05-09 23:12:19 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2015-05-09 23:12:19 +0000 |
commit | cf310648ed5bdeda0b6414c67f83331745a03ba2 (patch) | |
tree | 28352e5adb404ce5ae58a576640f239da09dcc42 /devel/autoconf | |
parent | fda0db9a1b669606f20b84aceb5cf119f3aa0d90 (diff) | |
download | pkgsrc-cf310648ed5bdeda0b6414c67f83331745a03ba2.tar.gz |
Set TEST_TARGET?= # empty to skip make test
devel/autoconf (but just add 2.69 status)
devel/dejagnu
devel/p5-ExtUtils-AutoInstall (infinite loop)
devel/p5-Inline-C (fail at t/27inline_maker.t)
devel/p5-Search-Elasticsearch (several items)
Some other {net,devel}/p5-packages
Set BUILD_DEPENDS+= for make test
Diffstat (limited to 'devel/autoconf')
-rw-r--r-- | devel/autoconf/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/devel/autoconf/Makefile b/devel/autoconf/Makefile index a2eab7e1934..1eed54bc9ce 100644 --- a/devel/autoconf/Makefile +++ b/devel/autoconf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.89 2014/10/09 14:06:07 wiz Exp $ +# $NetBSD: Makefile,v 1.90 2015/05/09 23:12:20 mef Exp $ # # When updating this package, please update mk/gnu-config/config.guess, # mk/gnu-config/config.sub, and mk/gnu-config/missing as well. @@ -37,6 +37,10 @@ AUTOMAKE_OVERRIDE= NO # [GNU Autoconf 2.67] testsuite: 213 268 269 failed # 213?; other two ok because of buildlink +# [GNU Autoconf 2.69] testsuite: 281 282 failed +# 281: AC_NO_EXECUTABLES (working linker) FAILED (c.at:221) +# 282: AC_NO_EXECUTABLES (broken linker) FAILED (c.at:231) + TEST_TARGET= check CHECK_WRKREF_SKIP+= ${PREFIX}/share/autoconf/autoconf/autoconf.m4f |