Date: Fri, 30 Apr 2021 16:48:28 GMT From: Glen Barber <gjb@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 885d930e8504 - stable/12 - UPDATING: dereference portupgrade(8) Message-ID: <202104301648.13UGmSE4027068@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/12 has been updated by gjb: URL: https://cgit.FreeBSD.org/src/commit/?id=885d930e85040217aca8634d163ca44d2b7bee84 commit 885d930e85040217aca8634d163ca44d2b7bee84 Author: Glen Barber <gjb@FreeBSD.org> AuthorDate: 2021-04-09 00:26:41 +0000 Commit: Glen Barber <gjb@FreeBSD.org> CommitDate: 2021-04-30 16:47:54 +0000 UPDATING: dereference portupgrade(8) Make the UPDATING file less tool-specific regarding upgrading third-party software. Sponsored by: Rubicon Communications, LLC ("Netgate") (cherry picked from commit 6dadf78f115cbdcb17dff8974a2044dd5129f7dc) --- UPDATING | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/UPDATING b/UPDATING index ac80b270c8c4..cc5ac276432d 100644 --- a/UPDATING +++ b/UPDATING @@ -9,7 +9,8 @@ handbook: https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html Items affecting the ports and packages system can be found in -/usr/ports/UPDATING. Please read that file before running portupgrade. +/usr/ports/UPDATING. Please read that file before updating system packages +and/or ports. NOTE: FreeBSD has switched from gcc to clang. If you have trouble bootstrapping from older versions of FreeBSD, try WITHOUT_CLANG and WITH_GCC to bootstrap to
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104301648.13UGmSE4027068>