aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Rabson <dfr@FreeBSD.org>2023-09-17 10:06:01 +0000
committerDoug Rabson <dfr@FreeBSD.org>2023-10-20 12:16:47 +0000
commit2eab6bc3c08f8f2238a24df336fcaa019592dca0 (patch)
treec5b4571494155eed777346b372f51f6902536c6f
parent8015c5477bd9a110f12c77ab9d2bd98a15258ec2 (diff)
downloadsrc-2eab6bc3c08f8f2238a24df336fcaa019592dca0.tar.gz
src-2eab6bc3c08f8f2238a24df336fcaa019592dca0.zip
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)
-rw-r--r--UPDATING10
1 files changed, 10 insertions, 0 deletions
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.