In the case e.g. where an installed port has additional dependencies due to adding extra features outside the scope of the FreeBSD ports system. Current case in hand is plugins for www/redmine60.
I started down the path of creating local ports to provide missing rubygems not currently in ports, but that has quickly hit dependency conflicts with existing ports.
It now seems the simplest answer is to use the
My duckduckgo-fu has proved inadequate to glean any further guidance, so am hoping The Wise
ones here may be able to provide further enlightenment.
I started down the path of creating local ports to provide missing rubygems not currently in ports, but that has quickly hit dependency conflicts with existing ports.
It now seems the simplest answer is to use the
bundle installer and just let it have its own way. The downsides are that the jail normally doesn't require internet or network access other than providing a web service via a reverse web proxy on the host, and perhaps the risk of encountering dependency conflicts that way, too. The connectivity issue could perhaps be addressed by downloading the required .gem files and placing them inside the jail and using bundle install --local.My duckduckgo-fu has proved inadequate to glean any further guidance, so am hoping The Wise