From owner-freebsd-current@FreeBSD.ORG Tue Feb 13 04:09:43 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7E65B16A406 for ; Tue, 13 Feb 2007 04:09:43 +0000 (UTC) (envelope-from y.pankov@irbis.net.ru) Received: from mail.irbis.net.ru (mail.irbis.net.ru [194.186.18.2]) by mx1.freebsd.org (Postfix) with ESMTP id 23FA013C48D for ; Tue, 13 Feb 2007 04:09:40 +0000 (UTC) (envelope-from y.pankov@irbis.net.ru) Received: from darklight.abyss.local (darklight.abyss.local [192.168.0.64]) by mail.irbis.net.ru (Postfix) with ESMTP id 236C762D480; Tue, 13 Feb 2007 07:09:38 +0300 (MSK) Received: from darklight.abyss.local (yuri@localhost [127.0.0.1]) by darklight.abyss.local (8.13.8/8.13.8) with ESMTP id l1D49SBZ025063; Tue, 13 Feb 2007 07:09:29 +0300 (MSK) (envelope-from y.pankov@irbis.net.ru) Received: (from yuri@localhost) by darklight.abyss.local (8.13.8/8.13.8/Submit) id l1D49Rro025062; Tue, 13 Feb 2007 07:09:27 +0300 (MSK) (envelope-from y.pankov@irbis.net.ru) X-Authentication-Warning: darklight.abyss.local: yuri set sender to y.pankov@irbis.net.ru using -f Date: Tue, 13 Feb 2007 07:09:27 +0300 From: Yuri Pankov To: Rong-en Fan Message-ID: <20070213040927.GA24945@darklight.abyss.local> References: <6eb82e0701310048u5d36ef5y3dcfe8116ad1aac3@mail.gmail.com> <6eb82e0702010051j152d5896xac8ee400cca8251c@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6eb82e0702010051j152d5896xac8ee400cca8251c@mail.gmail.com> User-Agent: Mutt/1.5.13 (2006-08-11) X-Virus-Scanned: ClamAV 0.88.7/2560/Mon Feb 12 21:06:19 2007 on mail.irbis.net.ru X-Virus-Status: Clean X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-3.0 (mail.irbis.net.ru [194.186.18.2]); Tue, 13 Feb 2007 07:09:40 +0300 (MSK) Cc: freebsd-current@freebsd.org Subject: Re: [CFT] ncurses wide character support X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Feb 2007 04:09:43 -0000 On Thu, Feb 01, 2007 at 04:51:53PM +0800, Rong-en Fan wrote: > On 1/31/07, Rong-en Fan wrote: > >Finally, I have ncurses wide character support. Patch is at > > > >http://people.freebsd.org/~rafan/ncurses/ncursesw-5.6-fbsd7-20070128.diff > > > >Before you can apply it, you need to > > > >mkdir -p \ > > /usr/src/lib/ncurses/formw \ > > /usr/src/lib/ncurses/menuw \ > > /usr/src/lib/ncurses/ncursesw \ > > /usr/src/lib/ncurses/panelw > > > >Please note this patch accidentally removes libmytinfo (it is going to be > >removed soon). I have tested on my i386 current with mutt. It works just > >fine. > > Now libmytinfo is removed, use the new patch instead: > > http://people.freebsd.org/~rafan//ncurses/ncursesw-5.6-fbsd7-20070201.diff > > Regards, > Rong-En Fan > > >I use a hack in src/Makefile.inc1 to make amd64 world + lib32 work. Details > >can be found in > > > >http://lists.freebsd.org/pipermail/freebsd-hackers/2007-January/019408.html > > > >Please test and feedbacks are welcome. :) Compiled successfully on amd64. Everything seems to be working like a charm. So far tested are audio/moc, irc/weechat, mail/mutt-devel, all of those had problems when compiled with devel/ncurses port (moc would show some characters incorrectly, weechat shows only garbage, mutt coredumps). One thing worth mentioning - make -DNO_CLEAN buildworld fails, and removing contents of /usr/obj and building world from scratch helped. Thank you for working on this update! Yuri