diff options
author | joerg <joerg@pkgsrc.org> | 2016-03-29 22:02:35 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2016-03-29 22:02:35 +0000 |
commit | 3fa6199aa4ab3be7532d6086883d75474629f4cf (patch) | |
tree | 1fac82b43d57550390df3f94e621a0b87496b5ff /filesystems | |
parent | ec7af19d5b4374410278db2a6c372e1c81165fb6 (diff) | |
download | pkgsrc-3fa6199aa4ab3be7532d6086883d75474629f4cf.tar.gz |
rpclibdir is still not defined, so restore patch. Next time, I'll likely
just mark the package as BROKEN.
Diffstat (limited to 'filesystems')
-rw-r--r-- | filesystems/glusterfs/distinfo | 3 | ||||
-rw-r--r-- | filesystems/glusterfs/patches/patch-xlators_mgmt_glusterd_src_Makefile.in | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/filesystems/glusterfs/distinfo b/filesystems/glusterfs/distinfo index 6cd4fdb291b..eba0186d4a2 100644 --- a/filesystems/glusterfs/distinfo +++ b/filesystems/glusterfs/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.49 2016/03/22 08:14:00 manu Exp $ +$NetBSD: distinfo,v 1.50 2016/03/29 22:02:35 joerg Exp $ SHA1 (glusterfs-3.7.9.tar.gz) = 37aafabb849c7bcc5fa1c3017c0f2f0df36ef431 RMD160 (glusterfs-3.7.9.tar.gz) = 992557a72f0506b0ef97bcb98abad149de7f55e8 Size (glusterfs-3.7.9.tar.gz) = 7971840 bytes +SHA1 (patch-xlators_mgmt_glusterd_src_Makefile.in) = bfc093b482edc1e95f95152ab407633bdf7d0f55 diff --git a/filesystems/glusterfs/patches/patch-xlators_mgmt_glusterd_src_Makefile.in b/filesystems/glusterfs/patches/patch-xlators_mgmt_glusterd_src_Makefile.in new file mode 100644 index 00000000000..09492abcc2f --- /dev/null +++ b/filesystems/glusterfs/patches/patch-xlators_mgmt_glusterd_src_Makefile.in @@ -0,0 +1,13 @@ +$NetBSD: patch-xlators_mgmt_glusterd_src_Makefile.in,v 1.8 2016/03/29 22:02:35 joerg Exp $ + +--- xlators/mgmt/glusterd/src/Makefile.in.orig 2015-11-08 21:58:06.000000000 +0000 ++++ xlators/mgmt/glusterd/src/Makefile.in +@@ -409,7 +409,7 @@ noinst_HEADERS = glusterd.h glusterd-uti + glusterd-server-quorum.h glusterd-errno.h + + AM_CPPFLAGS = $(GF_CPPFLAGS) -I$(top_srcdir)/libglusterfs/src \ +- -I$(rpclibdir) -I$(CONTRIBDIR)/rbtree \ ++ -I$(CONTRIBDIR)/rbtree \ + -I$(top_srcdir)/rpc/xdr/src -I$(top_srcdir)/rpc/rpc-lib/src \ + -I$(CONTRIBDIR)/mount \ + -I$(CONTRIBDIR)/userspace-rcu \ |