[Bug 194578] sysutils/vagrant: Error setting certificate verify locations

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Nov 10 14:11:01 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194578

--- Comment #18 from John Marino <marino at FreeBSD.org> ---
This is very, very close.  however, you added this line:

+ENV["VAGRANT_INSTALLER_EMBEDDED_DIR"] = '/usr/local/share/vagrant/embedded'

The "/usr/local/" is not guaranteed.

You might try this:
+ENV["VAGRANT_INSTALLER_EMBEDDED_DIR"] = '@PREFIX@/share/vagrant/embedded'

and then use post-patch target like this:
  @${REINPLACE_CMD} -e 's|@PREFIX|${PREFIX}|g' ${WRKSRC}/path/to/file


then your patch will be good for non-standard locations.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list