mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 01:09:24 -04:00
- 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
This commit is contained in:
parent
4dec6bdd8b
commit
40560b03b6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=421435
1 changed files with 11 additions and 0 deletions
11
net/pacemaker/files/patch-Makefile.common
Normal file
11
net/pacemaker/files/patch-Makefile.common
Normal file
|
@ -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: %
|
Loading…
Add table
Reference in a new issue