aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2016-09-06 22:27:29 +0800
committerDmitry Marakasov <amdmi3@FreeBSD.org>2016-09-06 22:27:29 +0800
commit40560b03b69f5d2c14ad5a91c26b46a31c5a685c (patch)
treefad9535009bd707582e4b9713aa589b99b2b6f8d /net
parent4dec6bdd8bec5926bc28474ee6f0ae2fd06c7131 (diff)
downloadfreebsd-ports-gnome-40560b03b69f5d2c14ad5a91c26b46a31c5a685c.tar.gz
freebsd-ports-gnome-40560b03b69f5d2c14ad5a91c26b46a31c5a685c.tar.zst
freebsd-ports-gnome-40560b03b69f5d2c14ad5a91c26b46a31c5a685c.zip
- Fix build with --disable-silent-rules
With verbose build all utilities are called with --help and --version arguments just to show their output. This, however, may fail: PATH=/wrkdirs/usr/ports/net/pacemaker/work/pacemaker-Pacemaker-1.1.14/tools:$PATH /wrkdirs/usr/ports/net/pacemaker/work/pacemaker-Pacemaker-1.1.14/tools/crm_standby --help Error signing on to the CIB service: Socket is not connected Error signing on to the CIB service: Socket is not connected So just remove these calls, they have no use anyway. PR: 212075 Approved by: portmgr blanket
Diffstat (limited to 'net')
-rw-r--r--net/pacemaker/files/patch-Makefile.common11
1 files changed, 11 insertions, 0 deletions
diff --git a/net/pacemaker/files/patch-Makefile.common b/net/pacemaker/files/patch-Makefile.common
new file mode 100644
index 000000000000..268e0adf61bd
--- /dev/null
+++ b/net/pacemaker/files/patch-Makefile.common
@@ -0,0 +1,11 @@
+--- Makefile.common.orig 2016-01-14 21:43:08 UTC
++++ Makefile.common
+@@ -38,8 +38,6 @@ endif
+
+ %.8: % $(MAN8DEPS)
+ chmod a+x $(abs_builddir)/$<
+- $(PCMK_V) PATH=$(abs_builddir):$$PATH $(abs_builddir)/$< --help
+- $(PCMK_V) PATH=$(abs_builddir):$$PATH $(abs_builddir)/$< --version
+ $(AM_V_MAN)PATH=$(abs_builddir):$$PATH $(HELP2MAN) --output $@ --no-info --section 8 --name "Part of the Pacemaker cluster resource manager" $(abs_builddir)/$<
+
+ %.xml: %