Bug 64924 - [PATCH] irc/BitchX: [use <termcap.h> instead of <ncurses/termcap.h>]
Summary: [PATCH] irc/BitchX: [use <termcap.h> instead of <ncurses/termcap.h>]
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Tilman Keskinoz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-30 08:40 UTC by Michael Johnson
Modified: 2004-03-30 14:48 UTC (History)
1 user (show)

See Also:


Attachments
BitchX-1.1.patch (565 bytes, patch)
2004-03-30 08:40 UTC, Michael Johnson
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.