FreeBSD Bugzilla – Attachment 212238 Details for
Bug 231300
sysutils/py-salt: Fails to start with ZEROMQ=off
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to fix python dependencies when ZEROMQ option disabled
patch-transport (text/plain), 757 bytes, created by
Ben Woods
on 2020-03-08 00:55:11 UTC
(
hide
)
Description:
Patch to fix python dependencies when ZEROMQ option disabled
Filename:
MIME Type:
Creator:
Ben Woods
Created:
2020-03-08 00:55:11 UTC
Size:
757 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 527918) >+++ Makefile (working copy) >@@ -46,6 +46,7 @@ > --salt-base-master-roots-dir=${ETCDIR}/salt-master \ > --salt-logs-dir=/var/log/salt \ > --salt-pidfile-dir=/var/run \ >+ --salt-transport=${TRANSPORT} \ > install > > USE_RC_SUBR= salt_api \ >@@ -80,6 +81,8 @@ > ZEROMQ_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyzmq>=2.2.0:net/py-pyzmq@${PY_FLAVOR} > ZEROMQ_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyzmq>=2.2.0:net/py-pyzmq@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}pycrypto>=2.6.1:security/py-pycrypto@${PY_FLAVOR} >+ZEROMQ_VARS= transport=zeromq >+ZEROMQ_VARS_OFF= transport=none > > post-patch: > .for file in conf/minion conf/master doc/man/salt-key.1 \
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
woodsb02
:
maintainer-approval?
(
christer.edwards
)
Actions:
View
|
Diff
Attachments on
bug 231300
: 212238