Summary: | net/pacemaker1: Config option DBUS off does not affect. | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | radi-sh <masamory7> | ||||
Component: | Individual Port(s) | Assignee: | Vinícius Zavam <egypcio> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Some People | Flags: | egypcio:
maintainer-feedback+
|
||||
Priority: | --- | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
radi-sh
2021-03-30 04:06:36 UTC
hello there! hi, thanks for already sharing a patch for that. appreciated :) I should take time this week to get it a try and get back to the PR. [] Created attachment 224361 [details]
net/pacemaker1: fix the use of REPLACE_ARGS and REPLACE_ARGS_OCF
I'm attaching here a patch file which I do plan to commit; there are still a few testing scenarios to be checked before it hits our tree.
- we are having issues on 13.0 with this one.
would you mind to check on your side as well?
It's fine in test building. A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=73059f063ec124bb34540a609f7b6306045e9bd0 commit 73059f063ec124bb34540a609f7b6306045e9bd0 Author: VinÃcius Zavam <egypcio@FreeBSD.org> AuthorDate: 2021-05-06 23:50:05 +0000 Commit: VinÃcius Zavam <egypcio@FreeBSD.org> CommitDate: 2021-05-06 23:50:05 +0000 net/pacemaker1: fix DBUS config option, and its REINPLACE_ARGS - 'post-patch-common' never used was DBUS_VARS_OFF really set; - REPLACE_ARGS renamed to REPLACE_CMD_ARGS; - REPLACE_ARGS_OCF and REPLACE_ARGS_DBUS append into REPLACE_ARGS. while here, * mark port as broken if OSVERSION>=1300000 PR: 254653 Reported by: masamory7 % gmail.com net/pacemaker1/Makefile | 5 +++++ net/pacemaker1/Makefile.common | 10 +++++----- 2 files changed, 10 insertions(+), 5 deletions(-) |