On Wed, 17 Aug 2016 at 20:30:22 -0600, Theo de Raadt wrote: > >There are various ways we can go. > > > >One is as awolk@ has done in his diff, making all W|X-needing ruby > >modules work. > > > >The other is to mark therubyracer broken with an explanation, so > >people who need it can build a special version of ruby themselves. > > Why not delete it?
FWIW, if you are using Rails and need therubyracer just to minify JS as part of the asset pipeline, the ExecJS gem that actually does that will use an installed node.js interpreter if therubyracer isn't found. Then it's just shelling out to node (which has wxneeded added already) instead of loading in the entire v8 runtime into the Ruby process. tl;dr: gem uninstall therubyracer; pkg_add node