pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/filesystems/glusterfs Reapply fix for broken build sys...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e504bb7d28a1
branches:  trunk
changeset: 652805:e504bb7d28a1
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Jun 08 13:40:08 2015 +0000

description:
Reapply fix for broken build system after defuzzing.

diffstat:

 filesystems/glusterfs/distinfo                                            |   3 +-
 filesystems/glusterfs/patches/patch-xlators_mgmt_glusterd_src_Makefile.in |  13 ++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (29 lines):

diff -r d6465e89917c -r e504bb7d28a1 filesystems/glusterfs/distinfo
--- a/filesystems/glusterfs/distinfo    Mon Jun 08 13:39:35 2015 +0000
+++ b/filesystems/glusterfs/distinfo    Mon Jun 08 13:40:08 2015 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.38 2015/06/02 03:44:16 manu Exp $
+$NetBSD: distinfo,v 1.39 2015/06/08 13:40:08 joerg Exp $
 
 SHA1 (glusterfs-3.7.1.tar.gz) = 02e99a642e659b9c4232d12bff849d360a89c6fd
 RMD160 (glusterfs-3.7.1.tar.gz) = 0e33e3ac9b3eb110bbe1e3d1b6348103c2bc5704
 Size (glusterfs-3.7.1.tar.gz) = 7191402 bytes
 SHA1 (patch-10963) = ce20da94602b6ad4fcc8d63a3d125d5f72ad78f7
+SHA1 (patch-xlators_mgmt_glusterd_src_Makefile.in) = 188eab283bd7433c86e7767e594ba8fb97645e23
diff -r d6465e89917c -r e504bb7d28a1 filesystems/glusterfs/patches/patch-xlators_mgmt_glusterd_src_Makefile.in
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/filesystems/glusterfs/patches/patch-xlators_mgmt_glusterd_src_Makefile.in Mon Jun 08 13:40:08 2015 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-xlators_mgmt_glusterd_src_Makefile.in,v 1.4 2015/06/08 13:40:08 joerg Exp $
+
+--- xlators/mgmt/glusterd/src/Makefile.in.orig 2015-06-08 13:01:09.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 \



Home | Main Index | Thread Index | Old Index