git: dsynth - Conditionally avoid passing PKG_SUFX make env

2021-10-17 Thread Matthew Dillon
commit dca89e4405b90a43fd957e5344ae863b02ae2727 Author: Matthew Dillon Date: Sun Oct 17 14:24:02 2021 -0700 dsynth - Conditionally avoid passing PKG_SUFX make env * Avoid WARNINGs in the logs due to passing PKG_SUFX into make env. Remove this for pkg versions 1.17 or

git: dsynth - Add PKG_COMPRESSION_FORMAT

2021-10-17 Thread Matthew Dillon
commit bd73b8953e1efdf0e6469823643931c9eaaf7eae Author: Matthew Dillon 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

git: dsynth - Support pkg 1.17 (.pkg suffix for packages)

2021-10-17 Thread Matthew Dillon
commit 753e4c44e66c52cff57375aa1cbd8b451b1e0bd0 Author: Matthew Dillon Date: Sun Oct 17 10:17:56 2021 -0700 dsynth - Support pkg 1.17 (.pkg suffix for packages) * When scanning for binary packages, check for .pkg suffixed files unconditionally in addition to checking for

git: dsynth: Explicitly fail when the chroot can't resolve DNS names

2021-10-17 Thread Antonio Huete Jimenez
commit 77d66d4e04b5d7279742c3a9fb6a03baa69f3545 Author: Antonio Huete Jimenez Date: Sun Oct 17 18:05:25 2021 +0200 dsynth: Explicitly fail when the chroot can't resolve DNS names Summary of changes: usr.bin/dsynth/build.c | 27 +++ 1 file changed, 27