Page MenuHomeFreeBSD

pkgbase: move locales into their own package
ClosedPublic

Authored by bapt on Aug 3 2021, 3:03 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, May 8, 2:29 AM
Unknown Object (File)
Sat, May 4, 4:58 PM
Unknown Object (File)
Fri, May 3, 1:28 AM
Unknown Object (File)
Thu, May 2, 12:12 PM
Unknown Object (File)
Apr 6 2024, 10:08 AM
Unknown Object (File)
Mar 15 2024, 7:05 AM
Unknown Object (File)
Mar 15 2024, 7:05 AM
Unknown Object (File)
Mar 15 2024, 7:05 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.