The branch main has been updated by des:

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

commit 1cef7e9eb0822c606fc34f975efd14b6daeff756
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-02 08:38:16 +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
---
 ObsoleteFiles.inc | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc
index 3785f5ac30e1..071fb20e870a 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
+
 # 20260503: Kill off MANSUBDIRs
 OLD_DIRS+=usr/share/man/man4/amd64
 OLD_FILES+=usr/share/man/man8/amd64/apm.8.gz

Reply via email to