freebsd-ports/sysutils/vagrant/files/patch-bin_vagrant
Christoph Moench-Tegeder 47fdc39989 sysutils/vagrant: update to 2.2.1
Changelog: https://github.com/hashicorp/vagrant/blob/v2.2.1/CHANGELOG.md

PR:		233273
Approved by:	joe at thrallingpenguin dot com (maintainer)
2018-11-23 17:07:13 +00:00

12 lines
430 B
Text

--- bin/vagrant.orig 2018-11-16 19:25:33 UTC
+++ bin/vagrant
@@ -5,6 +5,9 @@
# initializing which have historically resulted in stack traces.
Signal.trap("INT") { abort }
+ENV["VAGRANT_INSTALLER_ENV"] = 'true'
+ENV["VAGRANT_INSTALLER_EMBEDDED_DIR"] = '@PREFIX@/share/vagrant/embedded'
+
# Disable exception reporting by default if available
if Thread.respond_to?(:report_on_exception=)
Thread.report_on_exception = false