New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #22979 (closed update: wontfix)

Opened 3 years ago

Last modified 13 months ago

{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

comment:1 Changed 3 years ago by macsforever2000@…

  • Owner changed from macports-tickets@… to febeling@…

comment:2 Changed 3 years ago by snc@…

  • Owner changed from febeling@… to kimuraw@…
  • Cc febeling@… added

comment:3 Changed 13 months ago by kimuraw@…

  • Status changed from new to closed
  • Resolution set to wontfix

these files provide compatibility with port:ruby (ruby-1.8.x) of macports' ruby.

Note: See TracTickets for help on using tickets.