Re: Custom Kernel PKGBASE Package

From: Lexi Winter <ivy_at_freebsd.org>
Date: Sat, 14 Mar 2026 18:37:16 UTC
vermaden wrote in <britniwbridergkvffyl@okpw>:
> > you almost certainly want to be using make update-packages here
> > (see build(7)) to avoid changing the version number of packages
> > whose contents haven't changed.
> 
> Even for the first time I should run 'make update-packages' instead 'make packages'?
 
if there's no existing repository it makes no difference, so it's
simplest to always use update-packages and never use make packages.