Relocate readline and ncurses headers to /usr/include/privHaving public headers for private libraries can cause confusion forsoftware that assumes the presence of headers leads to the availability
Relocate readline and ncurses headers to /usr/include/privHaving public headers for private libraries can cause confusion forsoftware that assumes the presence of headers leads to the availabilityof the libraries.Discussed-with: dillon
show more ...
libedit: Upgrade NetBSD version 2011-03-11As NetBSD has properly packaged regular releases of their libeditlibrary (readline replacement), a new vendor branch has been createdfor it. Libedit was
libedit: Upgrade NetBSD version 2011-03-11As NetBSD has properly packaged regular releases of their libeditlibrary (readline replacement), a new vendor branch has been createdfor it. Libedit was last synchronized with NetBSD 4 years ago, tothe week.During that time, a new function was added to the DragonFly versionthat still doesn't exist on NetBSD. It is necessary to support GDB7.x, so the addition of rl_completion_word_break_hook function hasbeen carried over to this update.
libedit: add readline compat rl_completion_word_break_hookThis follows roughly what is described in the readline manual.rl_completion_word_break_hook is needed by gdb-7.
Install libedit's readline headers.Also install compat headers which are sometimes used.
Sync with NetBSD:Add EL_REFRESH and rl_forced_update_display().
Sync with NetBSD.
Update libedit from NetBSD.libedit update by: Ben Woolley <tautolog@gmail.com>consumers update by: corecode