Re: git: 15c79c6fa608 - main - man4: move allwinner pages and logic to a standard place
Date: Mon, 09 Feb 2026 15:51:23 UTC
On Tue, 21 Oct 2025 01:42:20 +0200, Mitchell Horne wrote:
>
> The branch main has been updated by mhorne:
>
> URL: https://cgit.FreeBSD.org/src/commit/?id=15c79c6fa60809a9dc627e5051704cf2a556c6db
>
> commit 15c79c6fa60809a9dc627e5051704cf2a556c6db
> Author: Mitchell Horne <mhorne@FreeBSD.org>
> AuthorDate: 2025-07-11 20:24:42 +0000
> Commit: Mitchell Horne <mhorne@FreeBSD.org>
> CommitDate: 2025-10-20 23:37:13 +0000
>
> man4: move allwinner pages and logic to a standard place
>
> They are shared by arm, arm64, and now riscv. Note that they are
> always installed by default, where MAN_ARCH=all.
>
> MFC after: 3 days
> Sponsored by: The FreeBSD Foundation
> Differential Revision: https://reviews.freebsd.org/D52585
> ---
> share/man/man4/Makefile | 12 ++++++++++++
> share/man/man4/{man4.arm => }/aw_gpio.4 | 2 +-
> share/man/man4/{man4.arm => }/aw_mmc.4 | 2 +-
> share/man/man4/{man4.arm => }/aw_rtc.4 | 2 +-
> share/man/man4/{man4.arm => }/aw_sid.4 | 2 +-
> share/man/man4/{man4.arm => }/aw_spi.4 | 2 +-
> share/man/man4/{man4.arm => }/aw_syscon.4 | 2 +-
> share/man/man4/man4.aarch64/Makefile | 6 ------
> share/man/man4/man4.arm/Makefile | 6 ------
> 9 files changed, 18 insertions(+), 18 deletions(-)
Should the following be added to ObsoleteFiles.inc ?
OLD_FILES+=usr/share/man/man4/arm/aw_gpio.4.gzu
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