Re: wrong curses lib in WANTLIB on editors/nvi

2018-09-11 Thread Solene Rapenne
Stuart Henderson wrote: > On 2018/09/11 07:50, Solene Rapenne wrote: > > While porting a curses software and struggling on having cmake using > > ncursesw > > and not ncurses, I've been looking at the only other port having this > > combination to find a solution, but it ended up that

Re: wrong curses lib in WANTLIB on editors/nvi

2018-09-11 Thread Stuart Henderson
On 2018/09/11 07:50, Solene Rapenne wrote: > While porting a curses software and struggling on having cmake using ncursesw > and not ncurses, I've been looking at the only other port having this > combination to find a solution, but it ended up that editors/nvi doesn't use > ncursesw correctly. >

Re: wrong curses lib in WANTLIB on editors/nvi

2018-09-11 Thread Christian Weisgerber
Solene Rapenne: > solene@t480 /usr/ports/editors/nvi $ make port-lib-depends-check > > nvi-2.1.3p1(editors/nvi): > Missing: curses.14 (/usr/local/bin/nview) (system lib) > Extra: ncursesw.14 > WANTLIB += curses curses, ncurses, and ncursesw are just hardlinks to the same library on OpenBSD.

wrong curses lib in WANTLIB on editors/nvi

2018-09-10 Thread Solene Rapenne
While porting a curses software and struggling on having cmake using ncursesw and not ncurses, I've been looking at the only other port having this combination to find a solution, but it ended up that editors/nvi doesn't use ncursesw correctly. I have no clue about how to make cmake find ncursesw