Page MenuHomeFreeBSD

pkgbase: move locales into their own package
ClosedPublic

Authored by bapt on Aug 3 2021, 3:03 PM.
Tags
None
Referenced Files
F102772727: D31397.id.diff
Sat, Nov 16, 11:43 PM
F102761661: D31397.id93173.diff
Sat, Nov 16, 7:42 PM
Unknown Object (File)
Thu, Oct 31, 2:04 AM
Unknown Object (File)
Wed, Oct 23, 1:28 PM
Unknown Object (File)
Sat, Oct 19, 10:42 AM
Unknown Object (File)
Oct 3 2024, 5:01 PM
Unknown Object (File)
Oct 1 2024, 7:57 AM
Unknown Object (File)
Sep 30 2024, 5:33 PM
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.