On Mon, 23 Jun 2025, John Klos wrote:
sh-3.2# bmake package updatePrefer "make replace" over "make update", in general.IIRC, that doesn't recursively update affected packages, does it?
Well, it will try to run "package-install", which will fail. You can do make replace DEPENDS_TARGET=replacebut that will not work if it tries to install something that was not previously installed.
I wish we had an "install-or-replace" target that works in both cases. -- Benny