~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch

[PATCH v2] community/sysstat: disable compression of man pages

Details
Message ID
<20211220182952.21459-1-hummsmith42@gmail.com>
DKIM signature
missing
Download raw message
Patch: +3 -2
Compressing man pages in the build (with xz) steals responsibility from
the package build system (and mandoc doesn't support xz decompression).
---
This was the only use of xz as dependency, right?

Who hadn't bumbed pkgrel?  Can't be me, right?

 community/sysstat/APKBUILD | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/community/sysstat/APKBUILD b/community/sysstat/APKBUILD
index 5dec58c363..7880c32f06 100644
--- a/community/sysstat/APKBUILD
+++ b/community/sysstat/APKBUILD
@@ -3,12 +3,12 @@
pkgname=sysstat
# !!! 12.5.x are stable versions !!!
pkgver=12.5.4
pkgrel=0
pkgrel=1
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
Reply to thread Export thread (mbox)