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

2013-03-03 Thread Jilles Tjoelker
On Sun, Mar 03, 2013 at 02:43:14PM +0100, Jilles Tjoelker wrote: > On Sun, Mar 03, 2013 at 02:11:04AM +, Pedro F. Giffuni wrote: > > Author: pfg > > Date: Sun Mar 3 02:11:03 2013 > > New Revision: 247683 > > URL: http://svnweb.freebsd.org/changeset/base/247683 > > Log: > > libedit does not

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

2013-03-03 Thread Jilles Tjoelker
On Sun, Mar 03, 2013 at 02:11:04AM +, Pedro F. Giffuni wrote: > Author: pfg > Date: Sun Mar 3 02:11:03 2013 > New Revision: 247683 > URL: http://svnweb.freebsd.org/changeset/base/247683 > Log: > libedit does not need to be linked with ncurses > libedit uses the terminfo headers but doesn

svn commit: r247683 - head/lib/libedit

2013-03-02 Thread Pedro F. Giffuni
Author: pfg Date: Sun Mar 3 02:11:03 2013 New Revision: 247683 URL: http://svnweb.freebsd.org/changeset/base/247683 Log: libedit does not need to be linked with ncurses libedit uses the terminfo headers but doesn't really need to be linked with ncurses. Discussed with: