The branch stable/14 has been updated by des:

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

commit 8bbe1d5422bc04e870482de6a0c05e769a106b1a
Author:     Dag-Erling Smørgrav <[email protected]>
AuthorDate: 2026-06-02 08:36:53 +0000
Commit:     Dag-Erling Smørgrav <[email protected]>
CommitDate: 2026-06-04 14:40:29 +0000

    ObsoleteFiles: Add some ancient locale symlinks
    
    These were dropped in 2021 but were never listed in ObsoleteFiles.inc,
    so systems that have been upgraded from source since before that date
    (or from 13.x) may still have them.
    
    PR:             295668
    MFC after:      1 week
    Fixes:          0a36787e4c1f ("locales: separate unicode from other 
locales")
    Reviewed by:    bapt
    Differential Revision:  https://reviews.freebsd.org/D57331
    
    (cherry picked from commit 1cef7e9eb0822c606fc34f975efd14b6daeff756)
---
 ObsoleteFiles.inc | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc
index 1540f7d00246..fdc4f8b7bad2 100644
--- a/ObsoleteFiles.inc
+++ b/ObsoleteFiles.inc
@@ -51,6 +51,13 @@
 #   xargs -n1 | sort | uniq -d;
 # done
 
+# 20260602: Removed by 0a36787e4c1f on 20210723
+OLD_FILES+=usr/share/locale/hr_HR.ISO8859-2/LC_MESSAGES
+OLD_FILES+=usr/share/locale/nl_BE.ISO8859-1/LC_MESSAGES
+OLD_FILES+=usr/share/locale/nl_BE.ISO8859-15/LC_MESSAGES
+OLD_FILES+=usr/share/locale/sr_RS.ISO8859-2/LC_MESSAGES
+OLD_FILES+=usr/share/locale/zh_TW.Big5/LC_NUMERIC
+
 # 20260430: Provide stdint.h macros unconditionally
 OLD_FILES+=usr/include/c++/v1/stdint.h
 

Reply via email to