pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-IPC-Shareable Disabled the self-test on NetBS...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6bb9164316cf
branches:  trunk
changeset: 519705:6bb9164316cf
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Oct 08 08:50:39 2006 +0000

description:
Disabled the self-test on NetBSD, since it hangs.

diffstat:

 devel/p5-IPC-Shareable/Makefile |  13 ++++++++++++-
 1 files changed, 12 insertions(+), 1 deletions(-)

diffs (26 lines):

diff -r 07b7bee5c384 -r 6bb9164316cf devel/p5-IPC-Shareable/Makefile
--- a/devel/p5-IPC-Shareable/Makefile   Sun Oct 08 07:49:27 2006 +0000
+++ b/devel/p5-IPC-Shareable/Makefile   Sun Oct 08 08:50:39 2006 +0000
@@ -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 @@
 
 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"



Home | Main Index | Thread Index | Old Index