dsynth - pkg install -U and improve debug support
authorMatthew Dillon <dillon@apollo.backplane.com>
Sun, 16 Feb 2020 19:57:12 +0000 (11:57 -0800)
committerMatthew Dillon <dillon@apollo.backplane.com>
Sun, 16 Feb 2020 19:59:11 +0000 (11:59 -0800)
commit349e3a76427fce1808f74ff590e1288407989f1a
tree5c0e8b6088fe955d509e5df4b747be1f6394f6a4
parent26b4308f2044c347dd70b1332ab1dcf48e930365
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
usr.bin/dsynth/build.c
usr.bin/dsynth/dsynth.h
usr.bin/dsynth/subs.c