commit 927e4e3ed648d71dedbb49ec6e386de04befd6d2 Author: Matthew Dillon <dil...@apollo.backplane.com> Date: Fri Dec 27 00:32:17 2019 -0800
dsynth - Abort on certain probe errors during pkglist scan * If any directly-specified package or any direct dependency of any directly-specified package fails to probe, we now abort prior to entering ncurses mode. * Note that 'dsynth everything' does not abort. Requested-by: zrj Summary of changes: usr.bin/dsynth/dsynth.c | 2 ++ usr.bin/dsynth/dsynth.h | 1 + usr.bin/dsynth/pkglist.c | 36 ++++++++++++++++++++++++++++++++++++ 3 files changed, 39 insertions(+) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/927e4e3ed648d71dedbb49ec6e386de04befd6d2 -- DragonFly BSD source repository