git: dsynth - Add "list-only" directive

Matthew Dillon dillon at crater.dragonflybsd.org
Wed Jun 10 11:41:51 PDT 2026


commit 41de5e23df9473831af521262918be65a996b516
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Wed Jun 10 11:36:47 2026 -0700

    dsynth - Add "list-only" directive
    
    This directive generates a list of build dependencies for the requested
    ports to the file "build.txt".  Each line is formatted:
    
    port at flavor pkgfilename
    
    Which should be easily parseable with an awk or sed filter.
    
    Example:  dsynth list-only everything
    
    Requested-by: daftaupe

Summary of changes:
 usr.bin/dsynth/dsynth.1 |  3 +++
 usr.bin/dsynth/dsynth.c | 23 +++++++++++++++++++++++
 2 files changed, 26 insertions(+)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/41de5e23df9473831af521262918be65a996b516


-- 
DragonFly BSD source repository


More information about the Commits mailing list