This cause a trouble, if port dependent on readline require ncurses and ncurses from ports installed. Ports dependent on readline, linked with both base and ports ncurses. # ldd /usr/local/lib/libreadline.so.7 /usr/local/lib/libreadline.so.7: libncursesw.so.8 => /lib/libncursesw.so.8 (0x801251000) libc.so.7 => /lib/libc.so.7 (0x800824000) Example devel/tig: # ldd /usr/local/bin/tig /usr/local/bin/tig: libreadline.so.7 => /usr/local/lib/libreadline.so.7 (0x800861000) > libncursesw.so.6 => /usr/local/lib/libncursesw.so.6 (0x800ab2000) libtinfow.so.6 => /usr/local/lib/libtinfow.so.6 (0x800ce4000) libc.so.7 => /lib/libc.so.7 (0x800f1d000) > libncursesw.so.8 => /lib/libncursesw.so.8 (0x8012d5000) See ^ this.
ping!