FreeBSD Bugzilla – Attachment 231791 Details for
Bug 246670
bsdtar: Fails to extract (UTF-8) under QEMU_EMULATING
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
set C.UTF-8 as ports tree locale
0001-Mk-bsd.port.mk-use-C.UTF-8-as-locale-due-to-UTF-8-pa.patch (text/plain), 765 bytes, created by
Charlie Li
on 2022-02-13 12:46:59 UTC
(
hide
)
Description:
set C.UTF-8 as ports tree locale
Filename:
MIME Type:
Creator:
Charlie Li
Created:
2022-02-13 12:46:59 UTC
Size:
765 bytes
patch
obsolete
>From a2e5f03bc0f868a28d07e7f4161a966c6e650eb9 Mon Sep 17 00:00:00 2001 >From: Charlie Li <vishwin@FreeBSD.org> >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 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
vishwin
:
maintainer-approval?
(
portmgr
)
Actions:
View
|
Diff
Attachments on
bug 246670
: 231791