From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 21 11:05:39 2003 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A27F16A4B3 for ; Sun, 21 Sep 2003 11:05:39 -0700 (PDT) Received: from partridge.numericable.net (partridge.numericable.net [80.236.0.152]) by mx1.FreeBSD.org (Postfix) with ESMTP id 896C643FFD for ; Sun, 21 Sep 2003 11:05:36 -0700 (PDT) (envelope-from vitalis@numericable.fr) Received: (qmail 19124 invoked from network); 21 Sep 2003 18:05:34 -0000 Received: from unknown (HELO [81.220.34.71]) ([81.220.34.71]) (envelope-sender ) by 0 (qmail-ldap-1.03) with SMTP for ; 21 Sep 2003 18:05:34 -0000 From: Vitalis To: dickey@radix.net In-Reply-To: <200309211737.h8LHbh7S006280@saltmine.radix.net> References: <200309211737.h8LHbh7S006280@saltmine.radix.net> Content-Type: text/plain Message-Id: <1064167533.578.6.camel@sankukai.ice-age.org> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.4 Date: Sun, 21 Sep 2003 18:05:34 +0000 Content-Transfer-Encoding: 7bit cc: ports-bugs cc: current cc: dickey@saltmine.radix.net Subject: Re: ncurses-5.3 buggy under 5.1-current X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Sep 2003 18:05:39 -0000 On Sun, 2003-09-21 at 17:37, dickey@radix.net wrote: > what sort of bugs? > > (and is this a problem with the port, rather than ncurses). > > > From: Vitalis (vitalis@numericable.fr) > > Subject: ncurses-5.3 buggy under 5.1-current > > > > > > This is the only article in this thread > > View: Original Format > > > > Newsgroups: > > mailing.freebsd.current > > Date: 2003-09-21 02:41:08 PST > > > >Hi! > > > >The installation of the ncurses-5.3 port leaves the system unusable for > >apps needing libncurses e.g. vi, sysinstall... The characters on output > >are severely scrambled. > > > >Its desinstallation solves the problem (the ncurses-5.2 from src/contrib > >works fine with 5.1-current). But some good ports require ncurses-5.3! > >what sort of bugs? The output is unreadable: control characters such as newline characters are discarded so that vi shows the whole files on one huge line. It's the same thing with sysinstall; we can not navigate within it and it dumps core after a few second. > > (and is this a problem with the port, rather than ncurses). I don't know...