From a2e5f03bc0f868a28d07e7f4161a966c6e650eb9 Mon Sep 17 00:00:00 2001 From: Charlie Li Date: Sun, 13 Feb 2022 07:14:45 -0500 Subject: [PATCH] Mk/bsd.port.mk: use C.UTF-8 as locale due to UTF-8 pathnames in tarballs PR: 246670 --- Mk/bsd.port.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index 78961a9b6c31..f8398135403a 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -1012,8 +1012,8 @@ FreeBSD_MAINTAINER= portmgr@FreeBSD.org # Most port authors should not need to understand anything after this point. # -LANG= C -LC_ALL= C +LANG= C.UTF-8 +LC_ALL= C.UTF-8 .export LANG LC_ALL # These need to be absolute since we don't know how deep in the ports -- 2.35.1