pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk Add ripoffline as a curses function to test for



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9acf1fc4cb6a
branches:  trunk
changeset: 313617:9acf1fc4cb6a
user:      roy <roy%pkgsrc.org@localhost>
date:      Thu Oct 04 15:34:42 2018 +0000

description:
Add ripoffline as a curses function to test for

diffstat:

 mk/curses.builtin.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 092080d48f45 -r 9acf1fc4cb6a mk/curses.builtin.mk
--- a/mk/curses.builtin.mk      Thu Oct 04 14:13:43 2018 +0000
+++ b/mk/curses.builtin.mk      Thu Oct 04 15:34:42 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: curses.builtin.mk,v 1.18 2017/04/24 12:16:38 sborrill Exp $
+# $NetBSD: curses.builtin.mk,v 1.19 2018/10/04 15:34:42 roy Exp $
 
 BUILTIN_PKG:=  curses
 
@@ -11,7 +11,7 @@
 # package can use the builtin curses or not.
 #
 BUILTIN_TEST_CURSES_FUNCS=     chgat getsyx halfdelay putwin
-BUILTIN_TEST_CURSES_FUNCS+=    resize_term resizeterm set_escdelay syncok
+BUILTIN_TEST_CURSES_FUNCS+=    resize_term resizeterm ripoffline set_escdelay syncok
 BUILTIN_TEST_CURSES_FUNCS+=    wgetnstr wsyncup mvwchgat vw_printw
 BUILTIN_TEST_CURSES_DEFINES=   WA_NORMAL
 



Home | Main Index | Thread Index | Old Index