xfsdump: update to 3.1.9.
This commit is contained in:
parent
98d2499faa
commit
e86704dfd8
1 changed files with 4 additions and 4 deletions
|
@ -1,23 +1,23 @@
|
||||||
# Template file for 'xfsdump'
|
# Template file for 'xfsdump'
|
||||||
pkgname=xfsdump
|
pkgname=xfsdump
|
||||||
version=3.1.8
|
version=3.1.9
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--sbindir=/usr/bin"
|
configure_args="--sbindir=/usr/bin"
|
||||||
|
hostmakedepends="gettext"
|
||||||
makedepends="libuuid-devel ncurses-devel xfsprogs-devel attr-devel"
|
makedepends="libuuid-devel ncurses-devel xfsprogs-devel attr-devel"
|
||||||
short_desc="XFS filesystem incremental dump/restore utility"
|
short_desc="XFS filesystem incremental dump/restore utility"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://git.kernel.org/pub/scm/fs/xfs/xfsdump-dev.git/"
|
homepage="https://git.kernel.org/pub/scm/fs/xfs/xfsdump-dev.git/"
|
||||||
distfiles="${KERNEL_SITE}/utils/fs/xfs/xfsdump/xfsdump-${version}.tar.xz"
|
distfiles="${KERNEL_SITE}/utils/fs/xfs/xfsdump/xfsdump-${version}.tar.xz"
|
||||||
checksum=ed14e67ae5b273c2698e767b43a46f033d361e540fe13feaaf9b110ee0edc585
|
checksum=55aeede6232ddce6c9e79e2af88d6f808534df1552eb2bfaf7fb85b92add6dd1
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
ppc*) broken="fails to build";;
|
ppc*) broken="fails to build";;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
sed -i 's/xfs_fsop_geom_v1_t/struct xfs_fsop_geom_v1/g' common/fs.c
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
*-musl)
|
*-musl)
|
||||||
sed -i -e 's/SIGCLD/SIGCHLD/g' \
|
sed -i -e 's/SIGCLD/SIGCHLD/g' \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue