Summary: | [PATCH] lang/python23: fix readline module build with new ncurses | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Rong-En Fan <rafan> | ||||
Component: | Individual Port(s) | Assignee: | freebsd-python (Nobody) <python> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | python | ||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Rong-En Fan
![]() ![]() Responsible Changed From-To: freebsd-ports-bugs->python Over to maintainer Actually, it is caused by gcc 4. rafan 2007-01-21 13:13:23 UTC FreeBSD ports repository Added files: lang/python23/files patch-Modules-readline.c Log: - history_length conflicts with include/readline/history.h. Similar fix is in 2.4 and above. This causes an incomplete pkg-plist with gcc 4.x + newer ncurses. PR: ports/108031 Approved by: alexbl Revision Changes Path 1.1 +44 -0 ports/lang/python23/files/patch-Modules-readline.c (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" State Changed From-To: open->closed Committed. Thanks! Responsible Changed From-To: python->freebsd-python cannonicalize assignment |