~alpine/aports

community/sysstat: disable compression of man pages v1 REJECTED

Humm: 1
 community/sysstat: disable compression of man pages

 1 files changed, 2 insertions(+), 1 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/3823/mbox | git am -3
Learn more about email & git

[PATCH] community/sysstat: disable compression of man pages Export this patch

Compressing man pages in the build (with xz) steals responsibility from
the package build system (and mandoc doesn't support xz decompression).
---
 community/sysstat/APKBUILD | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/community/sysstat/APKBUILD b/community/sysstat/APKBUILD
index 5dec58c363..542a7ed4a7 100644
--- a/community/sysstat/APKBUILD
+++ b/community/sysstat/APKBUILD
@@ -8,7 +8,7 @@ pkgdesc="Performance monitoring tools"
url="http://pagesperso-orange.fr/sebastien.godard/"
arch="all"
license="GPL-2.0-or-later"
makedepends="linux-headers xz"
makedepends="linux-headers"
subpackages="$pkgname-doc"
source="$pkgname-$pkgver.tar.gz::https://github.com/sysstat/sysstat/archive/v$pkgver.tar.gz"

@@ -20,6 +20,7 @@ build() {
		--sysconfdir=/etc \
		--mandir=/usr/share/man \
		--infodir=/usr/share/info \
		--disable-compress-manpg \
		--disable-nls
	make
}
-- 
2.34.1
you need to bump pkgrel

-- 
via https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/28697#note_200070