commit 44038c6107c05093898d25d95b0596560fcce4f7 Author: Matthew Dillon <dil...@apollo.backplane.com> Date: Sun Oct 17 10:37:36 2021 -0700
dsynth - Add PKG_COMPRESSION_FORMAT * Generate a PKG_COMPRESSION_FORMAT env variable in addition to PKG_SUFX. This should fix the compression format used for package generation to be the one specified in dsynth.ini. * For now keep PKG_SUFX in case dsynth is run on an older system. It will cause dports to generate warnings in the logs, which can be ignored. Summary of changes: usr.bin/dsynth/build.c | 5 +++++ usr.bin/dsynth/dsynth.c | 5 +++++ 2 files changed, 10 insertions(+) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/44038c6107c05093898d25d95b0596560fcce4f7 -- DragonFly BSD source repository