Ticket #22979 (closed update: wontfix)
{site,vendor}-specific.rb have no meanings in ruby19
| Reported by: | nobu@… | Owned by: | kimuraw@… |
|---|---|---|---|
| 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
Note: See
TracTickets for help on using
tickets.

