From owner-freebsd-ports Wed Sep 27 9:18:15 2000 Delivered-To: freebsd-ports@freebsd.org Received: from bbnrel4.net.external.hp.com (bbnrel4.net.external.hp.com [155.208.254.68]) by hub.freebsd.org (Postfix) with ESMTP id 7240737B422; Wed, 27 Sep 2000 09:17:52 -0700 (PDT) Received: from hpcpbla.bri.hp.com (hpcpbla.bri.hp.com [15.144.112.65]) by bbnrel4.net.external.hp.com (Postfix) with ESMTP id 9EA1C175E0; Wed, 27 Sep 2000 18:17:31 +0200 (METDST) Received: from sse0691.bri.hp.com (sse0691.bri.hp.com [15.144.0.53]) by hpcpbla.bri.hp.com (8.9.3 (PHNE_18979)/8.9.3 SMKit7.0) with ESMTP id RAA10320; Wed, 27 Sep 2000 17:17:30 +0100 (BST) Received: (from steve@localhost) by sse0691.bri.hp.com (8.9.3/8.9.3) id RAA48110; Wed, 27 Sep 2000 17:20:46 +0100 (BST) (envelope-from steve) Date: Wed, 27 Sep 2000 17:20:46 +0100 From: Steve Roome To: freebsd-gnats-submit@FreeBSD.org, jacobsm@gate.net Cc: freebsd-ports@FreeBSD.org, imp@FreeBSD.org Subject: ports/21264 : SOCKS5 port broken as well Message-ID: <20000927172046.D38818@moose.bri.hp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.4i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Just thought I'd mention that the newest socks5 breaks due to this as well, same thing, seems to get into a nasty infinite loop between tgetent and setupterm like this snippet shows : #44 0x804efb3 in setupterm (tname=0x8073130 "xterm", fd=0, errp=0xbbc009f4) at ./telnet.c:606 #45 0x280a8efe in tgetent () from /usr/lib/libncurses.so.5 #46 0x804efb3 in setupterm (tname=0x8073130 "xterm", fd=0, errp=0xbbc00a64) at ./telnet.c:606 #47 0x280a8efe in tgetent () from /usr/lib/libncurses.so.5 There might be a patch that's relevant here, but it's not really very well documented, and I'm not in the mood to sit and try and work out what all these patches do right now.. =( ftp://dickey.his.com/ncurses/5.1/ Just my $0.02 Steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message