The branch stable/14 has been updated by mhorne:

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

commit a7a687302375e1130b8655223696ea8866a49af2
Author:     Mitchell Horne <mho...@freebsd.org>
AuthorDate: 2024-03-21 14:53:55 +0000
Commit:     Mitchell Horne <mho...@freebsd.org>
CommitDate: 2024-05-01 18:42:57 +0000

    BSD.usr.dist: remove empty /usr/libdata/gcc directory
    
    I am unsure of its exact historical usage, but, we no longer ship GCC
    with FreeBSD, and it should have been removed.
    
    Reviewed by:    imp, emaste
    MFC after:      3 days
    Sponsored by:   The FreeBSD Foundation
    Differential Revision:  https://reviews.freebsd.org/D44440
    
    (cherry picked from commit cc1268a926772900a08c61fd791bb66df1e6c30c)
---
 ObsoleteFiles.inc      | 3 +++
 etc/mtree/BSD.usr.dist | 2 --
 share/man/man7/hier.7  | 4 +---
 3 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc
index 2b0766222429..b5253c28d42c 100644
--- a/ObsoleteFiles.inc
+++ b/ObsoleteFiles.inc
@@ -497,6 +497,9 @@ OLD_FILES+=usr/include/c++/v1/experimental/vector
 OLD_FILES+=usr/include/c++/v1/limits.h
 OLD_FILES+=usr/include/c++/v1/setjmp.h
 
+# 20240321: remove empty /usr/libdata/gcc directory
+OLD_DIRS+=usr/libdata/gcc
+
 # 20240213: caroot bundle updated
 OLD_FILES+=usr/share/certs/trusted/Security_Communication_Root_CA.pem
 
diff --git a/etc/mtree/BSD.usr.dist b/etc/mtree/BSD.usr.dist
index 4b75fbb3b4e5..193184c3a134 100644
--- a/etc/mtree/BSD.usr.dist
+++ b/etc/mtree/BSD.usr.dist
@@ -85,8 +85,6 @@
         ..
     ..
     libdata
-        gcc
-        ..
         ldscripts
         ..
         pkgconfig
diff --git a/share/man/man7/hier.7 b/share/man/man7/hier.7
index 10847993c0f5..8cd6ff338b5c 100644
--- a/share/man/man7/hier.7
+++ b/share/man/man7/hier.7
@@ -28,7 +28,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd February 27, 2024
+.Dd March 21, 2024
 .Dt HIER 7
 .Os
 .Sh NAME
@@ -406,8 +406,6 @@ shared libraries for internationalization
 miscellaneous utility data files
 .Pp
 .Bl -tag -width Fl -compact
-.It Pa gcc/
-GCC configuration data
 .It Pa ldscripts/
 linker scripts; see
 .Xr ld 1

Reply via email to