git: dsynth - Stabilization, improve compatibility
Matthew Dillon
dillon at crater.dragonflybsd.org
Sat Aug 24 09:58:23 PDT 2019
commit a67bf8db4cd59c355899649e08ed69a9cbc1796e
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Sat Aug 24 09:56:40 2019 -0700
dsynth - Stabilization, improve compatibility
* Disable /etc/make.conf for the bulk scan (__MAKE_CONF=/dev/null)
* Add -D to turn on developer mode (from zrj)
* Add a little infrastructure to cache ports variables, starting
with _PERL5_FROM_BIN.
Summary of changes:
usr.bin/dsynth/build.c | 1 -
usr.bin/dsynth/bulk.c | 7 +++++
usr.bin/dsynth/dsynth.1 | 10 +++++--
usr.bin/dsynth/dsynth.c | 27 ++++++++++++++++-
usr.bin/dsynth/dsynth.h | 7 +++--
usr.bin/dsynth/pkglist.c | 77 ++++++++++++++++++++++++++++++++++++++++++++++++
usr.bin/dsynth/subs.c | 24 +++++++++++++++
7 files changed, 146 insertions(+), 7 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/a67bf8db4cd59c355899649e08ed69a9cbc1796e
--
DragonFly BSD source repository
More information about the Commits
mailing list