From nobody Fri Apr 04 19:47:39 2025 X-Original-To: dev-commits-ports-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4ZTpzf5qFSz5sKgQ; Fri, 04 Apr 2025 19:47:42 +0000 (UTC) (envelope-from rhurlin@gwdg.de) Received: from mx-2023-1.gwdg.de (mx-2023-1.gwdg.de [134.76.10.21]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (prime256v1) server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4ZTpzf2gJtz3tj8; Fri, 04 Apr 2025 19:47:42 +0000 (UTC) (envelope-from rhurlin@gwdg.de) Authentication-Results: mx1.freebsd.org; none Received: from tmailer.gwdg.de ([134.76.10.23]:38941) by mailer.gwdg.de with esmtp (GWDG Mailer) (envelope-from ) id 1u0n0u-003ndM-1K; Fri, 04 Apr 2025 21:47:39 +0200 Received: from mbx19-gwd-03.um.gwdg.de ([10.108.142.56] helo=email.gwdg.de) by mailer.gwdg.de with esmtps (TLS1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (GWDG Mailer) (envelope-from ) id 1u0n0t-000AWc-2z; Fri, 04 Apr 2025 21:47:40 +0200 Received: from [192.168.178.23] (10.250.9.200) by MBX19-GWD-03.um.gwdg.de (10.108.142.56) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.2.1544.14; Fri, 4 Apr 2025 21:47:39 +0200 Message-ID: Date: Fri, 4 Apr 2025 21:47:39 +0200 List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-ports-all@freebsd.org Sender: owner-dev-commits-ports-all@FreeBSD.org MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: git: a4db1fde8259 - main - UPDATING: State that manual intervention is no longer required when installing glib To: Gleb Popov References: <202504041915.534JFEJ2093814@gitrepo.freebsd.org> Content-Language: en-US, de-DE CC: , , Reply-To: Rainer Hurling From: Rainer Hurling In-Reply-To: <202504041915.534JFEJ2093814@gitrepo.freebsd.org> Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [10.250.9.200] X-ClientProxiedBy: MBX19-FMZ-08.um.gwdg.de (10.108.142.67) To MBX19-GWD-03.um.gwdg.de (10.108.142.56) X-Virus-Scanned: (clean) by clamav X-Spam-Level: - X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:207592, ipnet:134.76.0.0/16, country:DE] X-Rspamd-Queue-Id: 4ZTpzf2gJtz3tj8 X-Spamd-Bar: ---- 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 > AuthorDate: 2025-04-04 10:38:39 +0000 > Commit: Gleb Popov > 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