CVSROOT: /cvs Module name: ports Changes by: jer...@cvs.openbsd.org 2010/10/06 12:12:19
Modified files: devel/ruby-gems: Makefile devel/ruby-gems/patches: patch-lib_rubygems_commands_setup_command_rb patch-lib_rubygems_config_file_rb patch-lib_rubygems_dependency_installer_rb patch-lib_rubygems_install_update_options_rb patch-lib_rubygems_installer_rb Added files: devel/ruby-gems/patches: patch-lib_rubygems_ext_builder_rb Log message: 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. Regen patches while here. Idea to just remove -o root -g bin instead of using cp -p from lan...@. OK landry@