Date: Sun, 6 Mar 2011 11:26:55 +0800 From: Alexander Kojevnikov <alexander@kojevnikov.com> To: Baptiste Daroussin <bapt@freebsd.org> Cc: ports@freebsd.org, udo.schweigert@siemens.com, Wesley Shields <wxs@freebsd.org> Subject: Re: shells/zsh links to devel/ncurses Message-ID: <AANLkTikRvU_1Pqr=wvsFP4eksCVFvEJT8Oo_AQ60xKtb@mail.gmail.com> In-Reply-To: <AANLkTi=_ET9EcD=358brR7tVLP3GdfnP%2B25sbRVPoO__@mail.gmail.com> References: <AANLkTimVt46gP_8b-Y2pxc_B3d7ZK=6bxmhXj-Gw8Apx@mail.gmail.com> <20110303135717.GD48908@atarininja.org> <AANLkTikQ8Td4=YUTR4p0AwYtrWxvC8FnSrkGMb-x6u27@mail.gmail.com> <AANLkTimP9WSC1mBdjFKPbBpWCSpzPb2Cgp%2B=zgUyK31S@mail.gmail.com> <AANLkTi=_ET9EcD=358brR7tVLP3GdfnP%2B25sbRVPoO__@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On 4 March 2011 18:56, Baptiste Daroussin <bapt@freebsd.org> 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 zsh, USE_NCURSES forced it to use /lib/libncursesw.so.8 but devel/ncurses we still added as a dependency (pkg_delete would not delete zsh without the -f option) For lynx, USE_NCURSES made no difference, it still linked /usr/local/lib/libncursesw.so.5.7 and /usr/local/lib/libtinfow.so.5.7. devel/ncurses was also added as a dependency. I guess in both cases it should link to /lib/libncursesw.so.8 and no dependency should be added. Alex
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?AANLkTikRvU_1Pqr=wvsFP4eksCVFvEJT8Oo_AQ60xKtb>