Summary: | [PATCH] irc/BitchX: [use <termcap.h> instead of <ncurses/termcap.h>] | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Michael Johnson <ahze> | ||||
Component: | Individual Port(s) | Assignee: | Tilman Keskinoz <arved> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | arved | ||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Michael Johnson
2004-03-30 08:40:22 UTC
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. |