Date: Wed, 16 Dec 2009 02:41:17 +0000 (UTC) From: "Philip M. Gollucci" <pgollucci@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/wsdlpull Makefile ports/www/wsdlpull/files patch-src__xmlpull__XmlUtils.cpp Message-ID: <200912160241.nBG2fHNL006355@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
pgollucci 2009-12-16 02:41:17 UTC
FreeBSD ports repository
Modified files:
www/wsdlpull Makefile
Added files:
www/wsdlpull/files patch-src__xmlpull__XmlUtils.cpp
Log:
- Fix for amd64
A nasty bug strikes on systems, where size_t and unsigned int are
different things -- such as most 64-bit systems. Stuffing the (size_t)-1
into unsigned int results in 0xffff, which is different from
string::npos (0xffffffff)...
Submitted by: Mikhail T. <mi+thun@aldan.algebra.com> (via e-mail)
Revision Changes Path
1.30 +1 -0 ports/www/wsdlpull/Makefile
1.1 +11 -0 ports/www/wsdlpull/files/patch-src__xmlpull__XmlUtils.cpp (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912160241.nBG2fHNL006355>
