Re: git: 6b5adf33873a - main - Include a pkg package in the pkgbase repo

From: Lexi Winter <ivy_at_freebsd.org>
Date: Fri, 19 Sep 2025 14:48:37 UTC
Colin Percival wrote in <202509172239.58HMdOK9055924@gitrepo.freebsd.org>:
>     Include a pkg package in the pkgbase repo
>     
> -create-packages: .PHONY create-packages-world create-packages-kernel create-packages-source create-packages-sets
> +create-packages: .PHONY create-packages-world create-packages-kernel create-packages-source package-pkg create-packages-sets

please consider reverting this: it causes a normal source build to
attempt to install software from ports as root, which is not right,
and it means the base repository is polluted with a random package
from ports, when it is supposed to only include the base system.

if this is necessary for the release media, then it should at least
be optional and enabled by a make option, not by default.