glusterfs: update to 5.3

closes #8999

Co-authored-by: maxice8 <thinkabit.ukim@gmail.com>
This commit is contained in:
Rich G 2019-02-20 20:55:52 -05:00 committed by maxice8
parent 7237e99cc5
commit 46d1600431
No known key found for this signature in database
GPG key ID: 543B9D4F4299F06B

View file

@ -1,15 +1,16 @@
# Template file for 'glusterfs'
pkgname=glusterfs
version=3.12.14
revision=3
version=5.3
revision=1
build_style=gnu-configure
configure_args="--disable-glupy --enable-crypt-xlator
--with-mountutildir=/usr/bin ac_cv_file__etc_debian_version=no
ac_cv_file__etc_SuSE_release=no ac_cv_file__etc_redhat_release=no"
ac_cv_file__etc_SuSE_release=no ac_cv_file__etc_redhat_release=no
ac_cv_file__etc_centos_release=no"
pycompile_dirs="/usr/libexec/glusterfs/python/syncdaemon"
hostmakedepends="automake flex libtool pkg-config python"
makedepends="acl-devel fuse-devel libaio-devel liblvm2app-devel libressl-devel
liburcu-devel libxml2-devel sqlite-devel"
liburcu-devel libxml2-devel rdma-core-devel sqlite-devel"
# python is required by gsyncd.
depends="python"
short_desc="Free and open source software scalable network filesystem (client)"
@ -17,7 +18,7 @@ maintainer="Juan RP <xtraeme@voidlinux.org>"
license="GPL-2.0-or-later, LGPL-3.0-only"
homepage="http://www.gluster.org/"
distfiles="https://download.gluster.org/pub/gluster/glusterfs/${version%.*}/${version}/${pkgname}-${version}.tar.gz"
checksum=a692c263eefecb9640e8a4154fe0c5bc1613a0b0ed3a92209ff0b628f5945509
checksum=293542b1f43e681741282d1ba2aefe9b501321c782e896f518cca36072414448
case "$XBPS_TARGET_MACHINE" in
*-musl) broken="not yet supported";;