git: ncurses solidation: Remove all references to libtermcap
John Marino
marino at crater.dragonflybsd.org
Wed Mar 9 09:01:03 PST 2016
commit 5cef369fdd7a6c079699b8af16e8b91b0149a118
Author: John Marino <draco at marino.st>
Date: Wed Mar 9 17:14:56 2016 +0100
ncurses solidation: Remove all references to libtermcap
The termlib, termcap, and tinfo libraries are all symlinked to ncurses
library. There's no reason to have four aliases for the same library
when none of them are exposed outside base.
termlib and tinfo aren't referenced anywhere, but libtermcap is.
This commit changes all the references to libtermcap to libncurses,
and removes the private aliases of ncurses.
Summary of changes:
Makefile_upgrade.inc | 18 ++++++++++++++++++
bin/csh/Makefile | 8 ++++----
bin/ls/Makefile | 4 ++--
bin/sh/Makefile | 8 ++++----
games/backgammon/backgammon/Makefile | 4 ++--
games/backgammon/teachgammon/Makefile | 4 ++--
games/battlestar/Makefile | 4 ++--
games/colorbars/Makefile | 4 ++--
games/hack/Makefile | 4 ++--
games/larn/Makefile | 4 ++--
games/phantasia/Makefile | 4 ++--
games/rain/Makefile | 4 ++--
games/worms/Makefile | 4 ++--
gnu/sbin/lvm/Makefile | 4 ++--
gnu/usr.bin/gdb/libgdb/Makefile | 4 ++--
lib/libncurses/libncurses/Makefile | 15 ---------------
libexec/telnetd/Makefile | 4 ++--
sbin/fsdb/Makefile | 4 ++--
sbin/vinum/Makefile | 4 ++--
secure/usr.bin/sftp/Makefile | 4 ++--
share/initrd/bin/Makefile | 2 +-
share/initrd/sbin.lvm/Makefile | 4 ++--
share/initrd/sbin/Makefile | 2 +-
share/mk/bsd.libnames.mk | 3 ---
usr.bin/bc/Makefile | 4 ++--
usr.bin/crunch/examples/filesystem.conf | 2 +-
usr.bin/crunch/examples/fixit.conf | 2 +-
usr.bin/crunch/examples/kcopy.conf | 2 +-
usr.bin/crunch/examples/really-big.conf | 2 +-
usr.bin/ftp/Makefile | 4 ++--
usr.bin/less/Makefile | 4 ++--
usr.bin/msgs/Makefile | 4 ++--
usr.bin/ncal/Makefile | 4 ++--
usr.bin/systat/Makefile | 4 ++--
usr.bin/tabs/Makefile | 4 ++--
usr.bin/talk/Makefile | 4 ++--
usr.bin/telnet/Makefile | 4 ++--
usr.bin/tftp/Makefile | 4 ++--
usr.bin/top/Makefile | 4 ++--
usr.bin/tput/Makefile | 4 ++--
usr.bin/tset/Makefile | 4 ++--
usr.bin/ul/Makefile | 4 ++--
usr.bin/units/Makefile | 4 ++--
usr.bin/window/Makefile | 4 ++--
usr.sbin/802_11/wpa_cli/Makefile | 4 ++--
usr.sbin/cdcontrol/Makefile | 4 ++--
usr.sbin/lpr/lpc/Makefile | 4 ++--
usr.sbin/pppctl/Makefile | 4 ++--
usr.sbin/watch/Makefile | 4 ++--
49 files changed, 108 insertions(+), 108 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/5cef369fdd7a6c079699b8af16e8b91b0149a118
--
DragonFly BSD source repository
More information about the Commits
mailing list