Re: HEADS-UP: pkgbase pkg upgrade breaks systems Re: after updating to latest, pkg base segfaults and leaves me unbootable

From: Lexi Winter <ivy_at_freebsd.org>
Date: Sat, 09 Aug 2025 10:59:59 UTC
Florian Smeets:
> Yes, I had the same issue yesterday evening. When the system was back, I was
> too tired to summarize and send something to the mailing list.

as a workaround, i suggest anyone upgrading pkgbase split the upgrade
into two steps:

	pkg upgrade -r base	# upgrade base
	pkg upgrade -r FreeBSD	# upgrade ports

replace 'base' with whatever your pkgbase repository is called.

as this problem appears to be triggered by something in ports, this
should ensure you don't end up with a broken base system if you run
into this.