cvs commit: ports/irc/xchat Makefile

Joe Marcus Clarke marcus at FreeBSD.org
Sun Mar 22 12:41:36 PDT 2009


marcus      2009-03-22 19:41:35 UTC

  FreeBSD ports repository

  Modified files:
    irc/xchat            Makefile 
  Log:
  Mark SOCKS5 support as only for i386 since it will cause 64-bit apps to
  crash as it lacks prototype definitions for functions such as SOCKSlocaltime,
  SOCKSread, etc.  These functions return 64-bit values, but will get
  truncated to 32-bit values without proper prototypes.
  
  I looked at net/socks5, but it does not appear to be engineered in a way
  to provide these prototypes to external consumers.  The socks5 port needs
  to be updated so that it works with INCLUDE_PROTOTYPES on FreeBSD.
  
  Revision  Changes    Path
  1.143     +1 -0      ports/irc/xchat/Makefile


More information about the cvs-all mailing list