From f67797024fd09a0fa96d9789346657b90d5ffb50 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Thu, 28 Mar 2019 13:25:15 -0300 Subject: [PATCH] moosefs: update to 3.0.104. --- srcpkgs/moosefs/patches/fix-musl.patch | 17 ----------------- srcpkgs/moosefs/template | 12 +++++++----- 2 files changed, 7 insertions(+), 22 deletions(-) delete mode 100644 srcpkgs/moosefs/patches/fix-musl.patch diff --git a/srcpkgs/moosefs/patches/fix-musl.patch b/srcpkgs/moosefs/patches/fix-musl.patch deleted file mode 100644 index 74c3f2c42ff..00000000000 --- a/srcpkgs/moosefs/patches/fix-musl.patch +++ /dev/null @@ -1,17 +0,0 @@ -author: maxice8 -Upstream: no -Reason: fixes musl compilation - -diff --git a/mfsclient/mfsio.c b/mfsclient/mfsio.c -index 2c624e9..cd99a53 100644 ---- mfsclient/mfsio.c -+++ mfsclient/mfsio.c -@@ -31,6 +31,7 @@ - #include - #include - #include -+#include - - #include "MFSCommunication.h" - #include "mastercomm.h" - diff --git a/srcpkgs/moosefs/template b/srcpkgs/moosefs/template index 01fdaa619c4..951ebcd70aa 100644 --- a/srcpkgs/moosefs/template +++ b/srcpkgs/moosefs/template @@ -1,18 +1,20 @@ # Template file for 'moosefs' pkgname=moosefs -version=3.0.103 +version=3.0.104 revision=1 build_style=gnu-configure -configure_args="--localstatedir=/var/lib --with-default-user=_mfs --with-default-group=_mfs" +configure_args="--localstatedir=/var/lib --with-default-user=_mfs + --with-default-group=_mfs" hostmakedepends="automake libtool pkg-config" makedepends="zlib-devel libpcap-devel fuse-devel" -system_accounts="_mfs" -short_desc="A fault tolerant, network distributed file system" +short_desc="Fault tolerant, network distributed file system" maintainer="Juan RP " license="GPL-2.0-only" homepage="http://moosefs.org/" distfiles="http://ppa.moosefs.com/src/moosefs-${version}-1.tar.gz" -checksum=d8dc9fb7fb72b6f6991e422cbd32320811fa40207c5ced14aebb0ad89dd6af43 +checksum=9e4532e8715d89b0acb52115fd460c6905fbd29bad9f6746a6e1c38aa6a8ad8f + +system_accounts="_mfs" pre_configure() { sed -i 's,AC_RUN_IFELSE,AC_LINK_IFELSE,g' configure.ac