git: Relocate readline and ncurses headers to /usr/include/priv
John Marino
marino at crater.dragonflybsd.org
Fri Nov 18 07:34:52 PST 2016
commit cfe0a42b768fc2fe2480b15c0fa55ed244353e4e
Author: John Marino <draco at marino.st>
Date: Thu Nov 17 14:46:24 2016 -0600
Relocate readline and ncurses headers to /usr/include/priv
Having public headers for private libraries can cause confusion for
software that assumes the presence of headers leads to the availability
of the libraries.
Discussed-with: dillon
Summary of changes:
Makefile_upgrade.inc | 7 +++++++
bin/ls/Makefile | 1 +
etc/mtree/BSD.include.dist | 4 ++++
games/atc/Makefile | 8 +++++---
games/backgammon/backgammon/Makefile | 5 ++++-
games/backgammon/teachgammon/Makefile | 6 ++++--
games/battlestar/Makefile | 5 ++++-
games/bs/Makefile | 4 +++-
games/canfield/canfield/Makefile | 6 ++++--
games/colorbars/Makefile | 2 ++
games/cribbage/Makefile | 3 +++
games/grdc/Makefile | 2 ++
games/hack/Makefile | 11 +++++++----
games/hangman/Makefile | 2 ++
games/hunt/hunt/Makefile | 2 ++
games/larn/Makefile | 7 +++++--
games/mille/Makefile | 7 ++++---
games/phantasia/Makefile | 14 +++++++++-----
games/rain/Makefile | 2 ++
games/robots/Makefile | 4 +++-
games/rogue/Makefile | 8 +++++---
games/sail/Makefile | 4 +++-
games/snake/snake/Makefile | 6 ++++--
games/worm/Makefile | 4 +++-
games/worms/Makefile | 2 ++
gnu/lib/libdialog/Makefile | 2 ++
gnu/usr.bin/dialog/Makefile | 2 ++
gnu/usr.bin/gdb/kgdb/Makefile | 2 ++
gnu/usr.bin/gdb/libgdb/Makefile | 2 ++
gnu/usr.bin/gdb/libreadline/Makefile | 1 +
lib/libedit/libedit/Makefile | 1 +
lib/libedit/readline/Makefile | 2 +-
lib/libncurses/libncurses/Makefile | 3 ++-
lib/libncurses/libpanel/Makefile | 6 ++++++
libexec/telnetd/Makefile | 1 +
sbin/vinum/Makefile | 6 ++++--
usr.bin/ee/Makefile | 2 ++
usr.bin/ftp/Makefile | 2 ++
usr.bin/less/Makefile | 2 ++
usr.bin/msgs/Makefile | 2 ++
usr.bin/ncal/Makefile | 7 ++++---
usr.bin/systat/Makefile | 2 ++
usr.bin/tabs/Makefile | 2 ++
usr.bin/talk/Makefile | 4 +++-
usr.bin/telnet/Makefile | 1 +
usr.bin/tic/Makefile | 2 ++
usr.bin/top/Makefile | 3 +++
usr.bin/tput/Makefile | 6 ++++--
usr.bin/tset/Makefile | 6 ++++--
usr.bin/ul/Makefile | 2 ++
usr.bin/vi/Makefile | 2 ++
usr.bin/window/Makefile | 2 ++
usr.sbin/tzsetup/Makefile | 2 ++
usr.sbin/watch/Makefile | 2 ++
54 files changed, 161 insertions(+), 44 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/cfe0a42b768fc2fe2480b15c0fa55ed244353e4e
--
DragonFly BSD source repository
More information about the Commits
mailing list