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. <[email protected]> (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)
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[email protected]"