Re: git: 6f5d234138dc - main - framework: new USES trigger
- In reply to: Baptiste Daroussin : "git: 6f5d234138dc - main - framework: new USES trigger"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 10 Oct 2021 17:48:55 UTC
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