From nobody Fri Jan 9 05:53:44 2026 X-Original-To: dev-commits-src-main@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 4dnWMT0MT7z6NLJm for ; Fri, 09 Jan 2026 06:00:05 +0000 (UTC) (envelope-from gofcs-svn-src-head@m.gmane-mx.org) Received: from ciao.gmane.io (ciao.gmane.io [116.202.254.214]) (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 4dnWMS3jBWz3ytr for ; Fri, 09 Jan 2026 06:00:04 +0000 (UTC) (envelope-from gofcs-svn-src-head@m.gmane-mx.org) Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=fail reason="SPF not aligned (relaxed), No valid DKIM" header.from=yahoo.com (policy=reject); spf=pass (mx1.freebsd.org: domain of gofcs-svn-src-head@m.gmane-mx.org designates 116.202.254.214 as permitted sender) smtp.mailfrom=gofcs-svn-src-head@m.gmane-mx.org Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1ve5XW-0008AS-AL for dev-commits-src-main@freebsd.org; Fri, 09 Jan 2026 07:00:02 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: dev-commits-src-main@freebsd.org From: Mark Millard Subject: Re: git: d1f93ea2e164 - main - pkgbase.7: Show pkg upgrade to apply updates Date: Thu, 8 Jan 2026 21:53:44 -0800 Message-ID: <807f3dc8-cebd-451e-9460-2cc70b358584@yahoo.com> References: <696093ec.38cda.11864489@gitrepo.freebsd.org> List-Id: Commit messages for the main branch of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-main@freebsd.org Sender: owner-dev-commits-src-main@FreeBSD.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit User-Agent: Mozilla Thunderbird Cc: Graham Perrin Content-Language: en-US In-Reply-To: <696093ec.38cda.11864489@gitrepo.freebsd.org> X-Spamd-Bar: +++ X-Spamd-Result: default: False [3.93 / 15.00]; DMARC_POLICY_REJECT(2.00)[yahoo.com : SPF not aligned (relaxed), No valid DKIM,reject]; NEURAL_SPAM_MEDIUM(1.00)[1.000]; NEURAL_SPAM_LONG(1.00)[0.999]; NEURAL_HAM_SHORT(-0.77)[-0.772]; MV_CASE(0.50)[]; FORGED_SENDER(0.30)[marklmi@yahoo.com,gofcs-svn-src-head@m.gmane-mx.org]; R_SPF_ALLOW(-0.20)[+mx]; ONCE_RECEIVED(0.20)[]; MIME_GOOD(-0.10)[text/plain]; TO_DN_SOME(0.00)[]; ASN(0.00)[asn:24940, ipnet:116.202.0.0/16, country:DE]; ARC_NA(0.00)[]; RCVD_COUNT_ONE(0.00)[1]; MIME_TRACE(0.00)[0:+]; FREEMAIL_FROM(0.00)[yahoo.com]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_TWO(0.00)[2]; R_DKIM_NA(0.00)[]; FROM_NEQ_ENVFROM(0.00)[marklmi@yahoo.com,gofcs-svn-src-head@m.gmane-mx.org]; FREEMAIL_CC(0.00)[gmail.com]; TO_MATCH_ENVRCPT_SOME(0.00)[]; MLMMJ_DEST(0.00)[dev-commits-src-main@freebsd.org]; RCVD_TLS_LAST(0.00)[]; MID_RHS_MATCH_FROM(0.00)[] X-Rspamd-Queue-Id: 4dnWMS3jBWz3ytr On 1/8/26 21:36, Alexander Ziaee wrote: > The branch main has been updated by ziaee: > > URL: https://cgit.FreeBSD.org/src/commit/?id=d1f93ea2e1646f1a844f37a855a70de1b186dbd7 > > commit d1f93ea2e1646f1a844f37a855a70de1b186dbd7 > Author: Graham Perrin > AuthorDate: 2026-01-09 04:45:29 +0000 > Commit: Alexander Ziaee > CommitDate: 2026-01-09 04:49:40 +0000 > > pkgbase.7: Show pkg upgrade to apply updates > > MFC after: 3 days > Reviewed by: ziaee > Closes: https://github.com/freebsd/freebsd-src/pull/1945 > --- > share/man/man7/freebsd-base.7 | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/share/man/man7/freebsd-base.7 b/share/man/man7/freebsd-base.7 > index 9844d7d5063d..610ac0b16717 100644 > --- a/share/man/man7/freebsd-base.7 > +++ b/share/man/man7/freebsd-base.7 > @@ -206,7 +206,7 @@ pkg install FreeBSD-set-devel > .Pp > Apply available updates to the running system: > .Bd -literal -offset indent > -pkg update -r FreeBSD-base > +pkg upgrade -r FreeBSD-base The behavior of such a upgrade command strongly depends on if the FreeBSD-base status is enabled vs. not. Enabled, the command does a "pkg update -r FreeBSD-base" first (implicitly) that is effective; disabled, that implicit activity is not done, making it likely that the upgrade command will report that FreeBSD-base is up to date unless prior activity caused such an effective update earlier. > .Ed > .Pp > Install the development toolchain for FreeBSD/powerpc64le in an > > -- === Mark Millard marklmi at yahoo.com