dsynth - Work on count mismatch issues, fix binary pkg deletion
authorMatthew Dillon <dillon@apollo.backplane.com>
Sat, 30 May 2020 15:43:20 +0000 (08:43 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Sat, 30 May 2020 17:13:33 +0000 (10:13 -0700)
commitbd0c9b9ebb171d9dde81799dcbe7e6e8b30a86f6
tree65ff8b2ca2c35dbec363f0976050539078e11b24
parent549987f13957eaced9ed056f9ee9355f9586449c
dsynth - Work on count mismatch issues, fix binary pkg deletion

* The remaining count issue was due to an incorrect test
  involving PKGF_NOTREADY, which also happens to be the code
  which is supposed to delete packages with missing or modified
  dependencies.

* Fix the test.  This should fix both the remaining count issue
  (any remaining issues will be logged in 05*.log), and hopefully
  also properly delete packages with missing or modified dependencies
  at the start of the run (logged as DELETE-PACKAGE in 00*.log).

Reported-by: tuxillo
usr.bin/dsynth/build.c