summaryrefslogtreecommitdiff
path: root/net/glusterfs/files/patch-extras_Makefile.in
diff options
context:
space:
mode:
authorFlorian Smeets <flo@FreeBSD.org>2020-07-29 20:33:59 +0000
committerFlorian Smeets <flo@FreeBSD.org>2020-07-29 20:33:59 +0000
commit32e7d4c3b3ae3973abb608bc732232904a0018c0 (patch)
treed4cca23454b8b5f7fcc5319fb816cd501b7f90d1 /net/glusterfs/files/patch-extras_Makefile.in
parentx11/wofi: update to 1.2.1 (diff)
Update to 8.0, this is a collaborative effort between Daniel Morante and
myself. - update to 8.0 - make it possible to mount gluster volumes on boot [1] - reset maintainer [1], I would have set it to ports@ but Daniel volunteered to maintain the port - add pkg-message to point out that procfs is required for some operations like "gluster volume status" which is also required for self healing. [2] This version works although I still see the same memory leak as with the 3.X series. PR: 236112 [1], 223671 [2] Submitted by: Daniel Morante <daniel@morante.net>, flo Obtained from: https://github.com/tuaris/freebsd-glusterfs7 Differential Revision: D25037
Diffstat (limited to 'net/glusterfs/files/patch-extras_Makefile.in')
-rw-r--r--net/glusterfs/files/patch-extras_Makefile.in22
1 files changed, 0 insertions, 22 deletions
diff --git a/net/glusterfs/files/patch-extras_Makefile.in b/net/glusterfs/files/patch-extras_Makefile.in
deleted file mode 100644
index 510b99f53b0e..000000000000
--- a/net/glusterfs/files/patch-extras_Makefile.in
+++ /dev/null
@@ -1,22 +0,0 @@
---- extras/Makefile.in.orig 2017-06-27 15:25:17 UTC
-+++ extras/Makefile.in
-@@ -637,8 +637,8 @@ install-volDATA: $(vol_DATA)
- echo "$$d$$p"; \
- done | $(am__base_list) | \
- while read files; do \
-- echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(voldir)'"; \
-- $(INSTALL_DATA) $$files "$(DESTDIR)$(voldir)" || exit $$?; \
-+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(voldir)/$${files}.sample'"; \
-+ $(INSTALL_DATA) $$files "$(DESTDIR)$(voldir)/$${files}.sample" || exit $$?; \
- done
-
- uninstall-volDATA:
-@@ -937,7 +937,7 @@ install-data-local:
- fi
- $(mkdir_p) $(DESTDIR)$(GLUSTERD_WORKDIR)/groups
- $(INSTALL_DATA) $(top_srcdir)/extras/group-virt.example \
-- $(DESTDIR)$(GLUSTERD_WORKDIR)/groups/virt
-+ $(DESTDIR)$(GLUSTERD_WORKDIR)/groups/virt.sample
- $(INSTALL_DATA) $(top_srcdir)/extras/group-metadata-cache \
- $(DESTDIR)$(GLUSTERD_WORKDIR)/groups/metadata-cache
- $(INSTALL_DATA) $(top_srcdir)/extras/group-gluster-block \