pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/naim Compiles with native curses on 1.6ZL and new...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/49fa6ac7ec8f
branches:  trunk
changeset: 472989:49fa6ac7ec8f
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Apr 15 09:17:30 2004 +0000

description:
Compiles with native curses on 1.6ZL and newer; use INCOMPAT_CURSES
instead of USE_NCURSES.

diffstat:

 chat/naim/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r 186cb0cfffaa -r 49fa6ac7ec8f chat/naim/Makefile
--- a/chat/naim/Makefile        Thu Apr 15 08:38:30 2004 +0000
+++ b/chat/naim/Makefile        Thu Apr 15 09:17:30 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2004/03/28 01:14:04 snj Exp $
+# $NetBSD: Makefile,v 1.32 2004/04/15 09:17:30 wiz Exp $
 
 DISTNAME=      naim-0.11.6.7
 CATEGORIES=    chat
@@ -12,9 +12,11 @@
 GNU_CONFIGURE=         yes
 USE_BUILDLINK3=                yes
 USE_LIBTOOL=           yes
-USE_NCURSES=           # assertion "COLOR_PAIRS >= (COLORS*COLORS)" failed: file "./win.c", line 250, function "wsetup_colors"
 
 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]*
+
 .include "../../devel/ncurses/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index