This updates games/toppler to the latest version. Fix: Here's the patch. How-To-Repeat: Spend hours swearing at autoconf/automake abuse. ;-)
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.
Responsible Changed From-To: freebsd-ports-bugs->pav Watch
State Changed From-To: feedback->closed Committed, thanks!