shells/zsh links to devel/ncurses

Michael Scheidell michael.scheidell at secnap.com
Sun Mar 6 03:30:28 UTC 2011


Forgive top post. my phone.
I just synlinked so.8 to 7 and several things that failed now work.  Not the fix. But a workaround.
--
Michael Scheidell
CTO SECNAP Network Security
561-948-2259<tel:5619482259>


-----Original message-----
From: Alexander Kojevnikov <alexander at kojevnikov.com>
To: Baptiste Daroussin <bapt at freebsd.org>
Cc: "ports at freebsd.org" <ports at freebsd.org>, "udo.schweigert at siemens.com" <udo.schweigert at siemens.com>, Wesley Shields <wxs at freebsd.org>
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 <bapt at 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
_______________________________________________
freebsd-ports at freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscribe at freebsd.org"


More information about the freebsd-ports mailing list