On Fri, Mar 4, 2011 at 4:56 AM, Baptiste Daroussin <b...@freebsd.org> wrote:
> 2011/3/4 Alexander Kojevnikov <alexan...@kojevnikov.com>:
>> On 3 March 2011 22:40, Baptiste Daroussin <b...@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
_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Reply via email to