Page MenuHomeFreeBSD

pkg: use specific CONFSNAME_${file} for FreeBSD.conf
ClosedPublic

Authored by kevans on Feb 18 2021, 4:19 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Feb 13, 4:44 PM
Unknown Object (File)
Wed, Feb 12, 3:36 AM
Unknown Object (File)
Sun, Feb 9, 7:17 PM
Unknown Object (File)
Tue, Feb 4, 10:43 AM
Unknown Object (File)
Mon, Jan 27, 8:14 PM
Unknown Object (File)
Sat, Jan 25, 7:51 PM
Unknown Object (File)
Jan 12 2025, 8:55 PM
Unknown Object (File)
Jan 9 2025, 11:14 PM
Subscribers

Details

Summary

Setting CONFSNAME directly is a little more complicated for downstream
consumers, as any additional CONFS that are added here will inherit the
group name by default. This is perhaps arguably a design flaw in CONFS
because inheriting NAME will never give a good result when additional
files are added, but this is a low-effort change.

While we're here, pull FreeBSD.conf.${branch} out into a PKGCONF
variable so one can just drop a new repo config in entirely with a new
naming scheme. CONFSNAME gets set based on chopping anything off after
".conf", so that, e.g.:

  • FooBSD.conf => FooBSD.conf
  • FooBSD.conf.internal => FooBSD.conf

Diff Detail

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