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

Matthew Dillon dillon at crater.dragonflybsd.org
Sat May 30 10:37:04 PDT 2020


commit 6163e9b4fd6f1cc30a96200abe9d177698135e95
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/6163e9b4fd6f1cc30a96200abe9d177698135e95


-- 
DragonFly BSD source repository


More information about the Commits mailing list