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)
Fri, Jan 10, 3:03 AM
Unknown Object (File)
Dec 10 2024, 2:26 PM
Unknown Object (File)
Dec 8 2024, 3:05 AM
Unknown Object (File)
Dec 4 2024, 1:32 AM
Unknown Object (File)
Dec 2 2024, 4:42 PM
Unknown Object (File)
Dec 2 2024, 4:42 PM
Unknown Object (File)
Dec 1 2024, 10:25 PM
Unknown Object (File)
Dec 1 2024, 9:50 PM
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.