pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/ettercap Replace USE_NCURSES with INCOMPAT_CURSES,...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/61604986ce0d
branches:  trunk
changeset: 541956:61604986ce0d
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Apr 28 22:08:14 2008 +0000

description:
Replace USE_NCURSES with INCOMPAT_CURSES, now that PR 24928 is fixed.

diffstat:

 net/ettercap/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r f30d0ee7fd02 -r 61604986ce0d net/ettercap/Makefile
--- a/net/ettercap/Makefile     Mon Apr 28 22:06:01 2008 +0000
+++ b/net/ettercap/Makefile     Mon Apr 28 22:08:14 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2008/01/18 05:08:41 tnn Exp $
+# $NetBSD: Makefile,v 1.43 2008/04/28 22:08:14 wiz Exp $
 
 DISTNAME=              ettercap-0.6.b
 PKGREVISION=           4
@@ -17,7 +17,8 @@
 
 .include "options.mk"
 
-USE_NCURSES=           # putwin()
+# putwin() appeared in 4.99.60
+INCOMPAT_CURSES=       NetBSD-[0-3]* NetBSD-4.[0-9].* NetBSD-4.99.[012345]*
 USE_OLD_DES_API=       yes
 PTHREAD_OPTS+=         require
 PTHREAD_AUTO_VARS=     yes



Home | Main Index | Thread Index | Old Index