git: games: Move out non (6) utilities from /usr/games/.

Rimvydas Jasinskas zrj at crater.dragonflybsd.org
Sun Nov 12 04:25:36 PST 2017


commit 07917fe88dd28ff7c60b1137ee6c8f3f6688bf0c
Author: zrj <rimvydas.jasinskas at gmail.com>
Date:   Sun Nov 12 12:03:58 2017 +0200

    games: Move out non (6) utilities from /usr/games/.
    
    The strfile(8) and unstr(8) are pretty generic on their own and do not belong
    in /usr/games/ (with all NO_GAMES stuff). All (6) utilities are still in games.
    
     * Move stfile(8) and unstr(8) to usr.bin/.
     * Move out strfile from btools and convert it to hostprog (like nvi).
     * Compile strfile.nx only if NO_SHARE is not set.
    
    While there, apply 3rd to usr.bin/vi too (somehow skipped it in bf31779ebd).

Summary of changes:
 Makefile.inc1                                |  5 +----
 Makefile_upgrade.inc                         |  2 ++
 games/fortune/Makefile                       |  4 ++--
 games/fortune/datfiles/Makefile              |  3 +--
 games/fortune/fortune/Makefile               |  2 +-
 games/fortune/strfile/Makefile               | 12 ++++++------
 usr.bin/Makefile                             |  2 ++
 {games/fortune => usr.bin}/strfile/Makefile  |  1 -
 {games/fortune => usr.bin}/strfile/strfile.8 |  0
 {games/fortune => usr.bin}/strfile/strfile.c |  0
 {games/fortune => usr.bin}/strfile/strfile.h |  0
 {games/fortune => usr.bin}/unstr/Makefile    |  1 -
 {games/fortune => usr.bin}/unstr/unstr.c     |  0
 usr.bin/vi/Makefile                          |  3 +--
 14 files changed, 16 insertions(+), 19 deletions(-)
 copy {games/fortune => usr.bin}/strfile/Makefile (83%)
 rename {games/fortune => usr.bin}/strfile/strfile.8 (100%)
 rename {games/fortune => usr.bin}/strfile/strfile.c (100%)
 rename {games/fortune => usr.bin}/strfile/strfile.h (100%)
 rename {games/fortune => usr.bin}/unstr/Makefile (74%)
 rename {games/fortune => usr.bin}/unstr/unstr.c (100%)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/07917fe88dd28ff7c60b1137ee6c8f3f6688bf0c


-- 
DragonFly BSD source repository



More information about the Commits mailing list