git: dsynth - Work on count mismatch issues, fix binary pkg deletion

Matthew Dillon dillon at crater.dragonflybsd.org
Sat May 30 10:31:29 PDT 2020


commit bd0c9b9ebb171d9dde81799dcbe7e6e8b30a86f6
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Sat May 30 08:43:20 2020 -0700

    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

Summary of changes:
 usr.bin/dsynth/build.c | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

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


-- 
DragonFly BSD source repository



More information about the Commits mailing list