#22979: {site,vendor}-specific.rb have no meanings in ruby19 --------------------------------+------------------------------------------- Reporter: nobu@… | Owner: macports-tickets@… Type: update | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.1 Keywords: | Port: ruby19 --------------------------------+------------------------------------------- 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. -- Ticket URL: <http://trac.macports.org/ticket/22979> MacPorts <http://www.macports.org/> Ports system for Mac OS