On Sun, 7 Sep 2014 12:58:53 +0100 Edd Barrett <vex...@gmail.com> wrote:

> Hi Chris,
> 
> I think what you are proposing might help with a problem I was having
> with vim-command-t. Can you comment?
> 
> http://marc.info/?l=openbsd-ports&m=140395978427546&w=2
> 
> ---8<---
> we can't install the helptags for the plugin since editors/vim
> has the tags in it's packing list already. See the XXX in the
> Makefile for one possible workaround.
> --->8---


  * MODRUBY_REV needs to kept in sync with editors/vim. Is there a way
    to do this without creating a vim.port.mk (seems overkill).

I suspect the vim ruby version will change only infrequently.

  * Similarly the vim runtime path is hardcoded.

use share/vim/vimfiles which is in the runtimepath by default.

  * Vim dependency is too strong. Is there a way to express "any vim
    package including the ruby FLAVOR?"

you want RUN_DEPENDS = editors/vim,ruby

But this doesn't work because vim port expects at least one gui flavor
to be selected. The vim port does not have an empty flavor.
I'd propose to remove the no_x11 flavor and build the no_x11 variant as
empty flavor.

simply do RUN_DEPENDS = editors/vim,ruby

  * we can't install the helptags for the plugin since editors/vim
    has the tags in it's packing list already. See the XXX in the
    Makefile for one possible workaround.

look at my patch against devel/vim-taglist


Christopher


-- 
http://gmerlin.de
OpenPGP: http://gmerlin.de/christopher.pub
F190 D013 8F01 AA53 E080  3F3C F17F B0A1 D44E 4FEE

Attachment: signature.asc
Description: PGP signature

Reply via email to