From 20fd510bf9dbb07f5ccf1775c20413fa3dd776c1 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sat, 28 Sep 2019 17:54:11 +0200 Subject: [PATCH] xfsdump: fix build on xfsprogs>=5.2. --- srcpkgs/xfsdump/template | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/srcpkgs/xfsdump/template b/srcpkgs/xfsdump/template index adcf5263132..ac8afcccb88 100644 --- a/srcpkgs/xfsdump/template +++ b/srcpkgs/xfsdump/template @@ -1,18 +1,19 @@ # Template file for 'xfsdump' pkgname=xfsdump version=3.1.8 -revision=1 +revision=2 build_style=gnu-configure configure_args="--sbindir=/usr/bin" makedepends="libuuid-devel ncurses-devel xfsprogs-devel attr-devel" short_desc="XFS filesystem incremental dump/restore utility" -maintainer="Christian Neukirchen " -license="LGPL-2.1" -homepage="http://oss.sgi.com/projects/xfs/" +maintainer="Leah Neukirchen " +license="GPL-2.0-or-later" +homepage="https://git.kernel.org/pub/scm/fs/xfs/xfsdump-dev.git/" distfiles="${KERNEL_SITE}/utils/fs/xfs/xfsdump/xfsdump-${version}.tar.xz" checksum=ed14e67ae5b273c2698e767b43a46f033d361e540fe13feaaf9b110ee0edc585 post_extract() { + sed -i 's/xfs_fsop_geom_v1_t/struct xfs_fsop_geom_v1/g' common/fs.c case "$XBPS_TARGET_MACHINE" in *-musl) sed -i -e 's/SIGCLD/SIGCHLD/g' \