Package conflicts after upgrading to 15.0

From: Martin <iio7_at_protonmail.com>
Date: Thu, 04 Dec 2025 19:53:25 UTC
Hi,

After upgrading to 15.0 I see this:

Checking integrity... done (25 conflicting)
  - tevent016-0.16.1_3 [FreeBSD-ports] conflicts with tevent-0.15.0_1 [installed] on /usr/local/include/tevent.h
  - tevent016-0.16.1_3 [FreeBSD-ports] conflicts with tevent-0.15.0_1 [FreeBSD] on /usr/local/include/tevent.h
  - talloc243-2.4.3 [FreeBSD-ports] conflicts with talloc-2.4.1_1 [installed] on /usr/local/include/pytalloc.h
  - talloc243-2.4.3 [FreeBSD-ports] conflicts with talloc-2.4.1_1 [FreeBSD] on /usr/local/include/pytalloc.h
  - tdb1410-1.4.10_3,1 [FreeBSD-ports] conflicts with tdb-1.4.9_1,1 [installed] on /usr/local/bin/tdbbackup
  - tdb1410-1.4.10_3,1 [FreeBSD-ports] conflicts with tdb-1.4.9_1,1 [FreeBSD] on /usr/local/bin/tdbbackup
  - luajit-openresty-2.1.20250826 [FreeBSD-ports] conflicts with luajit-2.1.0.20251116 [installed] on /usr/local/bin/lu
  - luajit-openresty-2.1.20250826 [FreeBSD-ports] conflicts with luajit-2.1.0.20251116 [FreeBSD] on /usr/local/bin/luaj
  - mozjpeg-4.1.5 [FreeBSD-ports] conflicts with jpeg-turbo-3.1.2 [installed] on /usr/local/bin/cjpeg
  - mozjpeg-4.1.5 [FreeBSD-ports] conflicts with jpeg-turbo-3.1.2 [FreeBSD] on /usr/local/bin/cjpeg
  - mozjpeg-4.1.5 [FreeBSD-ports] conflicts with jpeg-turbo-3.1.2 [FreeBSD-ports] on /usr/local/bin/cjpeg
  - svt-av1-hdr-3.1.2 [FreeBSD-ports] conflicts with svt-av1-3.1.2 [installed] on /usr/local/bin/SvtAv1EncApp
  - svt-av1-hdr-3.1.2 [FreeBSD-ports] conflicts with svt-av1-3.1.2 [FreeBSD] on /usr/local/bin/SvtAv1EncApp
  - svt-av1-hdr-3.1.3 [FreeBSD] conflicts with svt-av1-3.1.2 [installed] on /usr/local/bin/SvtAv1EncApp
  - libebur128-1.2.6 [FreeBSD-ports] conflicts with ebur128-0.1.10_9 [installed] on /usr/local/include/ebur128.h
  - libebur128-1.2.6 [FreeBSD-ports] conflicts with ebur128-0.1.10_9 [FreeBSD] on /usr/local/include/ebur128.h
  - talloc242-2.4.2_3 [FreeBSD-ports] conflicts with talloc243-2.4.3 [FreeBSD-ports] on /usr/local/include/pytalloc.h
  - talloc242-2.4.2_3 [FreeBSD] conflicts with talloc243-2.4.3 [FreeBSD-ports] on /usr/local/include/pytalloc.h
  - talloc242-2.4.2_3 [FreeBSD-ports] conflicts with talloc-2.4.1_1 [installed] on /usr/local/include/pytalloc.h
  - talloc242-2.4.2_3 [FreeBSD-ports] conflicts with talloc-2.4.1_1 [FreeBSD] on /usr/local/include/pytalloc.h
  - talloc242-2.4.2_3 [FreeBSD] conflicts with talloc-2.4.1_1 [installed] on /usr/local/include/pytalloc.h
  - ja-libslang-1.4.5.j2_1 [FreeBSD-ports] conflicts with libslang2-2.3.3_2 [installed] on /usr/local/lib/libslang.a
  - ja-libslang-1.4.5.j2_1 [FreeBSD-ports] conflicts with libslang2-2.3.3_2 [FreeBSD] on /usr/local/lib/libslang.a
  - fam-2.6.10_10 [FreeBSD-ports] conflicts with gamin-0.1.10_10 [installed] on /usr/local/include/fam.h
  - fam-2.6.10_10 [FreeBSD-ports] conflicts with gamin-0.1.10_10 [FreeBSD] on /usr/local/include/fam.h

I am running with the latest in my PKG repos:

FreeBSD: {
    url: "pkg+https://pkg.FreeBSD.org/${ABI}/latest",
    mirror_type = "srv";
    signature_type = "fingerprints";
    fingerprints = "/usr/share/keys/pkg";
    enabled = yes;
}

How do I fix that?