From owner-cvs-ports@FreeBSD.ORG Sun Mar 22 19:41:35 2009 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 71CA910656CD; Sun, 22 Mar 2009 19:41:35 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 46F178FC17; Sun, 22 Mar 2009 19:41:35 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n2MJfZYj089818; Sun, 22 Mar 2009 19:41:35 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n2MJfZm6089817; Sun, 22 Mar 2009 19:41:35 GMT (envelope-from marcus) Message-Id: <200903221941.n2MJfZm6089817@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 22 Mar 2009 19:41:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/irc/xchat Makefile X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Mar 2009 19:41:36 -0000 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