git: dsynth - pkg install -U and improve debug support
Matthew Dillon
dillon at crater.dragonflybsd.org
Sun Feb 16 12:00:15 PST 2020
commit 349e3a76427fce1808f74ff590e1288407989f1a
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/349e3a76427fce1808f74ff590e1288407989f1a
--
DragonFly BSD source repository
More information about the Commits
mailing list