Opened 14 years ago

Closed 11 years ago

#26814 closed enhancement (wontfix)

Add 'ruby19' variant to vim

Reported by: dmitry.gladkov@… Owned by: raimue (Rainer Müller)
Priority: Normal Milestone:
Component: ports Version: 1.9.1
Keywords: haspatch Cc: anthonymichaelcook@…
Port: vim

Description

I have ruby19 only installed and I don't want to install ruby 1.8.x back just to build vim with ruby support. I guess if vim is ruby19 compatible, it should be something like this in portfile:

variant ruby description {Enable Ruby scripting} {
    configure.args-append   --enable-rubyinterp
    depends_lib-append      port:ruby19
}

Attachments (1)

Portfile-MacVim.diff (880 bytes) - added by anthonymichaelcook@… 13 years ago.
Diff to add the enhancement to the Portfile, tested and working.

Download all attachments as: .zip

Change History (6)

comment:1 Changed 14 years ago by jmroot (Joshua Root)

Owner: changed from macports-tickets@… to raimue@…

Please remember to cc the maintainer.

Changed 13 years ago by anthonymichaelcook@…

Attachment: Portfile-MacVim.diff added

Diff to add the enhancement to the Portfile, tested and working.

comment:2 Changed 13 years ago by anthonymichaelcook@…

Cc: anthonymichaelcook@… added

Cc Me!

comment:3 Changed 13 years ago by jmroot (Joshua Root)

Keywords: haspatch added; vim ruby removed

Note that adding an attachment doesn't send an email notification.

comment:4 Changed 13 years ago by raimue (Rainer Müller)

ruby and ruby19 do not conflict. How do you make sure it picks up the requested ruby?

comment:5 Changed 11 years ago by raimue (Rainer Müller)

Resolution: wontfix
Status: newclosed

Superseded by #37544.

Note: See TracTickets for help on using tickets.