Bug 62173 - update port net/giftcurs to 0.6.2
Summary: update port net/giftcurs to 0.6.2
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: Pav Lucistnik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-31 18:50 UTC by Stefan Ehmann
Modified: 2004-02-01 15:17 UTC (History)
0 users

See Also:


Attachments
giftcurs-patch (1.34 KB, text/plain)
2004-01-31 18:50 UTC, Stefan Ehmann
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Stefan Ehmann 2004-01-31 18:50:08 UTC

update port net/giftcurs 0.6.1 -> 0.6.2

re-enable savannah as master site
add a small patch to avoid conflicting declarations of wchar_t and wint_t in stdlib.h vx. ncurses.h
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2004-02-01 12:59:20 UTC
State Changed
From-To: open->feedback

Looks like it needs more header care on -STABLE: 

cc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl  -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include   -DLOCALEDIR="/usr/local/share/locale"  -I/usr/local/include -DNDEBUG -g -O -pipe  -Wall -Winline -Wpointer-arith -Wwrite-strings -Wstrict-prototypes  -c `test -f 'main.c' || echo './'`main.c 
In file included from main.c:31: 
/usr/local/include/getopt.h:115: warning: function declaration isn't a prototype 
In file included from screen.h:78, 
from main.c:38: 
/usr/include/ncurses.h:236: conflicting types for `wchar_t' 
/usr/include/stddef.h:59: previous declaration of `wchar_t' 
gmake[2]: *** [main.o] Error 1 
gmake[2]: Leaving directory `/usr/home/pav/cvs/ports/giftcurs/work/giFTcurs-0.6.2/src' 
gmake[1]: *** [all-recursive] Error 1 
gmake[1]: Leaving directory `/usr/home/pav/cvs/ports/giftcurs/work/giFTcurs-0.6.2' 
gmake: *** [all] Error 2 
*** Error code 2 

Can you please investigate? 


Comment 2 Pav Lucistnik freebsd_committer freebsd_triage 2004-02-01 12:59:20 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pav

Watch.
Comment 3 Pav Lucistnik freebsd_committer freebsd_triage 2004-02-01 15:17:24 UTC
State Changed
From-To: feedback->closed

Committed, thanks!