Re: help with porting vagrant

2013-04-24 Thread Nikolai Lifanov
On 04/24/2013 10:08 AM, Nikolai Lifanov wrote: > On 04/24/2013 10:02 AM, Thibaut DELOFFRE wrote: >> Hello, >> >> You need to install rugygems and: >> >> $ gem fetch vagrant $ gem unpack vagrant $ 'your work here' >> >> You're welcome >> >> Thibaut >> >> >> On Wed, Apr 24, 2013 at 3:54 PM, Nik

Re: help with porting vagrant

2013-04-24 Thread Nikolai Lifanov
On 04/24/2013 10:02 AM, Thibaut DELOFFRE wrote: > Hello, > > You need to install rugygems and: > > $ gem fetch vagrant $ gem unpack vagrant $ 'your work here' > > You're welcome > > Thibaut > > > On Wed, Apr 24, 2013 at 3:54 PM, Nikolai Lifanov > mailto:lifa...@mail.lifanov.com>> > wrote: >

help with porting vagrant

2013-04-24 Thread Nikolai Lifanov
Hello. I am trying to port Vagrant (http://vagrantup.com/) and I hit somewhat of a wall. I want to use all of the rubygem magic in bsd.ruby.mk, but I need to build the gem first ("gem build vagrant.gemfile"). It seems that I can't override the DISTNAME or EXTRACT_SFX if I want to use USE_RUBYGEMS,