opnsense-src/usr.sbin/pkg
Kyle Evans 55eea57aba pkg: use specific CONFSNAME_${file} for FreeBSD.conf
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

(cherry picked from commit d35164539b)
2021-08-26 12:28:38 -05:00
..
config.c usr.sbin/pkg: Don't re-define roundup2 2021-07-05 10:46:11 +01:00
config.h Make pkg(7) use environment variables specified in pkg.conf 2021-05-05 09:17:14 +02:00
dns_utils.c pkg(7): address minor nits (mostly clang-analyze complaints) 2021-02-20 13:29:46 -06:00
dns_utils.h various: general adoption of SPDX licensing ID tags. 2017-11-27 15:37:16 +00:00
FreeBSD.conf.latest Keep two versions of the FreeBSD.conf pkg configuration file; one which 2019-04-24 06:25:21 +00:00
FreeBSD.conf.quarterly Keep two versions of the FreeBSD.conf pkg configuration file; one which 2019-04-24 06:25:21 +00:00
Makefile pkg: use specific CONFSNAME_${file} for FreeBSD.conf 2021-08-26 12:28:38 -05:00
Makefile.depend DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
pkg.7 pkg(7): add an -r reponame option for bootstrap and add 2021-02-20 13:29:30 -06:00
pkg.c pkg: allow multiple add arguments again 2021-08-26 12:28:38 -05:00