From 4ff9d270893af757b4348398c887e630d71edf6e Mon Sep 17 00:00:00 2001 From: Doug Rabson Date: Sun, 17 Sep 2023 11:06:01 +0100 Subject: pkgbase: Add instructions for upgrading past 78847e1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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ć Differential Revision: https://reviews.freebsd.org/D41892 --- UPDATING | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'UPDATING') 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 -- cgit v1.2.3