summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2006-10-08 08:50:39 +0000
committerrillig <rillig@pkgsrc.org>2006-10-08 08:50:39 +0000
commitf2f83bdd3e8c8af21de113e9a831fca86be13b32 (patch)
tree2d924563c904d1536e404afdacf566cb6c316c66
parentb858e67c13abca739b9e2fb27bf291a0c63ac192 (diff)
downloadpkgsrc-f2f83bdd3e8c8af21de113e9a831fca86be13b32.tar.gz
Disabled the self-test on NetBSD, since it hangs.
-rw-r--r--devel/p5-IPC-Shareable/Makefile13
1 files changed, 12 insertions, 1 deletions
diff --git a/devel/p5-IPC-Shareable/Makefile b/devel/p5-IPC-Shareable/Makefile
index cf02edaf406..58d077f9c89 100644
--- a/devel/p5-IPC-Shareable/Makefile
+++ b/devel/p5-IPC-Shareable/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2006/03/04 21:29:22 jlam Exp $
+# $NetBSD: Makefile,v 1.11 2006/10/08 08:50:39 rillig Exp $
#
DISTNAME= IPC-Shareable-0.60
@@ -16,5 +16,16 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews
PERL5_PACKLIST= auto/IPC/Shareable/.packlist
+.include "../../mk/bsd.prefs.mk"
+
+.if ${OPSYS} == "NetBSD"
+# The tests hang on NetBSD 3.0, both as unprivileged user and as root.
+# The last words are:
+#
+# t/25ipc.......Could not create semaphore set: No space left on device
+# at t/25ipc.t line 37
+TEST_TARGET= # disabled
+.endif
+
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"