ndctl: rebuild against new distfile, removed old patch

This commit is contained in:
Tim Biermann 2022-03-25 16:31:15 +01:00
parent dbb842a6d7
commit 3d7d33a5c0
3 changed files with 5 additions and 28 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF34ffVYU6R0f8SxzsnwbZ9QuFXOj2s5xdmEahUqg+7TDel5Mj+ZfiAoo1NIqQFdMzO4RrLAZhrUAjOwiI/Z95eAA=
SHA256 (Pkgfile) = 404f25b212fe871d4085fe8e451ecb8ca0b181824199b0f6a52847b8cb882c85
RWSagIOpLGJF34CGGt0LYQChK9e7gdQXe31qj06CqbIfVduuz/zg8HjwncerqfblclsVPCXiGIkaofXhXi0mS6EZwLmmfgzCxA4=
SHA256 (Pkgfile) = dbed5d6d94fd8e59cf2afed40cf76c0c1aeca0e09f3065645d0c040299bcd004
SHA256 (.footprint) = d20b8f92259be50fb403c3e59ad4f479a318e22e66e686e9d717aa3e1af1d6ba
SHA256 (ndctl-73.tar.gz) = 97f85b897378d293da75f91c2f238c0a45e1626dc2c2367e7a8d78378ee0f73b
SHA256 (ndctl-73-2.tar.gz) = 97f85b897378d293da75f91c2f238c0a45e1626dc2c2367e7a8d78378ee0f73b

View File

@ -1,23 +0,0 @@
From 42381683097e61113f8cf4b13795a2e03e566835 Mon Sep 17 00:00:00 2001
From: Felix Yan <felixonmars@archlinux.org>
Date: Sun, 19 Dec 2021 04:45:25 +0800
Subject: [PATCH] Fix iniparser.h include
In configure.ac `iniparser.h` was checked without a path too, this change makes it consistent and fixes building on Arch Linux which has the header installed in /usr/include directly.
---
util/parse-configs.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/util/parse-configs.c b/util/parse-configs.c
index 1b7ffa69..c834a070 100644
--- a/util/parse-configs.c
+++ b/util/parse-configs.c
@@ -4,7 +4,7 @@
#include <dirent.h>
#include <errno.h>
#include <fcntl.h>
-#include <iniparser/iniparser.h>
+#include <iniparser.h>
#include <sys/stat.h>
#include <util/parse-configs.h>
#include <util/strbuf.h>

View File

@ -5,8 +5,8 @@
name=ndctl
version=73
release=1
source=(https://github.com/pmem/ndctl/archive/v$version/$name-$version.tar.gz)
release=2
source=(https://github.com/pmem/ndctl/archive/v$version/$name-$version-$release.tar.gz)
build() {
meson setup $name-$version build \