Page MenuHomeFreeBSD

packages: Add a dependency from -rc to -runtime
ClosedPublic

Authored by ivy on Sep 21 2025, 3:47 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Jul 15, 6:45 AM
Unknown Object (File)
Wed, Jul 15, 6:45 AM
Unknown Object (File)
Mon, Jul 6, 12:40 PM
Unknown Object (File)
Mon, Jun 29, 10:56 PM
Unknown Object (File)
Thu, Jun 18, 10:13 AM
Unknown Object (File)
Jun 5 2026, 2:50 PM
Unknown Object (File)
May 17 2026, 11:58 PM
Unknown Object (File)
May 17 2026, 11:58 PM
Subscribers

Details

Summary

rc(8), as well as rc scripts themselves, require /bin/sh and basic
shell utilities to work. Currently -rc has an implicit dependency
on -runtime because of libutil, but this might change in the future
if libutil were moved to a different package. Add an explicit dep
to ensure -runtime is installed.

Diff Detail

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