svn commit: r559964 - head/sysutils/py-salt-2019

Danilo G. Baio dbaio at FreeBSD.org
Sat Jan 2 21:20:36 UTC 2021


Author: dbaio
Date: Sat Jan  2 21:20:35 2021
New Revision: 559964
URL: https://svnweb.freebsd.org/changeset/ports/559964

Log:
  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

Modified:
  head/sysutils/py-salt-2019/Makefile

Modified: head/sysutils/py-salt-2019/Makefile
==============================================================================
--- head/sysutils/py-salt-2019/Makefile	Sat Jan  2 20:40:36 2021	(r559963)
+++ head/sysutils/py-salt-2019/Makefile	Sat Jan  2 21:20:35 2021	(r559964)
@@ -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
 


More information about the svn-ports-all mailing list