xfsprogs: update to 6.14.0

This commit is contained in:
Cameron Jackson 2025-02-26 22:22:49 -07:00 committed by Duncan Overbruck
parent 061ec375a3
commit 9515672f9d

View file

@ -1,11 +1,11 @@
# Template file for 'xfsprogs'
pkgname=xfsprogs
version=6.5.0
version=6.14.0
revision=1
build_style=gnu-configure
configure_args="--enable-editline=yes --enable-lib64=no --libdir=/usr/lib
--enable-lto"
hostmakedepends="gettext"
hostmakedepends="gettext pkg-config"
makedepends="libblkid-devel libedit-devel inih-devel liburcu-devel
libuuid-devel"
short_desc="Utilities for managing the XFS filesystem"
@ -13,12 +13,20 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
license="LGPL-2.1-or-later"
homepage="http://xfs.org/index.php/Main_Page"
distfiles="${KERNEL_SITE}/utils/fs/xfs/xfsprogs/xfsprogs-${version}.tar.xz"
checksum=8db81712b32756b97d89dd9a681ac5e325bbb75e585382cd4863fab7f9d021c6
checksum=fa5ab77f8b5169ce48dd8de09446ad7e29834a05b8f52012bae411cf53ec1f58
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" liburcu-devel"
fi
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
# glibc includes linux/statx.h, musl doesn't musls
# definition is not new enough so work around the broken
# configure check and force use of the internal statx
# struct definition.
configure_args+=" ac_cv_type_struct_statx=no"
fi
do_install() {
make install install-dev DIST_ROOT=${DESTDIR} \
PKG_ROOT_SBIN_DIR=/usr/bin PKG_ROOT_LIB_DIR=/usr/lib