Page MenuHomeFreeBSD

release: use sets to select base packages
ClosedPublic

Authored by ifreund_freebsdfoundation.org on Sep 17 2025, 2:11 PM.
Tags
None
Referenced Files
F157330579: D52592.id162262.diff
Wed, May 20, 9:35 AM
Unknown Object (File)
Tue, May 19, 5:29 AM
Unknown Object (File)
Mon, May 18, 9:37 PM
Unknown Object (File)
Mon, May 18, 5:10 PM
Unknown Object (File)
Mon, May 18, 6:05 AM
Unknown Object (File)
Sun, May 17, 9:55 PM
Unknown Object (File)
Fri, May 15, 7:17 AM
Unknown Object (File)
Thu, May 14, 5:20 PM
Subscribers

Details

Summary

The introduction of package sets allows us to replace the current
fragile string matching with this simpler and more robust alternative.

Sponsored by: The FreeBSD Foundation

Diff Detail

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

Event Timeline

Replace some _s with -s that were overlooked.

if possible, please MFC this to stable/15 immediately after landing it since it's required for D52558 and i'd like to get all the pending pkgbase changes into stable/15 in time for 15.0-ALPHA3 on Friday.

This revision is now accepted and ready to land.Sep 17 2025, 5:51 PM

as i mentioned on IRC, i would prefer to land this myself along with D52558 (bsdinstall changes) so i can MFC both together, since they both require each other.

i had to rebase this to fit with Colin's change in b9afd7f6a5b1cf1a6cbcef7a55aede7e71a0babc: https://git.le-fay.org/freebsd/src/commit/?h=main&id=9cdd5f0088308e68f71323737c6b3044c9b485bc

currently building media to test this for both main and stable/15 (although the main release build is broken until Colin lands the package-pkg fix shortly).

This revision was automatically updated to reflect the committed changes.