Date: Sun, 22 Mar 2009 19:41:35 +0000 (UTC) From: Joe Marcus Clarke <marcus@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/irc/xchat Makefile Message-ID: <200903221941.n2MJfZm6089817@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200903221941.n2MJfZm6089817>