Page MenuHomeFreeBSD

pkgbase: move locales into their own package
ClosedPublic

Authored by bapt on Aug 3 2021, 3:03 PM.
Tags
None
Referenced Files
F132263414: D31397.id93173.diff
Wed, Oct 15, 7:34 AM
Unknown Object (File)
Sat, Oct 4, 7:40 PM
Unknown Object (File)
Fri, Sep 26, 5:00 AM
Unknown Object (File)
Thu, Sep 25, 2:39 AM
Unknown Object (File)
Wed, Sep 24, 12:37 PM
Unknown Object (File)
Sun, Sep 21, 11:23 PM
Unknown Object (File)
Mon, Sep 15, 10:51 PM
Unknown Object (File)
Sep 15 2025, 12:06 AM
Subscribers

Details

Summary

The only exception here being C.UTF-8

Diff Detail

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

Event Timeline

bapt requested review of this revision.Aug 3 2021, 3:03 PM

I like this change very much.

Maybe share/ctypedef/Makefile deserves a comment explaining why it's a special case?

Add a comment for C.UTF-8

share/ctypedef/Makefile
234

also should this be runtime?

For CI boot smoke test (tools/boot/ci-qemu-test.sh) I have found that I can get away with just:

  • FreeBSD-kernel-generic
  • FreeBSD-bootloader
  • FreeBSD-clibs
  • FreeBSD-runtime

(with a few warnings emitted on the console) admittedly just about any usable FreeBSD install will have -utilities installed but it appears there are bare minimal cases that can get away with just -runtime

Change the C.UTF-8 package to runtime

bapt marked an inline comment as done.Aug 3 2021, 3:18 PM
This revision is now accepted and ready to land.Aug 3 2021, 3:41 PM
This revision now requires review to proceed.Aug 3 2021, 4:10 PM
This revision was not accepted when it landed; it landed in state Needs Review.Aug 3 2021, 4:37 PM
This revision was automatically updated to reflect the committed changes.