Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Apr 2026 15:28:25 +0000
From:      Mitchell Horne <mhorne@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Cc:        Herbert J. Skuhra <herbert@gojira.at>
Subject:   git: 88c2e9749db6 - stable/15 - ObsoleteFiles.inc: remove stale allwinner pages
Message-ID:  <69e10019.1f927.5a690efd@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch stable/15 has been updated by mhorne:

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

commit 88c2e9749db6211bdaf83c135847764a650e9851
Author:     Herbert J. Skuhra <herbert@gojira.at>
AuthorDate: 2026-02-09 19:56:47 +0000
Commit:     Mitchell Horne <mhorne@FreeBSD.org>
CommitDate: 2026-04-16 15:17:35 +0000

    ObsoleteFiles.inc: remove stale allwinner pages
    
    These were moved out of man/man4/arm into man/man4. Add entries to catch
    the stale copies.
    
    Fixes:  15c79c6fa608 ("man4: move allwinner pages and logic to a standard place")
    
    (cherry picked from commit 1c9ca4cf71841d5f6cee070143b9e29d541e4124)
---
 ObsoleteFiles.inc | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc
index a1e9939801ac..661cdd3884a0 100644
--- a/ObsoleteFiles.inc
+++ b/ObsoleteFiles.inc
@@ -51,6 +51,7 @@
 #   xargs -n1 | sort | uniq -d;
 # done
 
+
 # 20260402: posix_spawn_file_actions_addchdir lost _np suffix
 OLD_FILES+=usr/share/man/man3/posix_spawn_file_actions_addchdir_np.3.gz
 OLD_FILES+=usr/share/man/man3/posix_spawn_file_actions_addfchdir_np.3.gz
@@ -60,6 +61,14 @@ OLD_FILES+=usr/share/doc/ncurses/hackguide.html
 OLD_FILES+=usr/share/doc/ncurses/ncurses-intro.html
 OLD_DIRS+=usr/share/doc/ncurses
 
+# 20260209: Moved allwinner pages to share/man/man4
+OLD_FILES+=usr/share/man/man4/arm/aw_gpio.4.gz
+OLD_FILES+=usr/share/man/man4/arm/aw_mmc.4.gz
+OLD_FILES+=usr/share/man/man4/arm/aw_rtc.4.gz
+OLD_FILES+=usr/share/man/man4/arm/aw_sid.4.gz
+OLD_FILES+=usr/share/man/man4/arm/aw_spi.4.gz
+OLD_FILES+=usr/share/man/man4/arm/aw_syscon.4.gz
+
 # 20260204: replaced with ATF test
 OLD_FILES+=usr/tests/usr.bin/m4/legacy_test
 OLD_FILES+=usr/tests/usr.bin/m4/regress.sh


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69e10019.1f927.5a690efd>