From owner-dev-commits-src-all@freebsd.org Fri Aug 6 16:39:11 2021 Return-Path: Delivered-To: dev-commits-src-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id BBBD76593B9; Fri, 6 Aug 2021 16:39:11 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GhB5C4mSTz4qrK; Fri, 6 Aug 2021 16:39:11 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7D47611069; Fri, 6 Aug 2021 16:39:11 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 176GdBqk016073; Fri, 6 Aug 2021 16:39:11 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 176GdBca016072; Fri, 6 Aug 2021 16:39:11 GMT (envelope-from git) Date: Fri, 6 Aug 2021 16:39:11 GMT Message-Id: <202108061639.176GdBca016072@gitrepo.freebsd.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org From: =?utf-8?Q?Fernando Apestegu=C3=ADa?= Subject: git: e6379a2c9546 - main - man: Install more man pages unconditionally MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: fernape X-Git-Repository: src X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: e6379a2c954698be466f5b4481a924b3a0074cb4 Auto-Submitted: auto-generated X-BeenThere: dev-commits-src-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the src repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Aug 2021 16:39:11 -0000 The branch main has been updated by fernape (doc, ports committer): URL: https://cgit.FreeBSD.org/src/commit/?id=e6379a2c954698be466f5b4481a924b3a0074cb4 commit e6379a2c954698be466f5b4481a924b3a0074cb4 Author: Fernando ApesteguĂ­a AuthorDate: 2021-08-06 16:33:31 +0000 Commit: Fernando ApesteguĂ­a CommitDate: 2021-08-06 16:34:07 +0000 man: Install more man pages unconditionally Add more manual pages which were not spotted previously in 0a0f7486413c Ideally to be MFH'ed with: 8539518055d0 - Remove manpages from OLD_FILES 8b487b8292e4 - Fix bsd.subdir.mk-related issues after 0a0f7486413c f6043a672135 - ObsoleteFiles.inc: Remove manpages from OLD_FILES 0a0f7486413c - man: Build manpages for all architectures There is at least one pending issue when building with -DNO_ROOT. Reported by: ceri@ MFH: 4 weeks Discussed with: wosch Differential Revision: https://reviews.freebsd.org/D31018 --- share/man/man5/Makefile | 4 ++-- share/man/man8/Makefile | 4 ++-- share/man/man9/Makefile | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/share/man/man5/Makefile b/share/man/man5/Makefile index 2083993b0795..e1b765346689 100644 --- a/share/man/man5/Makefile +++ b/share/man/man5/Makefile @@ -107,8 +107,8 @@ MAN+= pf.conf.5 \ pf.os.5 .endif -.if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "i386" +# This makes more sense for amd64 and i386 but +# we decide to install all manpages in all architectures _boot.config.5= boot.config.5 -.endif .include diff --git a/share/man/man8/Makefile b/share/man/man8/Makefile index 1e61c79d12b9..1257f3ab97bf 100644 --- a/share/man/man8/Makefile +++ b/share/man/man8/Makefile @@ -35,10 +35,10 @@ MLINKS+=yp.8 NIS.8 \ yp.8 YP.8 .endif -.if ${MACHINE_CPUARCH} == "aarch64" || ${MACHINE_CPUARCH} == "amd64" +# This makes more sense for aarch 64 and amd64 +# we decide to install all manpages in all architectures _uefi.8= uefi.8 MLINKS+=uefi.8 efi.8 -.endif .include diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile index b2f1451a79d7..d6650a2538f7 100644 --- a/share/man/man9/Makefile +++ b/share/man/man9/Makefile @@ -2398,7 +2398,8 @@ MLINKS+=zone.9 uma.9 \ zone.9 uma_zone_set_warning.9 \ zone.9 uma_zsecond_create.9 -.if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "i386" +# This makes more sense for amd64 and i386 but +# we decide to install all manpages in all architectures _superio.9= superio.9 MLINKS+=superio.9 superio_devid.9 \ superio.9 superio_dev_disable.9 \ @@ -2415,6 +2416,5 @@ MLINKS+=superio.9 superio_devid.9 \ superio.9 superio_revid.9 \ superio.9 superio_vendor.9 \ superio.9 superio_write.9 -.endif .include