pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/p5-Crypt-RandPasswd The self test sometimes e...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6e67d420ba24
branches:  trunk
changeset: 519450:6e67d420ba24
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Tue Oct 03 08:52:58 2006 +0000

description:
The self test sometimes ends in an endless loop.

diffstat:

 security/p5-Crypt-RandPasswd/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 38c830cf60df -r 6e67d420ba24 security/p5-Crypt-RandPasswd/Makefile
--- a/security/p5-Crypt-RandPasswd/Makefile     Tue Oct 03 05:45:54 2006 +0000
+++ b/security/p5-Crypt-RandPasswd/Makefile     Tue Oct 03 08:52:58 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2006/07/13 19:10:50 heinz Exp $
+# $NetBSD: Makefile,v 1.7 2006/10/03 08:52:58 rillig Exp $
 #
 
 DISTNAME=              Crypt-RandPasswd-0.02
@@ -14,5 +14,8 @@
 USE_LANGUAGES=         # empty
 PERL5_PACKLIST=                auto/Crypt/RandPasswd/.packlist
 
+# Sometimes results in an endless loop.
+TEST_TARGET=           # none
+
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index