FreeBSD Bugzilla – Attachment 178935 Details for
Bug 216124
Mk/bsd.port.mk: set LC_COLLATE=C for CONFIGURE_ENV and MAKE_ENV
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed patch to set LC_COLLATE in CONFIGURE_ENV and MAKE_ENV
PATCH-bsd.port.mk-LC_COLLATE (text/plain), 600 bytes, created by
Gerald Pfeifer
on 2017-01-15 21:20:27 UTC
(
hide
)
Description:
Proposed patch to set LC_COLLATE in CONFIGURE_ENV and MAKE_ENV
Filename:
MIME Type:
Creator:
Gerald Pfeifer
Created:
2017-01-15 21:20:27 UTC
Size:
600 bytes
patch
obsolete
>Index: Mk/bsd.port.mk >=================================================================== >--- Mk/bsd.port.mk (revision 431564) >+++ Mk/bsd.port.mk (working copy) >@@ -1484,10 +1484,12 @@ > PKG_ENV+= PORTSDIR=${PORTSDIR} > CONFIGURE_ENV+= XDG_DATA_HOME=${WRKDIR} \ > XDG_CONFIG_HOME=${WRKDIR} \ >- HOME=${WRKDIR} >+ HOME=${WRKDIR} \ >+ LC_COLLATE=C > MAKE_ENV+= XDG_DATA_HOME=${WRKDIR} \ > XDG_CONFIG_HOME=${WRKDIR} \ >- HOME=${WRKDIR} >+ HOME=${WRKDIR} \ >+ LC_COLLATE=C > # Respect TMPDIR passed via make.conf or similar and pass it down > # to configure and make. > .if defined(TMPDIR)
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:
gerald
:
maintainer-approval?
(
portmgr
)
Actions:
View
|
Diff
Attachments on
bug 216124
: 178935