Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Apr 2013 09:54:16 -0400
From:      Nikolai Lifanov <lifanov@mail.lifanov.com>
To:        freebsd-ruby@freebsd.org
Subject:   help with porting vagrant
Message-ID:  <5177E408.9040301@mail.lifanov.com>

next in thread | raw e-mail | index | archive | help
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, and it needs to be downloaded from GH as a .tar.gz.

How can I fetch/extract/build a rubygem and then use the logic in
bsd.ruby.mk to install it cleanly?

Thank you!



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5177E408.9040301>