Dear list,
as I want to use a newer cad/ngspice than is currently available, I tried to build one myself. I changed the version number in Makefile.inc to a higher 44.2. I was able to fetch the source, but when I run make I get an error checking for library containing tputs... no configure: error: Found neither ncurses/terminfo or termcap I tried to add ncurses to the WANTLIB line, but that did not help. I searched where the check is, I found one in /usr/obj/ports/ngspice-44.2/ngspice-44.2/configure.ac AC_SEARCH_LIBS([tputs], [ncurses tinfo termcap], [AC_DEFINE([HAVE_TERMCAP], [], [Define if we have ncurses/terminfo or termcap])], What should I do to pass the test? (I have very limited knowledge about how the ports system really works.) Thank you. Best regards, Ruda