aboutsummaryrefslogtreecommitdiff
path: root/sysutils/py-salt/Makefile
diff options
context:
space:
mode:
authorDanilo G. Baio <dbaio@FreeBSD.org>2020-10-26 23:44:25 +0000
committerDanilo G. Baio <dbaio@FreeBSD.org>2020-10-26 23:44:25 +0000
commit23c5d6218b96cfd0342f4306cddff31772f4a415 (patch)
treec64723919547a8170d39ce5e6cadee20752e4214 /sysutils/py-salt/Makefile
parent81caf2b18c697adf0d5e03a6082b5847ef5f0d1a (diff)
downloadports-23c5d6218b96cfd0342f4306cddff31772f4a415.tar.gz
ports-23c5d6218b96cfd0342f4306cddff31772f4a415.zip
sysutils/py-salt: Fix build (extract) with static bsdtar(1)
===> Extracting for py37-salt-3002_2 => SHA256 Checksum OK for salt-3002.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-3002.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=553401
Diffstat (limited to 'sysutils/py-salt/Makefile')
-rw-r--r--sysutils/py-salt/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/sysutils/py-salt/Makefile b/sysutils/py-salt/Makefile
index 192c88ea2a6b..66337cea3e80 100644
--- a/sysutils/py-salt/Makefile
+++ b/sysutils/py-salt/Makefile
@@ -60,6 +60,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 TCP ZEROMQ
OPTIONS_DEFAULT=ZEROMQ