Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 06 Dec 2025 00:33:55 +0000
From:      Jessica Clarke <jrtc27@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: ced74610217f - main - freebsd-update: Mention upgrading packages, not just ports
Message-ID:  <693379f3.ccf1.5070c206@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by jrtc27:

URL: https://cgit.FreeBSD.org/src/commit/?id=ced74610217ff0be071e4614c64a4ff66c40bc6b

commit ced74610217ff0be071e4614c64a4ff66c40bc6b
Author:     Jessica Clarke <jrtc27@FreeBSD.org>
AuthorDate: 2025-12-06 00:33:20 +0000
Commit:     Jessica Clarke <jrtc27@FreeBSD.org>
CommitDate: 2025-12-06 00:33:20 +0000

    freebsd-update: Mention upgrading packages, not just ports
    
    These days most end users are likely using pre-built packages, not
    locally-built ports. Thus be sure to mention this as an important case,
    and put it ahead of ports.
    
    Reviewed by:    emaste
    MFC after:      1 week
    Differential Revision:  https://reviews.freebsd.org/D42968
---
 usr.sbin/freebsd-update/freebsd-update.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/usr.sbin/freebsd-update/freebsd-update.sh b/usr.sbin/freebsd-update/freebsd-update.sh
index b6e42e94f4bf..aa42af13a302 100644
--- a/usr.sbin/freebsd-update/freebsd-update.sh
+++ b/usr.sbin/freebsd-update/freebsd-update.sh
@@ -3196,8 +3196,8 @@ Kernel updates have been installed.  Please reboot and run
 			cat <<-EOF
 
 Completing this upgrade requires removing old shared object files.
-Please rebuild all installed 3rd party software (e.g., programs
-installed from the ports tree) and then run
+Please upgrade or rebuild all installed 3rd party software (e.g.,
+programs installed with pkg or from the ports tree) and then run
 '`basename $0` [options] install' again to finish installing updates.
 			EOF
 			rm newfiles


help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?693379f3.ccf1.5070c206>