Date: Wed, 6 Nov 2024 12:51:44 +0100 From: Robert Clausecker <fuz@freebsd.org> To: "Sergey A. Osokin" <osa@freebsd.org> Cc: Antoine Brodin <antoine@freebsd.org>, ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org Subject: Re: git: 96de6ae007dd - main - graphics/xpdf4: add Qt5/Qt6 flavors Message-ID: <ZytYUHTjL70gT7Lr@fuz.su> In-Reply-To: <ZytJ1kRjkk1iU_b9@FreeBSD.org> References: <202411060024.4A60OppA091460@gitrepo.freebsd.org> <CAALwa8ntCPXoSyFveDwzPO6M9H6hUYieL%2BofhzOQ0xKnATvPHw@mail.gmail.com> <ZytJ1kRjkk1iU_b9@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi Sergey, Am Wed, Nov 06, 2024 at 10:49:58AM +0000 schrieb Sergey A. Osokin: > > > +FLAVORS= qt5 qt6 > > > +FLAVOR?= ${FLAVORS:[1]} > > > +qt5_PKGNAMESUFFIX= > > > +qt6_PKGNAMESUFFIX= -qt6 > > > +qt5_CONFLICTS_INSTALL= ${PORTNAME}-qt6 > > > +qt6_CONFLICTS_INSTALL= ${PORTNAME} > > > > Hello, > > > > There is a PKGBASE (and PKGNAME) collision with graphics/xpdf > > The graphics/xpdf port by default builds graphics/xpdf4 port with > the package name xpdf, i.e. same as the graphics/xpdf4 does, but > without "4" suffix for the package name. And the graphics/xpdf4 > by default builds xpdf4 package without -qtX suffix. > > For now it looks like this: > % pkg search ^xpdf > xpdf-4.05,1 Display PDF files and convert them to other formats > xpdf3-3.04_13 Display PDF files and convert them to other formats > xpdf4-4.05,1 Display PDF files and convert them to other formats > > After the update it should be like that: > % pkg search ^xpdf > xpdf-4.05_1,1 Display PDF files and convert them to other formats > xpdf3-3.04_13 Display PDF files and convert them to other formats > xpdf4-qt5-4.05_1,1 Display PDF files and convert them to other formats > xpdf4-qt6-4.05_1,1 Display PDF files and convert them to other formats > > Am I missing something there? poudriere bulk -na reports as follows: [00:01:57] [Dry Run] Warning: (graphics/xpdf4): Error: /usr/local/share/poudriere/bulk.sh:deps_fetch_vars:177:Duplicated origin for xpdf-4.05_1,1: graphics/xpdf4 AND graphics/xpdf. Rerun with -v to see which ports are depending on these. This currently prevents poudriere-bulk runs from running to completion. Yours, Robert Clausecker -- () ascii ribbon campaign - for an encoding-agnostic world /\ - against html email - against proprietary attachments
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?ZytYUHTjL70gT7Lr>