git: ncurses: Block warning about "older tic versions"

John Marino marino at crater.dragonflybsd.org
Sat May 12 17:37:44 PDT 2012


commit b0ed2e1a669a2cb0a4b96f0849964df054d2f07c
Author: John Marino <draco at marino.st>
Date:   Sun May 13 02:20:20 2012 +0200

    ncurses: Block warning about "older tic versions"
    
    The /etc/termcap file should have a space between the last "|" character and the alias per
    format rules.  ncurses can still interpret the alias of the termcap entries correctly, but by
    default will emit the warning, "older tic versions may treat the description field as an alias"
    whenver it encounters such an entry (e.g. the common cons25).
    
    Rather than update hundreds of entries, just silence the warning.  This is what FreeBSD does.

Summary of changes:
 contrib/ncurses/README.DRAGONFLY          |    3 ++-
 contrib/ncurses/ncurses/tinfo/comp_scan.c |    2 ++
 lib/libncurses/libncurses/Makefile        |    1 +
 3 files changed, 5 insertions(+), 1 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/b0ed2e1a669a2cb0a4b96f0849964df054d2f07c


-- 
DragonFly BSD source repository





More information about the Commits mailing list