Re: git: d76f33e236fb - main - devel/glib20: Update to 2.84.1
- Reply: Matthias Fechner : "Re: git: d76f33e236fb - main - devel/glib20: Update to 2.84.1"
- Reply: Gleb Popov : "Re: git: d76f33e236fb - main - devel/glib20: Update to 2.84.1"
- In reply to: Gleb Popov : "git: d76f33e236fb - main - devel/glib20: Update to 2.84.1"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 18 Apr 2025 06:25:18 UTC
Dear Gleb, Am 15.04.2025 um 15:48 schrieb Gleb Popov: > The branch main has been updated by arrowd: > > URL:https://cgit.FreeBSD.org/ports/commit/?id=d76f33e236fb5bd319031fece1d6fbe714fbbef2 > > commit d76f33e236fb5bd319031fece1d6fbe714fbbef2 > Author: Gleb Popov<arrowd@FreeBSD.org> > AuthorDate: 2025-04-03 10:21:19 +0000 > Commit: Gleb Popov<arrowd@FreeBSD.org> > CommitDate: 2025-04-15 12:34:41 +0000 > > devel/glib20: Update to 2.84.1 > > PR: 285865 > Exp-run by: antoine > --- > devel/glib20/Makefile | 8 +- > devel/glib20/distinfo | 8 +- > devel/glib20/files/patch-revert-8abf3a0 | 19 ++-- > devel/glib20/pkg-plist | 185 +++++++++++--------------------- > 4 files changed, 80 insertions(+), 140 deletions(-) > > diff --git a/devel/glib20/Makefile b/devel/glib20/Makefile > index 2d36f81d6ec3..ef3b3598c398 100644 > --- a/devel/glib20/Makefile > +++ b/devel/glib20/Makefile > @@ -1,14 +1,10 @@ > PORTNAME= glib > -DISTVERSION= 2.82.4 > -PORTREVISION= 1 > +DISTVERSION= 2.84.1 do you think, you can fix aproblem that is triggered if you build the port with: poudriere bulk -t =>> Checking for extra files and directories grep: /wrkdirs/usr/ports/devel/glib20/work-default/.PLIST.mktmp: No such file or directory =>> Error: Files or directories left over: @dir /usr/local/glib-bootstrap =>> Cleaning up wrkdir ===> Cleaning for glib-bootstrap-2.84.1,2 I use poudriere to test my own packages before I push them, but now I have to always manually build the port without the `-t` flag if its gets an update and that disrupts my automatic CI/CD pipeline that checks my changes. The same problem is with: devel/gobject-introspection@bootstrap The full log for glib20 is here: https://pkg.fechner.net/data/142amd64-gitlab/2025-04-16_07h20m36s/logs/errors/glib-bootstrap-2.84.1,2.log Thanks a lot! Gruß Matthias -- "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to produce bigger and better idiots. So far, the universe is winning." -- Rich Cook