Page MenuHomeFreeBSD

ctypedef: fix installation of C.UTF-8
ClosedPublic

Authored by kevans on Aug 5 2021, 8:23 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Apr 13, 12:45 AM
Unknown Object (File)
Thu, Apr 11, 2:32 PM
Unknown Object (File)
Mar 15 2024, 8:21 AM
Unknown Object (File)
Mar 15 2024, 8:21 AM
Unknown Object (File)
Mar 11 2024, 1:20 PM
Unknown Object (File)
Mar 8 2024, 1:26 AM
Unknown Object (File)
Jan 17 2024, 10:29 AM
Unknown Object (File)
Jan 5 2024, 7:42 AM
Subscribers

Details

Summary

The appropriate directory and name were assigned to the FILESDIR
grouping, but not the ALWAYS grouping where C.UTF-8 is actually
assigned. Add the appropriate bits for ALWAYSDIR, and remove an
obsolete *PACKAGE= assignment since C.UTF-8 is explicitly not included
in FILES.

Fixes: 0fa5403d493b ("pkgbase: move locales into their own package")

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

kevans requested review of this revision.Aug 5 2021, 8:23 PM

Not tested but looks good to me.
Do the locales is still part of runtime and not locales ?

This revision is now accepted and ready to land.Aug 5 2021, 8:27 PM
In D31429#708437, @manu wrote:

Not tested but looks good to me.
Do the locales is still part of runtime and not locales ?

Only C.UTF-8 is in runtime, FILES* fall into the default PACKAGE provided at the top.

In D31429#708437, @manu wrote:

Not tested but looks good to me.
Do the locales is still part of runtime and not locales ?

Only C.UTF-8 is in runtime, FILES* fall into the default PACKAGE provided at the top.

that's what I wanted to ask ... thanks for confirming :)

This revision was automatically updated to reflect the committed changes.