From nobody Wed Nov 06 11:57:06 2024 X-Original-To: dev-commits-ports-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4Xk3bS2d6lz5cTP9; Wed, 06 Nov 2024 11:57:08 +0000 (UTC) (envelope-from fuz@fuz.su) Received: from fuz.su (fuz.su [IPv6:2001:41d0:8:e508::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "fuz.su", Issuer "fuz.su" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Xk3bS1LF1z4r6H; Wed, 6 Nov 2024 11:57:08 +0000 (UTC) (envelope-from fuz@fuz.su) Authentication-Results: mx1.freebsd.org; none Received: from fuz.su (localhost [127.0.0.1]) by fuz.su (8.18.1/8.18.1) with ESMTPS id 4A6Bv6b4012108 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Wed, 6 Nov 2024 12:57:06 +0100 (CET) (envelope-from fuz@fuz.su) Received: (from fuz@localhost) by fuz.su (8.18.1/8.18.1/Submit) id 4A6Bv64N012107; Wed, 6 Nov 2024 12:57:06 +0100 (CET) (envelope-from fuz) Date: Wed, 6 Nov 2024 12:57:06 +0100 From: Robert Clausecker To: "Sergey A. Osokin" Cc: Antoine Brodin , 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: References: <202411060024.4A60OppA091460@gitrepo.freebsd.org> List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-ports-all@freebsd.org Sender: owner-dev-commits-ports-all@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:16276, ipnet:2001:41d0::/32, country:FR] X-Rspamd-Queue-Id: 4Xk3bS1LF1z4r6H X-Spamd-Bar: ---- Am Wed, Nov 06, 2024 at 11:10:47AM +0000 schrieb Sergey A. Osokin: > On Wed, Nov 06, 2024 at 10:49:58AM +0000, Sergey A. Osokin wrote: > > > > +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? > > I mean: > % 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-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 Additionally, make index reports: Warning: Duplicate INDEX entry: xpdf-4.05_1,1 Warning: Duplicate INDEX entry: xpdf-qt6-4.05_1,1 Yours, Robert Clausecker -- () ascii ribbon campaign - for an encoding-agnostic world /\ - against html email - against proprietary attachments