Bug 78101 - Update for games/toppler
Summary: Update for games/toppler
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: 2005-02-26 01:10 UTC by Dominic Mitchell
Modified: 2005-03-16 21:17 UTC (History)
0 users

See Also:


Attachments
file.diff (3.07 KB, patch)
2005-02-26 01:10 UTC, Dominic Mitchell
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dominic Mitchell 2005-02-26 01:10:20 UTC
	This updates games/toppler to the latest version.

Fix: Here's the patch.
How-To-Repeat: 	Spend hours swearing at autoconf/automake abuse.  ;-)
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2005-02-27 19:52:48 UTC
State Changed
From-To: open->feedback

Does not compile on FreeBSD 4: 

c++ -DHAVE_CONFIG_H -I. -I. -I.   -Wall -I/usr/local/include/SDL11 -I/usr/local/include -D_REENTRANT -D_THREAD_SAFE -DTOP_DATADIR="/usr/local/share/toppler" -DHISCOREDIR="/var/games/toppler" -DLOCALEDIR="/usr/local/share"  -O -pipe  -c -o screen.o `test -f screen.cc || echo './'`screen.cc 
screen.cc: In function `int scr_textlength(const char *, int = 32000)': 
screen.cc:844: implicit declaration of function `int mbrtowc(...)' 
gmake[2]: *** [screen.o] Error 1 
gmake[2]: Leaving directory `/tmp/a/ports/games/toppler/work/toppler-1.1.1' 

Note that multibyte string manipulation functions like mbrtowc are not available 
in FreeBSD 4. Please indicate if you're going to provide patches working around 
this problem, or if you rather have this port marked as broken on FreeBSD 4. 


Comment 2 Pav Lucistnik freebsd_committer freebsd_triage 2005-02-27 19:52:48 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pav

Watch
Comment 3 Pav Lucistnik freebsd_committer freebsd_triage 2005-03-16 21:17:43 UTC
State Changed
From-To: feedback->closed

Committed, thanks!