cvs commit: ports/devel/libftdi Makefile ports/devel/libftdi/files patch-src_ftdi.c

Stanislav Sedov stas at FreeBSD.org
Mon May 4 19:52:35 UTC 2009


stas        2009-05-04 19:52:34 UTC

  FreeBSD ports repository

  Modified files:
    devel/libftdi        Makefile 
  Added files:
    devel/libftdi/files  patch-src_ftdi.c 
  Log:
  - Fix libftdi on HEAD by including stdlib.h in ftdi.c. Since HEAD's
    version on usb.h doesn't include stdlib.h like libusb does, it fails
    to find prototypes for realloc function which leads to incorrect
    storage types used and memory corruption as a consequence.
  
  Revision  Changes    Path
  1.8       +1 -0      ports/devel/libftdi/Makefile
  1.1       +10 -0     ports/devel/libftdi/files/patch-src_ftdi.c (new)


More information about the cvs-all mailing list