use <termcap.h> instead of <ncurses/termcap.h> since <ncurses.h> is used and not <ncurses/ncurses.h> in include/ircterm.h Port maintainer (arved@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.50
Responsible Changed From-To: freebsd-ports-bugs->arved Over to maintainer.
I forgot to mention that the bitchx does not build correctly if ncurses is installed on 5.2-CURRENT (the reason for the patch) it builds when ncurses from ports is not installed In file included from alias.c:36: /usr/ports/irc/bitchx/work/BitchX/include/ircterm.h:19:31: ncurses/termcap.h: No such file or directory gmake[1]: *** [alias.o] Error 1 gmake[1]: Leaving directory `/usr/ports/irc/bitchx/work/BitchX/source' gmake: *** [BitchX] Error 2 *** Error code 2 michael
State Changed From-To: open->analyzed Your fix is not correct. The right fix would be, to tell the Makefile to use the CPPFLAGS from configure. Something is wrong, I will have to investigate
State Changed From-To: analyzed->closed A fix was committed, although I am not sure why you have the port installed.