openbsd-ports/lang/ruby
jeremy 3f369fe90e This adds an ugly hack to make gem install --user-install work
for gems with native extensions. Without this, it calls
/usr/bin/install -o root -g bin as a regular user, which fails due
to permission issues. This removes the -o root -g bin, so it can
succeed as a regular user.

This same patch was recently added to devel/ruby-gems, which is
specific to ruby 1.8.  ruby 1.9 ships with ruby-gems, so the
patch needs to be included here as well.

OK landry@
2010-10-06 18:43:11 +00:00
..
1.8 Split the lang/ruby port into separate ports for ruby 1.8 and ruby 2010-09-23 21:58:50 +00:00
1.9 This adds an ugly hack to make gem install --user-install work 2010-10-06 18:43:11 +00:00
Makefile Split the lang/ruby port into separate ports for ruby 1.8 and ruby 2010-09-23 21:58:50 +00:00
Makefile.inc Remove files that I checked out with -r HEAD 2010-09-23 22:04:13 +00:00
ruby.port.mk Remove MASTER_SITES from most ruby gem ports, specify it in ruby.port.mk 2010-09-28 20:12:16 +00:00