Subject: CVS commit: pkgsrc/chat/weechat
From: Maya Rashish
Date: 2018-07-22 23:32:34
Message id: 20180722213234.A91A8FBEC@cvs.NetBSD.org

Log Message:
weechat: make curses detection logic handle netbsd curses, at the possible
expense of causing problems due to pkgsrc infrastructure not hiding a base
curses well enough.

We now search in the following order:
ncursesw, curses, ncurses.

With cmake under pkgsrc, it will search your /usr/lib, so I don't have a
way to hide a base curses if requested to do so.

if you're trying to use pkgsrc ncurses and have a base curses, this
will use your base curses.

bump pkgrevision.

Files:
RevisionActionfile
1.87modifypkgsrc/chat/weechat/Makefile
1.49modifypkgsrc/chat/weechat/distinfo
1.1addpkgsrc/chat/weechat/patches/patch-cmake_FindNcurses.cmake