diff options
author | agc <agc@pkgsrc.org> | 2003-12-09 12:17:35 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2003-12-09 12:17:35 +0000 |
commit | 9e710df666ef7711f09d4698ab420bd2ae08b390 (patch) | |
tree | cfa2632936bc165df7390f2a7e60d41b75f4be17 | |
parent | 02420a6e435875d12079729d424bea6cb764508d (diff) | |
download | pkgsrc-9e710df666ef7711f09d4698ab420bd2ae08b390.tar.gz |
The build of this package fails on NetBSD-current and 1.6.2 - a SIGSEGV is
thrown when the ksi interpreter is invoked.
Mark this package as broken.
-rw-r--r-- | lang/ksi/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/ksi/Makefile b/lang/ksi/Makefile index 15610479d12..6491970bc74 100644 --- a/lang/ksi/Makefile +++ b/lang/ksi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/08/30 21:23:43 jtb Exp $ +# $NetBSD: Makefile,v 1.2 2003/12/09 12:17:35 agc Exp $ DISTNAME= ksi-3.4.1 CATEGORIES= lang @@ -19,6 +19,8 @@ USE_NEW_TEXINFO= YES USE_MAKEINFO= YES INFO_FILES= ksi-lang.info ksi-lib.info ksi.info +BROKEN= throws SIGSEGV when invoking ksi interpreter during build + .include "../../devel/readline/buildlink2.mk" .include "../../devel/zlib/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |