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)
Sat, Dec 14, 12:19 PM
Unknown Object (File)
Wed, Dec 4, 9:43 PM
Unknown Object (File)
Nov 19 2024, 6:48 PM
Unknown Object (File)
Nov 5 2024, 6:54 PM
Unknown Object (File)
Nov 5 2024, 6:42 PM
Unknown Object (File)
Oct 1 2024, 12:32 AM
Unknown Object (File)
Oct 1 2024, 12:19 AM
Unknown Object (File)
Sep 30 2024, 10:29 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