Re: git: a4db1fde8259 - main - UPDATING: State that manual intervention is no longer required when installing glib
Date: Fri, 04 Apr 2025 19:47:39 UTC
Hi Gleb, I can confirm that this works as expected now, even with Portmaster :D Many thanks for this commit! Best wishes,Rainer Am 04.04.25 um 21:15 schrieb Gleb Popov: > The branch main has been updated by arrowd: > > URL: https://cgit.FreeBSD.org/ports/commit/?id=a4db1fde8259cbf8c555e64c25fb5c142f152aca > > commit a4db1fde8259cbf8c555e64c25fb5c142f152aca > Author: Gleb Popov <arrowd@FreeBSD.org> > AuthorDate: 2025-04-04 10:38:39 +0000 > Commit: Gleb Popov <arrowd@FreeBSD.org> > CommitDate: 2025-04-04 19:11:59 +0000 > > UPDATING: State that manual intervention is no longer required when installing glib > --- > UPDATING | 17 ++++------------- > 1 file changed, 4 insertions(+), 13 deletions(-) > > diff --git a/UPDATING b/UPDATING > index 37430f648c6b..9e398da95db7 100644 > --- a/UPDATING > +++ b/UPDATING > @@ -39,20 +39,11 @@ you update your ports collection, before attempting any port upgrades. > devel/gobject-introspection@bootstrap. This in turn provides for a normal > devel/glib20 build, which finally fulfills a dependency for normal devel/gobject-introspection > > - Users that are building outside of the isolated environments would need to > - manually resolve the conflict when installing devel/glib20 for the first time. > - At some point during the build the installed *-boostrap packages will prevent > - a corresponding normal package from installing. Users would need to run > + Users that are building outside of the isolated environments will be ending > + up with useless glib-bootstrap and gobject-introspection-bootstrap packages > + installed after each update. These can be removed with > > - pkg remove glib-bootstrap > - > - and later > - > - pkg remove gobject-introspection-bootstrap > - > - to proceed with installation. Luckily, this should not be required for the > - further upgrades, because the installed packages would directly provide for > - the being built ones. > + pkg remove glib-bootstrap gobject-introspection-bootstrap > > 20250327: > AFFECTS: users of thunderbird