shells/zsh links to devel/ncurses

2011-03-02 Thread Alexander Kojevnikov
If devel/ncurses is installed, shells/zsh links to libncursesw from that port but doesn't add it as a dependency. To reproduce: 1. Install devel/ncurses 2. (Re)install shells/zsh 3. Run: % ldd `shich zsh` libncursesw.so.6.0 => /usr/local/lib/libncursesw.so.6.0 (0x8008f4000) ...

Re: shells/zsh links to devel/ncurses

2011-03-03 Thread Wesley Shields
On Thu, Mar 03, 2011 at 03:21:17PM +0800, Alexander Kojevnikov wrote: > If devel/ncurses is installed, shells/zsh links to libncursesw from > that port but doesn't add it as a dependency. > > To reproduce: > > 1. Install devel/ncurses > > 2. (Re)install shells/zsh > > 3. Run: > % ldd `shich zsh

Re: shells/zsh links to devel/ncurses

2011-03-03 Thread Baptiste Daroussin
2011/3/3 Wesley Shields : > On Thu, Mar 03, 2011 at 03:21:17PM +0800, Alexander Kojevnikov wrote: >> If devel/ncurses is installed, shells/zsh links to libncursesw from >> that port but doesn't add it as a dependency. >> >> To reproduce: >> >> 1. Install devel/ncurses >> >> 2. (Re)install shells/zs

Re: shells/zsh links to devel/ncurses

2011-03-03 Thread Alexander Kojevnikov
On 3 March 2011 22:40, Baptiste Daroussin 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. _

Re: shells/zsh links to devel/ncurses

2011-03-04 Thread Baptiste Daroussin
2011/3/4 Alexander Kojevnikov : > On 3 March 2011 22:40, Baptiste Daroussin 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,

Re: shells/zsh links to devel/ncurses

2011-03-05 Thread Alexander Kojevnikov
On 4 March 2011 18:56, Baptiste Daroussin wrote: > 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 Thanks Bapt! I tested it on shells/zsh and www/lynx. For

Re: shells/zsh links to devel/ncurses

2011-03-05 Thread Michael Scheidell
d.org" , "udo.schweig...@siemens.com" , Wesley Shields Sent: Sun, Mar 6, 2011 03:27:37 GMT+00:00 Subject: Re: shells/zsh links to devel/ncurses On 4 March 2011 18:56, Baptiste Daroussin wrote: > Here is a patch loosely based on bsd.openssl.mk that should fix the > situation (

Re: shells/zsh links to devel/ncurses

2011-03-05 Thread Scot Hetzel
On Fri, Mar 4, 2011 at 4:56 AM, Baptiste Daroussin wrote: > 2011/3/4 Alexander Kojevnikov : >> On 3 March 2011 22:40, Baptiste Daroussin 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