On Mon May 27, 2024 at 03:52:40PM GMT, Stuart Henderson wrote: > On 2024/05/27 11:03, Rafael Sadowski wrote: > > I have seen this conflict and hope the following diff fixes the problem. > > That just registers the conflict. But you have one port depending on > kf6-kaccounts-integration and several depending on kaccounts-integration > at build time so you'll need to actually de-conflict them somehow (e.g. > renaming the files or something) otherwise it will occasionally break > in bulk builds.
They are de-conflict. kaccounts-integration-24.02.1 and kf6-kaccounts-integration-24.02.1 can be installed at the same time. This message appears while “pkg_add -u”. kaccounts-integration-23.08.4 is still installed and needs to be updated to kaccounts-integration-24.02.1. It's a bit confusing with "kf6-" and without. > > > Collision in kf6-kaccounts-integration-24.02.1: the following files already > > exist > > /usr/local/share/applications/kcm_kaccounts.desktop > > (kaccounts-integration-23.08.4 and kf6-kaccounts-integration-24.02.1) > > /usr/local/share/locale/ar/LC_MESSAGES/kaccounts-integration.mo > > (kaccounts-integration-23.08.4 and kf6-kaccounts-integration-24.02.1) > > > > Feedback, ok? > > > > Index: Makefile > > =================================================================== > > RCS file: > > /cvs/ports/x11/kde-applications/kf6-kaccounts-integration/Makefile,v > > diff -u -p -r1.3 Makefile > > --- Makefile 20 May 2024 06:38:56 -0000 1.3 > > +++ Makefile 27 May 2024 09:01:10 -0000 > > @@ -2,6 +2,7 @@ COMMENT = library and QML module for Acc > > > > DISTNAME = kaccounts-integration-${VERSION} > > PKGNAME = kf6-kaccounts-integration-${VERSION} > > +REVISION = 0 > > > > CATEGORIES = net devel > > > > Index: pkg/PLIST > > =================================================================== > > RCS file: > > /cvs/ports/x11/kde-applications/kf6-kaccounts-integration/pkg/PLIST,v > > diff -u -p -r1.1.1.1 PLIST > > --- pkg/PLIST 16 Apr 2024 19:30:14 -0000 1.1.1.1 > > +++ pkg/PLIST 27 May 2024 09:01:10 -0000 > > @@ -1,3 +1,4 @@ > > +@conflict kaccounts-integration-<=24.02.1 > > include/KAccounts6/ > > include/KAccounts6/KAccounts/ > > include/KAccounts6/KAccounts/AccountServiceToggleJob > >