aboutsummaryrefslogtreecommitdiff
path: root/java/icedtea-web
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 /java/icedtea-web
parentb5bc25b36372890fb810266c3621311eab75373a (diff)
downloadports-021ac025219a37b132cb203600cd2a9e32972e17.tar.gz
ports-021ac025219a37b132cb203600cd2a9e32972e17.zip
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 'java/icedtea-web')
-rw-r--r--java/icedtea-web/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/java/icedtea-web/Makefile b/java/icedtea-web/Makefile
index 28f00a1aa6bf..257f43f902a9 100644
--- a/java/icedtea-web/Makefile
+++ b/java/icedtea-web/Makefile
@@ -49,6 +49,9 @@ CONFIGURE_SHELL= ${bash_CMD}
TEST_TARGET= check
+# Upstream archive contains files with UTF-8 names
+EXTRACT_CMD= ${SETENV} LC_ALL=en_US.UTF-8 /usr/bin/bsdtar
+
OPTIONS_DEFINE= DOCS PLUGIN RHINO TAGSOUP
OPTIONS_DEFAULT=PLUGIN
OPTIONS_SUB= yes