The branch main has been updated by dfr:

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

commit 4ff9d270893af757b4348398c887e630d71edf6e
Author:     Doug Rabson <[email protected]>
AuthorDate: 2023-09-17 10:06:01 +0000
Commit:     Doug Rabson <[email protected]>
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ć <[email protected]>
    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

Reply via email to