Re: git: 23e69b54973f - main - pkgbase: set origin for each packages as base/FreeBSD-*
Date: Tue, 23 Sep 2025 20:02:25 UTC
On Tue 23 Sep 21:37, Dag-Erling Smørgrav wrote:
> Baptiste Daroussin <bapt@FreeBSD.org> writes:
> > pkgbase: set origin for each packages as base/FreeBSD-*
> >
> > MFC After: 3 day
> > Reviewed by: ivy
> > Differential Revision: https://reviews.freebsd.org/D52689
>
> I'm not convinced this was a good idea. Having the same origin made it
> trivial to identify base packages in filter expressions ('%o = base').
> I understand that some people think package origins should be unique and
> complained loudly on the mailing lists, but subpackages already share
> the same origin.
>
> DES
> --
> Dag-Erling Smørgrav - des@FreeBSD.org
Still doable via %o ~ base/*
also now pkg info -x base/ do work while it did not before
same for pkg info -g base/*
best regards,
bapt