Page MenuHomeFreeBSD

packages: Move powerd to its own package
ClosedPublic

Authored by ivy on Sep 20 2025, 8:33 PM.
Tags
None
Referenced Files
F154970515: D52645.diff
Thu, Apr 30, 9:30 AM
Unknown Object (File)
Mon, Apr 27, 12:30 PM
Unknown Object (File)
Fri, Apr 24, 1:20 AM
Unknown Object (File)
Fri, Apr 10, 3:50 PM
Unknown Object (File)
Mon, Apr 6, 10:16 AM
Unknown Object (File)
Sun, Apr 5, 4:05 PM
Unknown Object (File)
Sun, Apr 5, 12:50 PM
Unknown Object (File)
Fri, Apr 3, 9:13 AM
Subscribers

Details

Summary

Nearly everyone wants powerd to manage CPU frequency scaling on real
hardware, even if -utilities isn't installed. Conversely, very small
jails might want -utilities but don't need powerd.

Move it to its own package and add it to the minimal set.

MFC after: 3 days

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 67205
Build 64088: arc lint + arc unit

Event Timeline

ivy requested review of this revision.Sep 20 2025, 8:33 PM

add an UPDATING entry

... although i'm wondering if we should stop doing these after the 15.0 release,
at least for packages which are in set-minimal, since they're quite spammy.

add the missing powerd-all.ucl

Spammy how? Unlike ports, UPDATING isn't automatically displayed. I imagine that they'd slow way down once we have the deck chairs just so...

This revision is now accepted and ready to land.Sep 20 2025, 11:10 PM
In D52645#1202643, @imp wrote:

Spammy how? Unlike ports, UPDATING isn't automatically displayed. I imagine that they'd slow way down once we have the deck chairs just so...

well, just reading through UPDATING, a lot of recent entries are about pkgbase. but i suppose it's fine, people can just skip them if they aren't interested.

This revision was automatically updated to reflect the committed changes.