git: dsynth - Add IGNORE handling

Matthew Dillon dillon at crater.dragonflybsd.org
Thu Aug 22 11:53:48 PDT 2019


commit 4ea2ee4dcc855d8b6151daae6ff1f0d797d83176
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Thu Aug 22 10:29:09 2019 -0700

    dsynth - Add IGNORE handling
    
    * Add IGNORE handling (this also handles BROKEN)
    
    * Do one final ncurses update when the build ends.
    
    * Don't allocate "" strings, just leave the fields NULL for most of
      the strings in the pkg structure.

Summary of changes:
 usr.bin/dsynth/build.c   | 20 ++++++++++++++------
 usr.bin/dsynth/dsynth.h  |  1 +
 usr.bin/dsynth/pkglist.c | 26 ++++++++++----------------
 usr.bin/dsynth/repo.c    |  2 +-
 usr.bin/dsynth/subs.c    |  8 ++++++++
 5 files changed, 34 insertions(+), 23 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/4ea2ee4dcc855d8b6151daae6ff1f0d797d83176


-- 
DragonFly BSD source repository


More information about the Commits mailing list