~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
1

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

Details
Message ID
<20211220175640.20945-1-hummsmith42@gmail.com>
DKIM signature
missing
Download raw message
Patch: +2 -1
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
Details
Message ID
<164002476185.14324.3717727163079054572.gitlab.28697.3bbd3e6a8962e20a066eeece638b05ae504e41a1@listserv.local>
In-Reply-To
<20211220175640.20945-1-hummsmith42@gmail.com> (view parent)
DKIM signature
missing
Download raw message
you need to bump pkgrel

-- 
via https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/28697#note_200070
Reply to thread Export thread (mbox)