[Bug 258108] devel/ruby-gems: Update to 3.2.26 (Fixes for Ruby 3.0)
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 258108] devel/ruby-gems: Update to 3.2.26 (Fixes for Ruby 3.0)"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 14 Oct 2021 12:38:50 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258108 --- Comment #12 from Thibault Jouan <tj+freebsd_ports@a13.fr> --- (In reply to mikeg from comment #0) > The staging installed under /usr/local/bin/gem instead of /usr/local/bin/gem/${RUBY_VER_SHORT} > I hacked the Makefile to move and symlink it so it behaves "properly" (the way it previously did) but I feel like I'm missing something stupidly obvious that's causing it to misbehave in the first place. It's because of the new `--format-executable' option flag. This behavior was previously hard-coded, now it is configurable but it has the opposite behavior as before. The same thing happened in the past when `--regenerate-binstubs' was introduced, and now with `--regenerate-plugins' too. I didn't understood this part of your comment during my first read, and later I forgot about it when posting my patch, sorry about that. -- You are receiving this mail because: You are the assignee for the bug.