diff options
| author | VinÃcius Zavam <egypcio@FreeBSD.org> | 2020-02-07 17:23:49 +0000 |
|---|---|---|
| committer | VinÃcius Zavam <egypcio@FreeBSD.org> | 2020-02-07 17:23:49 +0000 |
| commit | 8e9f86e4ce7be3f30eff67a3b27b267823dd0d75 (patch) | |
| tree | a19c008dc5493cee0dcf88e9ce27052c8fbf755f /net/pacemaker1/files/extra-patch-cts_remote.py | |
| parent | Put MAKE_JOBS_UNSAFE=yes back, there is report it still fails (diff) | |
net/pacemaker1: base ncurses, py37- support, and un-deprecate it
Makefiles
- un-deprecate the port; bump PORTREVISION;
- apply certain patches only if PYTHON_SUFFIX > 36;
- use base system's ncurses instead of ports';
pkg-plist: use %%PYTHON_SUFFIX%%, instead of its value
files/*
- extra*.py: https://docs.python.org/3/whatsnew/3.7.html
- patch-tools_cibsecret.in: make proper use of `md5`
PR: 243944
Submitted by: swills
Notes
Notes:
svn path=/head/; revision=525492
Diffstat (limited to 'net/pacemaker1/files/extra-patch-cts_remote.py')
| -rw-r--r-- | net/pacemaker1/files/extra-patch-cts_remote.py | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/pacemaker1/files/extra-patch-cts_remote.py b/net/pacemaker1/files/extra-patch-cts_remote.py new file mode 100644 index 000000000000..2fb15372eb68 --- /dev/null +++ b/net/pacemaker1/files/extra-patch-cts_remote.py @@ -0,0 +1,11 @@ +--- cts/remote.py.orig 2020-02-07 14:06:22 UTC ++++ cts/remote.py +@@ -125,7 +125,7 @@ class RemoteExec: + ''' + + def __init__(self, rsh, silent=False): +- self.async = [] ++ self.async_calls = [] + self.rsh = rsh + self.silent = silent + self.logger = LogFactory() |
