Re: possible to upgrade from stable/14 to current?

From: Chuck Tuffli <ctuffli_at_gmail.com>
Date: Thu, 01 Feb 2024 19:00:49 UTC
On Thu, Feb 1, 2024 at 7:39 AM Doug Rabson <dfr@rabson.org> wrote:
> On Thu, 1 Feb 2024 at 01:45, Chuck Tuffli <ctuffli@gmail.com> wrote:
>>
>> I've been running with pkgbase using the official packages. Because of
>> the timing, the system is running stable/14. Is it possible to convert
>> this install to current? I've tried editing the package conf file to
>> change ${ABI} to FreeBSD:15:amd64, but pkg complains about the wrong
>> architecture.
>
> I think it should be possible using something like 'ABI=FreeBSD:15:amd64 pkg-static update ... && ABI=FreeBSD:15:amd64 pkg-static upgrade ...'

That worked perfectly. Thank you!

--chuck