But 'pkg_add -u' results in a lot of errors concerning the QT(6)
framework.
Mostly dependency errors like this:
'Dependency of <program or lib> on qt6-<someprog> ->=6.6.3, <6.7.0
doesn't match'
If you don't show the _actual_ errors it is hard for people to help
...and - as often - some gstreamer-plugins-xxxxx - trouble, but this is
minor...
I went into the same errors, related to this message:
NOT MERGING: can’t find updates for [llvm-13.0.0p31]
After reading previous mails in the thread, I did so:
# pkg_delete llvm
Ambigous: choose package for llvm
0: <None>
1: llvm-13.0.0p31
2: llvm-16.0.6p30
Your choice: 1
llvm-13.0.0p31: ok
This solved the issue, pkg_add -u ran smoothly after this.