Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Sep 2023 12:21:33 GMT
From:      Doug Rabson <dfr@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 4ff9d270893a - main - pkgbase: Add instructions for upgrading past 78847e1
Message-ID:  <202309171221.38HCLXDj003620@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by dfr:

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

commit 4ff9d270893af757b4348398c887e630d71edf6e
Author:     Doug Rabson <dfr@FreeBSD.org>
AuthorDate: 2023-09-17 10:06:01 +0000
Commit:     Doug Rabson <dfr@FreeBSD.org>
CommitDate: 2023-09-17 12:21:06 +0000

    pkgbase: Add instructions for upgrading past 78847e1
    
    The pkg solver gets confused by the file moves and refuses to upgrade
    without manually upgrading FreeBSD-utilities and FreeBSD-utilities-dev
    first.
    
    PR:             254173, 273859
    MFC after:      1 week
    Reviewed by:    Mina Galić <freebsd@igalic.co>
    Differential Revision: https://reviews.freebsd.org/D41892
---
 UPDATING | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/UPDATING b/UPDATING
index b1276bfe83f6..e2f50b13b154 100644
--- a/UPDATING
+++ b/UPDATING
@@ -31,6 +31,16 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 15.x IS SLOW:
 	Enable splitting out pkgbase manpages into separate packages by
 	default. To disable this, set WITHOUT_MANSPLITPKG=yes in src.conf.
 
+20230911:
+	Move standard include files to the clibs-dev package and move clang
+	internal libraries and headers to clang and clang-dev. Upgrading systems
+	installed using pkgbase past this change involves extra steps to allow
+	for these file moves:
+
+		pkg upgrade -y FreeBSD-utilities
+		pkg upgrade -y FreeBSD-utilities-dev
+		pkg upgrade -y
+
 20230909:
 	Enable vnet sysctl variables to be loader tunable. SYSCTLs which
 	belongs to VNETs can be initialized during early boot or module



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309171221.38HCLXDj003620>