summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoragc <agc>2003-12-09 12:19:53 +0000
committeragc <agc>2003-12-09 12:19:53 +0000
commit23d3d07d858a098d3412dbf7df7ff1aefdd5ef90 (patch)
tree4f3c183eab6cbe82099b39a6321168235f4ae745
parent8de771bcccae3285137f3e63b589f819e27b29f1 (diff)
downloadpkgsrc-23d3d07d858a098d3412dbf7df7ff1aefdd5ef90.tar.gz
Pull up new Makefile version to the pkgsrc-2003Q4 branch, marking this
package as broken, requested by Alistair Crooks. Module Name: pkgsrc Committed By: agc Date: Tue Dec 9 12:17:35 UTC 2003 Modified Files: pkgsrc/lang/ksi: Makefile Log Message: 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/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/ksi/Makefile b/lang/ksi/Makefile
index 15610479d12..37d425dfdd6 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.1.1.1.2.1 2003/12/09 12:19:53 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"