cvs commit: ports/www/wsdlpull Makefile ports/www/wsdlpull/files patch-src__xmlpull__XmlUtils.cpp

Philip M. Gollucci pgollucci at FreeBSD.org
Tue Dec 15 18:41:17 PST 2009


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 at 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)


More information about the cvs-ports mailing list