pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mk
Module Name: pkgsrc
Committed By: roy
Date: Thu Oct 4 15:34:42 UTC 2018
Modified Files:
pkgsrc/mk: curses.builtin.mk
Log Message:
Add ripoffline as a curses function to test for
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/mk/curses.builtin.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/mk/curses.builtin.mk
diff -u pkgsrc/mk/curses.builtin.mk:1.18 pkgsrc/mk/curses.builtin.mk:1.19
--- pkgsrc/mk/curses.builtin.mk:1.18 Mon Apr 24 12:16:38 2017
+++ pkgsrc/mk/curses.builtin.mk Thu Oct 4 15:34:42 2018
@@ -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 @@ BUILTIN_FIND_HEADERS.H_CURSES= curses.
# 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