Opened 15 years ago
Closed 13 years ago
#22979 closed update (wontfix)
{site,vendor}-specific.rb have no meanings in ruby19
Reported by: | nobu@… | Owned by: | kimuraw (kimura wataru) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.8.1 |
Keywords: | Cc: | febeling@… | |
Port: | ruby19 |
Description
You can use --vendor
command line option instead.
Or, if you prefer to keep the present way, site-specific.rb
and vendor-specific.rb
should be:
require 'mkmf' $configure_args.delete('--vendor')
and
require 'mkmf' $configure_args['--vendor'] = true
respectively.
However, these files aren't installed to right places if +nosuffix
is given.
Change History (3)
comment:1 Changed 15 years ago by mf2k (Frank Schima)
Owner: | changed from macports-tickets@… to febeling@… |
---|
comment:2 Changed 14 years ago by nerdling (Jeremy Lavergne)
Cc: | febeling@… added |
---|---|
Owner: | changed from febeling@… to kimuraw@… |
comment:3 Changed 13 years ago by kimuraw (kimura wataru)
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
these files provide compatibility with port:ruby (ruby-1.8.x) of macports' ruby.