Re: What is a FLAVOR and how to unbreak ports?

Gleb Popov <[email protected]> Sun, 26 Jul 2026 22:51:18 +0300
Newsgroups gmane.os.freebsd.devel.ports
Message-ID <CALH631nghtQpj+Loxsx3SL7tfr_URbW7pHRZScLpyki8HvBjBg@mail.gmail.com>
On Sun, Jul 26, 2026 at 10:43=E2=80=AFPM Steve Kargl <[email protected]> w=
rote:
>
> Hi,
>
> Updating a laptop that had a year old FreeBSD on it
> to top-of-tree.
>
> % portmaster -Byd --force-config sqlite3 |& tee sgk.log

Try updating libclc first using portmaster or plain make.
Figure out what flavor you need by looking at the installed package's name

pkg info -x libclc

If going the plain make route, append FLAVOR=3DllvmXY to make invocation.