Re: Good practices with bectl

From: Nuno Teixeira <eduardo_at_freebsd.org>
Date: Tue, 20 Sep 2022 23:09:46 UTC
Hi Alan,

This general procedure works just as well if you're upgrading from source,
> too.
>
> sudo make DESTDIR=${BASEDIR} installworld
> sudo mergemaster -m $PWD -D $BASEDIR -U
>

(mergemaster -m </path/to/sources> -D </destdir/path>)

using etcupdate:
(etcupdate -s <source> -D <destdir>), source defaults to /usr/src

> etcupdate -D $BASEDIR

Need to find how to execute:
`make delete-old delete-old-libs` since $BASEDIR don't have /usr/src

Thanks
-- 
Nuno Teixeira
FreeBSD Committer (ports)