On Mon, Sep 19, 2011 at 12:21 PM,  <m...@umaxx.net> wrote:
> Hi,
>
> okay, I've contacted suckless community on this topic:
> http://lists.suckless.org/dev/1109/9327.html
>
> So, I would like to move on with the PLIST approach but
> I think since we are talking about ports data it makes
> more sense to put the files under:
> /usr/local/share/termino/s/*
> instead of /usr/share/terminfo/s/*
>
> The directory can be installed/created by
> the Port itself if required. So how hard is it to change
> the ncurses/terminfo search path? Simple diff?

It's just a matter of changing TERMINFO_DIRS from:

#define TERMINFO_DIRS "/usr/share/terminfo"

to:

#define TERMINFO_DIRS "/usr/share/terminfo:/usr/local/share/terminfo"

into src/lib/libcurses/ncurses_cfg.h

ciao,
David

Reply via email to