git: dsynth - Add 'fetch-only {list/everything}*' directive
Matthew Dillon
dillon at crater.dragonflybsd.org
Tue Apr 19 16:14:41 PDT 2022
commit 325ef124bab73002a4f1b10eb31879056533c765
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Tue Apr 19 15:55:55 2022 -0700
dsynth - Add 'fetch-only {list/everything}*' directive
* Implements a fetch-only feature which tells dsynth to fetch all
source distributions required to build the specified ports.
If 'everything' is specified, the source distribuitons needed
to build the whole of dports will be fetched.
* Any source distributions already fetched are tested against their
checksum and re-fetched if necessary.
Summary of changes:
usr.bin/dsynth/build.c | 92 +++++++++++++++++++++++++++---------------------
usr.bin/dsynth/dsynth.1 | 8 +++++
usr.bin/dsynth/dsynth.c | 18 ++++++++++
usr.bin/dsynth/dsynth.h | 2 ++
usr.bin/dsynth/pkglist.c | 9 +++--
5 files changed, 86 insertions(+), 43 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/325ef124bab73002a4f1b10eb31879056533c765
--
DragonFly BSD source repository
More information about the Commits
mailing list