From 212fec546f04a3e9ffc3111ec91a2c48cb4321be Mon Sep 17 00:00:00 2001 From: maxice8 Date: Mon, 13 Aug 2018 23:45:57 -0300 Subject: [PATCH] ndctl: update to 62. --- srcpkgs/ndctl/patches/fix-musl.patch | 15 --------------- srcpkgs/ndctl/template | 6 ++++-- 2 files changed, 4 insertions(+), 17 deletions(-) delete mode 100644 srcpkgs/ndctl/patches/fix-musl.patch diff --git a/srcpkgs/ndctl/patches/fix-musl.patch b/srcpkgs/ndctl/patches/fix-musl.patch deleted file mode 100644 index cf0621ff66f..00000000000 --- a/srcpkgs/ndctl/patches/fix-musl.patch +++ /dev/null @@ -1,15 +0,0 @@ -Source: maxice8 -Upstream: soon -Reason: Fixes compilation on musl libc by defining missing ssize_t - ---- util/strbuf.h -+++ util/strbuf.h -@@ -17,6 +17,7 @@ - #define __NDCTL_STRBUF_H - #include - #include -+#include /* for ssize_t */ - - /* - * Strbuf's can be use in many ways: as a byte array, or to store arbitrary - diff --git a/srcpkgs/ndctl/template b/srcpkgs/ndctl/template index 7adfc213de7..44aba2200f1 100644 --- a/srcpkgs/ndctl/template +++ b/srcpkgs/ndctl/template @@ -1,8 +1,9 @@ # Template file for 'ndctl' pkgname=ndctl -version=61.2 +version=62 revision=1 build_style=gnu-configure +configure_args="--without-systemd-unit-dir" hostmakedepends="asciidoc automake libtool pkg-config xmlto" makedepends="eudev-libudev-devel json-c-devel libkmod-devel libuuid-devel" short_desc="Utility library for managing libnvdimm" @@ -10,7 +11,8 @@ maintainer="maxice8 " license="LGPL-2.1-only, GPL-2.0-only" homepage="https://github.com/pmem/ndctl" distfiles="https://github.com/pmem/ndctl/archive/v${version}.tar.gz" -checksum=2e15b6720729a09b162dd8112b9551a26442b2766b0c481d61915100037da93a +checksum=1ce034264526312147f79c6ebeb076c3ab1a862cb4acf74b37351e0925901a60 +conf_files="/etc/ndctl/monitor.conf" pre_configure() { ./autogen.sh