git: ncurses: Upgrade version 5.9 (20110402) => 6.0 (20160305)
John Marino
marino at crater.dragonflybsd.org
Fri Mar 11 12:01:37 PST 2016
commit 3eec877432eb8056a5450dd96fad6f6abad016b9
Author: John Marino <draco at marino.st>
Date: Fri Mar 11 20:11:40 2016 +0100
ncurses: Upgrade version 5.9 (20110402) => 6.0 (20160305)
The tic program has been updated at the same time.
The symbol maps were expanded using the vendor symbol maps so they
should be more accurate than before. Only one new symbol came in
for the 6.0 version, but I didn't see it present in any library.
For now, the ncurses headers are still being installed. They may
be removed later if dports will support it and it doesn't cause
problem with unix specifications. (On DragonFly, the ncurses
base libraries are private so in theory the headers should be too).
Summary of changes:
Makefile_upgrade.inc | 1 +
lib/libncurses/Makefile | 5 +-
lib/libncurses/Makefile.inc | 45 +-
lib/libncurses/Symbol.base.map | 802 ++++++++++++++++++++++++++++++++++
lib/libncurses/Symbol.wide.map | 112 +++++
lib/libncurses/Versions.def | 5 +-
lib/libncurses/include/MKterm.h.awk | 48 +-
lib/libncurses/include/curses.head | 336 +++++++-------
lib/libncurses/include/ncurses_cfg.h | 91 ++--
lib/libncurses/include/ncurses_dll.h | 20 +-
lib/libncurses/include/termcap.h | 2 +-
lib/libncurses/include/unctrl.h | 4 +-
lib/libncurses/libncurses/Makefile | 187 ++++----
lib/libncurses/libncurses/Symbol.map | 566 ------------------------
lib/libncurses/libncursesw/Makefile | 4 +-
lib/libncurses/libncursesw/Symbol.map | 117 -----
lib/libncurses/libpanel/Makefile | 37 +-
lib/libncurses/libpanel/Symbol.map | 17 -
lib/libncurses/libpanelw/Makefile | 2 +-
lib/libncurses/libpanelw/Symbol.map | 1 -
share/terminfo/Makefile.entries | 1 -
usr.bin/tic/Makefile | 2 +-
usr.bin/tic/tic.1 | 100 +++--
23 files changed, 1394 insertions(+), 1111 deletions(-)
create mode 100644 lib/libncurses/Symbol.base.map
create mode 100644 lib/libncurses/Symbol.wide.map
delete mode 100644 lib/libncurses/libncurses/Symbol.map
delete mode 100644 lib/libncurses/libncursesw/Symbol.map
delete mode 100644 lib/libncurses/libpanel/Symbol.map
delete mode 100644 lib/libncurses/libpanelw/Symbol.map
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/3eec877432eb8056a5450dd96fad6f6abad016b9
--
DragonFly BSD source repository
More information about the Commits
mailing list