Opened 7 years ago
Closed 7 years ago
#55521 closed enhancement (fixed)
vim +ruby24
Reported by: | iefdev (Eric F) | Owned by: | raimue (Rainer Müller) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | haspatch | Cc: | |
Port: | vim |
Description
I noticed ruby24 is missing in the port file. Adding a patch...
---
I'm thinking of the variant with ruby
(ie ruby18). Just as an idea... Would it make sense to have a generic version that picks whatever version I already have, &/or switching to using port select ...
?
Not sure if the if-command is correct, but as a visual idea:
variant ruby description {generic variant, using current (active) version \ ('port select --list ruby')} { configure.args-append --enable-rubyinterp configure.args-append --with-ruby-command=${prefix}/bin/ruby # if no rubyNN - install latest if {!${prefix}/bin/ruby} { depends_lib-append port:ruby24 } }
And move that to the last version.
Attachments (1)
Change History (4)
comment:1 Changed 7 years ago by mf2k (Frank Schima)
Cc: | raimue removed |
---|---|
Owner: | set to raimue |
Status: | new → assigned |
Version: | 2.4.2 |
Changed 7 years ago by iEFdev
Attachment: | vim+r24.diff added |
---|
comment:2 Changed 7 years ago by mf2k (Frank Schima)
Keywords: | haspatch added |
---|
comment:3 Changed 7 years ago by raimue (Rainer Müller)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
diff names