Page MenuHomeFreeBSD

ctypedef: fix installation of C.UTF-8
ClosedPublic

Authored by kevans on Aug 5 2021, 8:23 PM.
Tags
None
Referenced Files
F171438442: D31429.id93287.diff
Fri, Sep 11, 3:31 AM
Unknown Object (File)
Thu, Sep 10, 4:35 PM
Unknown Object (File)
Thu, Sep 10, 12:14 AM
Unknown Object (File)
Wed, Sep 9, 7:40 PM
Unknown Object (File)
Sun, Sep 6, 5:24 AM
Unknown Object (File)
Sun, Sep 6, 2:14 AM
Unknown Object (File)
Sat, Sep 5, 12:39 PM
Unknown Object (File)
Sat, Sep 5, 11:28 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
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 40875
Build 37764: arc lint + arc unit

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.