summaryrefslogtreecommitdiff
path: root/sysutils/py-salt/files
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2018-04-13 16:06:33 +0000
committerRenato Botelho <garga@FreeBSD.org>2018-04-13 16:06:33 +0000
commit68555a3eb9f4ac002fc733b61eb52ac3cb7fccbc (patch)
treeff48a2e172388cf9648aeca6dab75227ae096900 /sysutils/py-salt/files
parentaudio/kwave: pull in clang5.0 manually on older FreeBSD 11 releases (diff)
Fix saltstack bootstrap renaming desired to be installed package from
swig -> swig30 since former package doesn't exist PR: 226830 Submitted by: garga Approved by: maintainer timeout (> 2 weeks) Obtained from: https://github.com/saltstack/salt-bootstrap/issues/1192 MFH: 2018Q2 Sponsored by: Rubicon communications, LLC (Netgate)
Notes
Notes: svn path=/head/; revision=467246
Diffstat (limited to 'sysutils/py-salt/files')
-rw-r--r--sysutils/py-salt/files/patch-salt_cloud_deploy_bootstrap-salt.sh14
1 files changed, 14 insertions, 0 deletions
diff --git a/sysutils/py-salt/files/patch-salt_cloud_deploy_bootstrap-salt.sh b/sysutils/py-salt/files/patch-salt_cloud_deploy_bootstrap-salt.sh
new file mode 100644
index 000000000000..439923d109a6
--- /dev/null
+++ b/sysutils/py-salt/files/patch-salt_cloud_deploy_bootstrap-salt.sh
@@ -0,0 +1,14 @@
+--- salt/cloud/deploy/bootstrap-salt.sh.orig 2018-03-21 17:37:20 UTC
++++ salt/cloud/deploy/bootstrap-salt.sh
+@@ -4885,9 +4885,9 @@ install_freebsd_9_stable_deps() {
+ __configure_freebsd_pkg_details || return 1
+ fi
+
+- # Now install swig
++ # Now install swig30
+ # shellcheck disable=SC2086
+- /usr/local/sbin/pkg install ${FROM_FREEBSD} -y swig || return 1
++ /usr/local/sbin/pkg install ${FROM_FREEBSD} -y swig30 || return 1
+
+ # YAML module is used for generating custom master/minion configs
+ # shellcheck disable=SC2086