From 7d6eb45b7aa344b0718e25d22d65514be1f52908 Mon Sep 17 00:00:00 2001 From: dogknowsnx Date: Sat, 9 Aug 2025 11:30:21 +0200 Subject: [PATCH] man-pages: update to 6.15 mv pages conflicting with 'libgpiod-devel' --- srcpkgs/man-pages/template | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/srcpkgs/man-pages/template b/srcpkgs/man-pages/template index 5a7bbd2a41c..f7c51f46790 100644 --- a/srcpkgs/man-pages/template +++ b/srcpkgs/man-pages/template @@ -1,13 +1,13 @@ # Template file for 'man-pages' pkgname=man-pages -version=6.14 +version=6.15 revision=1 short_desc="Linux Documentation Project (LDP) manual pages" maintainer="Enno Boland " license="GPL-2.0-or-later" homepage="https://www.kernel.org/doc/man-pages/index.html" distfiles="${KERNEL_SITE}/docs/man-pages/man-pages-${version}.tar.xz" -checksum=71e13067b780044b2f372eec25f4209bc0413cc32af714141ef3d22d21eae8e3 +checksum=03d8ebf618bd5df57cb4bf355efa3f4cd3a00b771efd623d4fd042b5dceb4465 do_install() { make -R install prefix=/usr DESTDIR=${DESTDIR} @@ -24,8 +24,6 @@ do_install() { rm -f man3/getspnam.3 # diffutils rm -f man1/diff.1 - # xf86-input-mouse - rm -f man4/mouse.4 # tzdata rm -f man5/tzfile.5 rm -f man8/zdump.8 @@ -34,16 +32,13 @@ do_install() { # mdocml rm -f man7/man.7 rm -f man7/mdoc.7 - # openssl-devel - mv man3/rand.3 man3/glibc-rand.3 - mv man3/err.3 man3/glibc-err.3 - # Fix references to these manpages - sed -i -e "s|.so man3/rand.3|.so man3/glibc-rand.3|" \ - -e "s|.so man3/err.3|.so man3/glibc-err.3|" man3/* # Rename some glibc specific manpages mv man1/{iconv.1,glibc-iconv.1} mv man1/{ldd.1,glibc-ldd.1} mv man1/{getent.1,glibc-getent.1} + # libgpiod-devel + mv man3/{clock.3,glibc-clock.3} + mv man3/{end.3,glibc-end.3} if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then # libxcrypt-devel