git: DragonFly_RELEASE_5_8 dsynth - pkg install -U and improve debug support

Matthew Dillon dillon at crater.dragonflybsd.org
Fri Feb 28 09:16:47 PST 2020


commit de0d6ae19213a46b50545cafb12e2645cd751b49
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Sun Feb 16 11:57:12 2020 -0800

    dsynth - pkg install -U and improve debug support
    
    * pkg install now passes the -U option to avoid trying to access remote
      repos.
    
    * Multiple -d's will turn off ncurses and log to stdout, but what we
      really want to do is to log to a file.  Fix thet 'single -d option'
      feature to now log to 07_debug.log.
    
    * Package dependencies on generic flavored ports (i.e. a depdency which
      does not specify the flavor) were sometimes improperly flagged for
      building even when the default flavor had failed.
    
    Reported-by: zrj

Summary of changes:
 usr.bin/dsynth/build.c  | 36 ++++++++++++++++++++++--------------
 usr.bin/dsynth/dsynth.h | 11 +++++++++--
 usr.bin/dsynth/subs.c   |  3 ++-
 3 files changed, 33 insertions(+), 17 deletions(-)

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


-- 
DragonFly BSD source repository



More information about the Commits mailing list