git: 2eab6bc3c08f - stable/14 - pkgbase: Add instructions for upgrading past 78847e1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 20 Oct 2023 14:14:14 UTC
The branch stable/14 has been updated by dfr: URL: https://cgit.FreeBSD.org/src/commit/?id=2eab6bc3c08f8f2238a24df336fcaa019592dca0 commit 2eab6bc3c08f8f2238a24df336fcaa019592dca0 Author: Doug Rabson <dfr@FreeBSD.org> AuthorDate: 2023-09-17 10:06:01 +0000 Commit: Doug Rabson <dfr@FreeBSD.org> CommitDate: 2023-10-20 12:16:47 +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 (cherry picked from commit 4ff9d270893af757b4348398c887e630d71edf6e) --- UPDATING | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/UPDATING b/UPDATING index fe80f259cb12..4a8ce04b94e9 100644 --- a/UPDATING +++ b/UPDATING @@ -12,6 +12,16 @@ Items affecting the ports and packages system can be found in /usr/ports/UPDATING. Please read that file before updating system packages and/or ports. +20230924: + 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 + 20230824: __FreeBSD_version 1400097 after the branching stable/14 from main.