aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorDanilo G. Baio <dbaio@FreeBSD.org>2021-01-02 21:20:35 +0000
committerDanilo G. Baio <dbaio@FreeBSD.org>2021-01-02 21:20:35 +0000
commit0066f69356e33ae40a167329f2cca51b39549fc2 (patch)
treecf4981f802a100259a57a91fc68ef155a888f672 /sysutils
parent8ed769bb08bd56f438d609cf2938c4b33110ac42 (diff)
downloadports-0066f69356e33ae40a167329f2cca51b39549fc2.tar.gz
ports-0066f69356e33ae40a167329f2cca51b39549fc2.zip
sysutils/py-salt-2019: Fix build (extract) with static bsdtar(1)
===> Extracting for py37-salt-2019-2019.2.8 => SHA256 Checksum OK for salt-2019.2.8.tar.gz. tar: Pathname can't be converted from UTF-8 to current locale. tar: Pathname can't be converted from UTF-8 to current locale. tar: Pathname can't be converted from UTF-8 to current locale. tar: Pathname can't be converted from UTF-8 to current locale. tar: Pathname can't be converted from UTF-8 to current locale. tar: Error exit delayed from previous errors. ===> Failed to extract "/portdistfiles//salt-2019.2.8.tar.gz". *** Error code 1 See more details for the same issue in bug 246618. Reported by: pkg-fallout Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=559964
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/py-salt-2019/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/sysutils/py-salt-2019/Makefile b/sysutils/py-salt-2019/Makefile
index 2a42ef061f95..dcf5a01994b5 100644
--- a/sysutils/py-salt-2019/Makefile
+++ b/sysutils/py-salt-2019/Makefile
@@ -61,6 +61,9 @@ SUB_LIST+= PYTHON_CMD=${PYTHON_CMD}
SUB_FILES= pkg-message
+# Upstream archive contains files with UTF-8 names
+EXTRACT_CMD= ${SETENV} LC_ALL=en_US.UTF-8 /usr/bin/bsdtar
+
OPTIONS_DEFINE= AWS RAET TCP ZEROMQ
OPTIONS_DEFAULT=ZEROMQ