Re: svn commit: r247713 - head/lib/libedit

2013-03-03 Thread Joerg Sonnenberger
On Sun, Mar 03, 2013 at 10:34:36AM -0500, Pedro Giffuni wrote: > I have no idea why NetBSD survives without linking ncurses here but > next time I will test this further before trusting the package author. libedit links against libterminfo on NetBSD. Joerg

Re: svn commit: r247713 - head/lib/libedit

2013-03-03 Thread Pedro Giffuni
On 03/03/2013 09:42, Jilles Tjoelker wrote: Author: jilles Date: Sun Mar 3 14:42:15 2013 New Revision: 247713 URL: http://svnweb.freebsd.org/changeset/base/247713 Log: libedit: Revert r247683 to fix buildworld. I think r247683 is wrong because libedit.so actually uses symbols from

svn commit: r247713 - head/lib/libedit

2013-03-03 Thread Jilles Tjoelker
Author: jilles Date: Sun Mar 3 14:42:15 2013 New Revision: 247713 URL: http://svnweb.freebsd.org/changeset/base/247713 Log: libedit: Revert r247683 to fix buildworld. I think r247683 is wrong because libedit.so actually uses symbols from libcurses.so. Since it breaks the build, revert it