shells/zsh links to devel/ncurses

Scot Hetzel swhetzel at gmail.com
Sun Mar 6 04:23:18 UTC 2011


On Fri, Mar 4, 2011 at 4:56 AM, Baptiste Daroussin <bapt at freebsd.org> wrote:
> 2011/3/4 Alexander Kojevnikov <alexander at kojevnikov.com>:
>> On 3 March 2011 22:40, Baptiste Daroussin <bapt at freebsd.org> wrote:
>>> For information, about all (almost) the ports that links to ncurses
>>> have this problem.
>>
>> You are right, libchk reports a lot of broken ports on my box. To name
>> just a few: emacs, lynx, gnome-terminal, ghc, erlang, aspell, vte,
>> etc, etc.
>>
>
> Here is a patch loosely based on bsd.openssl.mk that should fix the
> situation (add USE_NCURSES=yes to the corresponding Makefiles)
> http://people.freebsd.org/~bapt/bsd.ncurses.mk.diff
>

Found a error in the bsd.ncurses.mk:

+.if	!defined(NCURSES_PORT) && \
+	exists(${DESTDIR}/${LOCALBASE}/lib/libcrypto.so)

Does ncurses depend on libcrypto?  That probably should be changed to
libncurses.so.

Scot


More information about the freebsd-ports mailing list