Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upUpdate vim recipe #902
Update vim recipe #902
Comments
|
Hmm vim is still on the list of recipes which didn't pass the build on x86_64, when I tried a mass rebuild. I didn't investigate more. IMO fixing recipes should come before updating them. |
|
@korli do you happen to have a list of these recipes that didn't build? |
|
I couldn't validate the failures yet, but a few recipes: minimizeall, besol, bespider, ale, interface_elements, libbdplus, libquicktime, vorbis_tools |
|
aria2 and dovecot fail to build/validate too. |
|
Can we split gvim into a separate sub-package? Otherwise it requires installing ruby just to install command line vim, which doesn't actually need ruby. |
|
Jesicah, i explicitly enabled ruby in the recipe, since i thought if it is already compiled with --with-features=big, then we shouls try to enable as much functionality, as we can. So i tried all the configure switches, and enablen all of them, then removed every, what made problems. Technically i can split gvim into an own package, and if you want, i can do a vim minimal cli package too (with conflicting against the big version) I thought ruby comes preinstalled with Haiku. |
|
It is already recent enough and i already enabled all the features, was working correctly on Haiku. |
https://github.com/vim/vim
#917
Try to enable the optional features, like multibyte editing support and scripting languages.