pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/chat/naim Compiles fine with our curses, but running f...
details: https://anonhg.NetBSD.org/pkgsrc/rev/c7de648a7f70
branches: trunk
changeset: 473076:c7de648a7f70
user: wiz <wiz%pkgsrc.org@localhost>
date: Thu Apr 15 21:54:59 2004 +0000
description:
Compiles fine with our curses, but running fails; noted by snj.
diffstat:
chat/naim/Makefile | 10 +++++++---
1 files changed, 7 insertions(+), 3 deletions(-)
diffs (24 lines):
diff -r 52ffe6f62db2 -r c7de648a7f70 chat/naim/Makefile
--- a/chat/naim/Makefile Thu Apr 15 21:54:28 2004 +0000
+++ b/chat/naim/Makefile Thu Apr 15 21:54:59 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2004/04/15 09:17:30 wiz Exp $
+# $NetBSD: Makefile,v 1.33 2004/04/15 21:54:59 wiz Exp $
DISTNAME= naim-0.11.6.7
CATEGORIES= chat
@@ -15,8 +15,12 @@
CONFIGURE_ARGS+= --mandir=${PREFIX}/man
-INCOMPAT_CURSES= NetBSD-1.5* NetBSD-1.6[-_.]*
-INCOMPAT_CURSES+= NetBSD-1.6[A-Z]-* NetBSD-1.6Z[A-K]*
+USE_NCURSES= # compiles fine, but terminates on startup with:
+# assertion "strlen(h->addch.buf) == h->addch.len" failed:
+# file "hwprintf.c", line 41, function "h_zero"
+
+#INCOMPAT_CURSES= NetBSD-1.5* NetBSD-1.6[-_.]*
+#INCOMPAT_CURSES+= NetBSD-1.6[A-Z]-* NetBSD-1.6Z[A-K]*
.include "../../devel/ncurses/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index