Yesterday I wanted install vim with python support enabled and no
package was available in the FTP with this FLAVOR. The only FLAVORS
available are gtk2 and no_x11.
I use a feature of vim that requires python. Also I've read about
plugins used by rails programmers that need the ruby support. If you
search "openbsd vim python ports", you can see other users with the same
problem.
Any reason for not enable perl/python/ruby? :)
Index: Makefile
===================================================================
RCS file: /cvs/ports/editors/Makefile,v
retrieving revision 1.88
diff -u -p -r1.88 Makefile
--- Makefile 18 Aug 2012 07:25:25 -0000 1.88
+++ Makefile 15 Sep 2012 22:57:28 -0000
@@ -53,7 +53,9 @@
SUBDIR += texworks
SUBDIR += uemacs
SUBDIR += vim
+ SUBDIR += vim,gtk2,perl,python,ruby
SUBDIR += vim,no_x11
+ SUBDIR += vim,no_x11,perl,python,ruby
SUBDIR += vim-spell
SUBDIR += xemacs21
SUBDIR += xemacs21-sumo