DragonFly BSD
DragonFly commits List (threaded) for 2012-05
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

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


From: John Marino <marino@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sat, 12 May 2012 17:37:44 -0700 (PDT)

commit b0ed2e1a669a2cb0a4b96f0849964df054d2f07c
Author: John Marino <draco@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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]