Bug 64924

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 Flags
BitchX-1.1.patch none

Description Michael Johnson 2004-03-30 08:40:22 UTC
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
Comment 1 Kirill Ponomarev freebsd_committer freebsd_triage 2004-03-30 08:58:26 UTC
Responsible Changed
From-To: freebsd-ports-bugs->arved

Over to maintainer.
Comment 2 Michael Johnson 2004-03-30 09:02:09 UTC
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
Comment 3 Tilman Keskinoz freebsd_committer freebsd_triage 2004-03-30 11:37:29 UTC
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
Comment 4 Tilman Keskinoz freebsd_committer freebsd_triage 2004-03-30 14:48:12 UTC
State Changed
From-To: analyzed->closed

A fix was committed, although I am not sure why you have the port installed.