summaryrefslogtreecommitdiff
path: root/finance/fava
diff options
context:
space:
mode:
authorDanilo G. Baio <dbaio@FreeBSD.org>2020-08-01 18:17:52 +0000
committerDanilo G. Baio <dbaio@FreeBSD.org>2020-08-01 18:17:52 +0000
commit021ac025219a37b132cb203600cd2a9e32972e17 (patch)
tree9e098c4dd59a5158430000d5d13bccb15c5e62ed /finance/fava
parentaudio/faudio: Update to 20.08 (diff)
Fix build (extract) with static bsdtar(1)
tar: Pathname can't be converted from UTF-8 to current locale. tar: Error exit delayed from previous errors. *** 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=543918
Diffstat (limited to 'finance/fava')
-rw-r--r--finance/fava/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/finance/fava/Makefile b/finance/fava/Makefile
index 056719ae316d..f36024d2db5a 100644
--- a/finance/fava/Makefile
+++ b/finance/fava/Makefile
@@ -29,4 +29,7 @@ RUN_DEPENDS= beancount>=2.1.3:finance/beancount \
USES= python:3.5+ # same as finance/beancount
USE_PYTHON= autoplist distutils noflavors
+# Upstream archive contains files with UTF-8 names
+EXTRACT_CMD= ${SETENV} LC_ALL=en_US.UTF-8 /usr/bin/bsdtar
+
.include <bsd.port.mk>