Re: Subpackages: Update

2024-02-26 Thread Tatsuki Makino
Tatsuki Makino wrote on 2024/02/27 08:48: > Tatsuki Makino wrote on 2024/02/23 17:58: >> Might need pkg delete -f -g alsa-plugins-\* because it causes file conflicts? > In the case of pkg-1.20.9, It seems that alsa-plugins-* is not a glob pattern > that picks out the intended package. > Others lik

Re: Subpackages: Update

2024-02-26 Thread Tatsuki Makino
Tatsuki Makino wrote on 2024/02/23 17:58: > Might need pkg delete -f -g alsa-plugins-\* because it causes file conflicts? In the case of pkg-1.20.9, It seems that alsa-plugins-* is not a glob pattern that picks out the intended package. Others like alsa-plugins-\?\* or alsa-plugins-\[^-\]\* are a

Re: Subpackages: Update

2024-02-23 Thread Dan Langille
On Tue, Feb 20, 2024, at 3:24 PM, Luca Pizzamiglio wrote: > Hi Dan. > > The list of subpackages is available via `make -V SUBPACKAGES` > Probably, the dependencies should also be split by subpackages, when this is > the case. `make -V *_DEPENDS.subpkgname` provides the dependencies > > I can wri

Re: Subpackages: Update

2024-02-23 Thread Tatsuki Makino
Hello. It seems that subpackaging of alsa-plugins (audio/alsa-plugins) has been reverted. What is the post-processing when such switching takes place? Might need pkg delete -f -g alsa-plugins-\* because it causes file conflicts? poudriere leaves a subpackage in the package repository. Will these

Re: Subpackages: Update

2024-02-21 Thread Tatsuki Makino
By the way, did anyone mention that setting CHECK_CHANGED_DEPS to no is a workaround for those who don't want to build qt5-webengine or www/qt5-webengine or qt5-webengine over and over again in poudriere? This configuration exists in /usr/local/etc/poudriere.conf . If we don't build the whole thi

Re: Subpackages: Update

2024-02-20 Thread Tatsuki Makino
Hello. Luca Pizzamiglio wrote on 2024/02/21 05:26: > The aforementioned `make describe` issues affect the `pkg version` issue > you highlighted. Yes, perhaps there is a mistake in INDEX-*, and pkg version -P will not cause the problem (Unconfirmed as I am still in a INDEX-12 environment :) ). R

Re: Subpackages: Update

2024-02-20 Thread Luca Pizzamiglio
The aforementioned `make describe` issues affect the `pkg version` issue you highlighted. On Sat, Feb 10, 2024 at 12:09 AM Tatsuki Makino wrote: > Hello. > I am delayed in many things on my end, so I don't have time for this kind > of thing :) > But... > > I think the following conversions need

Re: Subpackages: Update

2024-02-20 Thread Luca Pizzamiglio
Hi Dan. The list of subpackages is available via `make -V SUBPACKAGES` Probably, the dependencies should also be split by subpackages, when this is the case. `make -V *_DEPENDS.subpkgname` provides the dependencies I can write directly in the github issue some of those things, for reference Best

Re: Subpackages: Update

2024-02-18 Thread Jonathan Chen
On 18/02/24 23:08, Max Brazhnikov wrote: On Thu, 8 Feb 2024 22:44:17 +0100 Luca Pizzamiglio wrote: Hi FreeBSD porters. Here are some updates about subpackages. At the moment, subpackages adoption is *on hold*, as a few annoying issues have been identified and they need some time to be fixed. A

Re: Subpackages: Update

2024-02-18 Thread Max Brazhnikov
On Thu, 8 Feb 2024 22:44:17 +0100 Luca Pizzamiglio wrote: > Hi FreeBSD porters. > > Here are some updates about subpackages. > > At the moment, subpackages adoption is *on hold*, as a few annoying issues > have been identified and they need some time to be fixed. > A bug about optional dependenci

Re: Subpackages: Update

2024-02-12 Thread Dan Langille
On Thu, Feb 8, 2024, at 4:44 PM, Luca Pizzamiglio wrote: > Hi FreeBSD porters. > > Here are some updates about subpackages. > > At the moment, subpackages adoption is *on hold*, as a few annoying issues > have been identified and they need some time to be fixed. > A bug about optional dependenci

Re: Subpackages: Update

2024-02-09 Thread Tatsuki Makino
Hello. I am delayed in many things on my end, so I don't have time for this kind of thing :) But... I think the following conversions need to be modified to work correctly. PKGNAME -> port origin -> PKGNAME For example, alsa-plugins-pulseaudio -> audio/alsa-plugins -> alsa-plugins-... Current

Subpackages: Update

2024-02-08 Thread Luca Pizzamiglio
Hi FreeBSD porters. Here are some updates about subpackages. At the moment, subpackages adoption is *on hold*, as a few annoying issues have been identified and they need some time to be fixed. A bug about optional dependencies for subpackages has already been fixed