Re: avoiding wayland and pkgbase

From: Lexi Winter <ivy_at_freebsd.org>
Date: Tue, 19 Aug 2025 15:34:56 UTC
void:
> Is make buildworld/installworld also going to call pkg?

no, as i said before, nothing will change about these targets.

the procedure for upgrading pkgbase from source is:

make buildworld buildkernel  # build new binaries in OBJDIR
make update-packages         # create new packages in REPODIR
pkg upgrade                  # install new packages to /

until you run make update-packages, nothing at all happens with
packages.