Re: Package conflicts after upgrading to 15.0

From: Martin <iio7_at_protonmail.com>
Date: Thu, 04 Dec 2025 23:49:57 UTC
>> 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

> it looks like you have two ports repositories, one called "FreeBSD"
> and one called "FreeBSD-ports".
>
> the most likely cause of this is that you are trying to override the
> "FreeBSD" repository in /usr/local/etc/pkg/repos, but this repository
> was renamed to "FreeBSD-ports" in /etc/pkg/FreeBSD.conf, so you also
> need to rename your override.

Thank you very much! I didn't even notice that the naming of the
repositories had changed.