The ncurses headers were generated with additional configuration switches
documented on README.DRAGONFLY. One outcome is the USE_GETCAP should
be in the configuration header rather than in the Makefile, so that
was updated.
New files were imported to support building the terminfo database, and
the path for that will be /usr/share/terminfo. Accordingly, the man
page and configuration header have been updated.
misc/csort
misc/emx.src
misc/gen-pkgconfig.in
-misc/gen_edit.sh
misc/makedef.cmd
misc/makellib
misc/ncurses-config.in
misc/ncurses.supp
-misc/run_tic.in
misc/shlib
misc/tdlint
-misc/terminfo.src
mk-0th.awk
mk-1st.awk
mk-2nd.awk
panel/llib-lpaneltw
panel/llib-lpanelw
panel/modules
-progs/
+progs/Makefile.in
test/
--with-sysmouse
--enable-termcap
--enable-bsdpad
+ --enable-getcap
+ --with-default-terminfo-dir=/usr/share/terminfo
+ --with-terminfo-dirs=/usr/share/terminfo
The following files have been modified:
ncurses/tinfo/comp_scan.c
#define MIXEDCASE_FILENAMES 1
#define USE_SYSMOUSE 1
#define USE_DATABASE 1
-#define TERMINFO_DIRS "/usr/local/share/terminfo"
-#define TERMINFO "/usr/local/share/terminfo"
+#define TERMINFO_DIRS "/usr/share/terminfo"
+#define TERMINFO "/usr/share/terminfo"
#define HAVE_BIG_CORE 1
#define USE_TERMCAP 1
#define TERMPATH "/etc/termcap:/usr/share/misc/termcap"
+#define USE_GETCAP 1
#define USE_HOME_TERMINFO 1
#define USE_ROOT_ENVIRON 1
#define HAVE_REMOVE 1
#define HAVE_TCGETPGRP 1
#define HAVE_TIMES 1
#define HAVE_VSNPRINTF 1
+#define HAVE_BSD_CGETENT 1
#define HAVE_ISASCII 1
#define HAVE_NANOSLEEP 1
#define HAVE_TERMIOS_H 1
${.OBJDIR} ${.CURDIR}/../include ${NCURSESDIR}/include/
CFLAGS+= -DTRACE
-CFLAGS+= -DUSE_GETCAP
CFLAGS+= -DDRAGONFLY_NATIVE
ncurses_def.h:
.\" $Id: terminfo.head,v 1.18 2010/07/31 16:08:48 tom Exp $
.TH terminfo 5 "" "" "File Formats"
.ds n 5
-.ds d /usr/local/share/terminfo
+.ds d /usr/share/terminfo
.SH NAME
terminfo \- terminal capability data base
.SH SYNOPSIS