Date: Sun, 10 Oct 2021 19:48:55 +0200 From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: Re: git: 6f5d234138dc - main - framework: new USES trigger Message-ID: <20211010174855.zfl6c4u5s66xrfgg@aniel.nours.eu> In-Reply-To: <202110101747.19AHlkNY070760@gitrepo.freebsd.org> References: <202110101747.19AHlkNY070760@gitrepo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Oct 10, 2021 at 05:47:46PM +0000, Baptiste Daroussin wrote: > The branch main has been updated by bapt: > > URL: https://cgit.FreeBSD.org/ports/commit/?id=6f5d234138dcb857baea070853fbc9a7736f408b > > commit 6f5d234138dcb857baea070853fbc9a7736f408b > Author: Baptiste Daroussin <bapt@FreeBSD.org> > AuthorDate: 2021-09-14 15:24:59 +0000 > Commit: Baptiste Daroussin <bapt@FreeBSD.org> > CommitDate: 2021-10-10 17:43:02 +0000 > > framework: new USES trigger > > Triggers are a new feature from pkg 1.17 (stable in 1.17.2) > they are script that are executed at the end of a transaction if > anything triggered them. > > To trigger them a files should have been installed in a location which > matches predefined pattern (glob, regexp, or exact matching) > > When a package is installed in a cross root installation for example: > pkg -r XXX install something > and if it triggers a trigger, then the execution will be deferred. > > The pkg trigger command will execute the deferred triggers > > Reviewed by: tcberner > Differential Revision: https://reviews.freebsd.org/D31960 Woops the gnome.mk part ended up in the wrong commit Bapt
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20211010174855.zfl6c4u5s66xrfgg>