From owner-freebsd-stable@FreeBSD.ORG Tue Mar 20 07:45:31 2007 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2B50116A401 for ; Tue, 20 Mar 2007 07:45:31 +0000 (UTC) (envelope-from Andre.Albsmeier@siemens.com) Received: from goliath.siemens.de (goliath.siemens.de [192.35.17.28]) by mx1.freebsd.org (Postfix) with ESMTP id A10A513C45B for ; Tue, 20 Mar 2007 07:45:30 +0000 (UTC) (envelope-from Andre.Albsmeier@siemens.com) Received: from mail3.siemens.de (localhost [127.0.0.1]) by goliath.siemens.de (8.12.6/8.12.6) with ESMTP id l2K7QeCW010759; Tue, 20 Mar 2007 08:26:41 +0100 Received: from curry.mchp.siemens.de (curry.mchp.siemens.de [139.25.40.130]) by mail3.siemens.de (8.12.6/8.12.6) with ESMTP id l2K7Qeqo026896; Tue, 20 Mar 2007 08:26:40 +0100 Received: (from localhost) by curry.mchp.siemens.de (8.13.8/8.13.8) id l2K7QeKh053955; Date: Tue, 20 Mar 2007 08:26:40 +0100 From: Andre Albsmeier To: Rong-en Fan Message-ID: <20070320072640.GA39266@curry.mchp.siemens.de> References: <6eb82e0703110556x229e8fd8pcf6f8979be046d8f@mail.gmail.com> <45F5628F.2080300@sun-fish.com> <6eb82e0703120945w2d9d99ccj8aff7764c1e72acc@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6eb82e0703120945w2d9d99ccj8aff7764c1e72acc@mail.gmail.com> X-Echelon: X-Advice: Drop that crappy M$-Outlook, I'm tired of your viruses! User-Agent: Mutt/1.5.14 (2007-02-12) Cc: stable@freebsd.org Subject: Re: Call for Testers: ncurses 5.6 update X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Mar 2007 07:45:31 -0000 On Tue, 13-Mar-2007 at 00:45:24 +0800, Rong-en Fan wrote: > On 3/12/07, Stefan Lambrev wrote: > >Rong-en Fan wrote: > >> Hi folks, > >> > >> ncurses in 6.x is pretty old. We have update-to-date ncurses in 7.x > >> with wide character support now. The patch at > >> > >> http://people.freebsd.org/~rafan/ncurses/ncursesw-5.6-all-fbsd6-20070310.diff.gz > >> > >> > >> gives you ncurses 5.6 and wide character support in 6.x. Please > >> apply with 'patch -p0' under /usr/src. > >> > >> For more information, please visit > >> > >> http://people.freebsd.org/~rafan/ncurses/ > >> > >> You can also find individual patches, say ncurses update and wide > >> character support, there. > >> > >> Feedbacks and suggestions are welcome. > >> > >> P.S. Due to some lib32 issues, the patch above contains changes > >> made by ru@ recently for src/Makefile.inc1. > >make installworld failed: > > > >cd /usr/src; /usr/obj/usr/src/make.amd64/make -f Makefile.inc1 install32 > >mkdir -p /usr/lib32 # XXX add to mtree > [...] > > Sorry about this. I messed up the lib32 changes in the all-in-one patch. > Could you please use this one instead? > > http://people.freebsd.org/~rafan/ncurses/ncursesw-5.6-all-fbsd6-20070312.diff.gz I am running this patch on 6.2-STABLE (i386). I have rebuilt world and ports/mail/mutt-devel (using WITH_MUTT_NCURSES=1). Everything seems to work and mutt also runs perfectly with UTF8. Before applying this patch I had to use WITH_MUTT_NCURSES_PORT=1 :-). Thanks, -Andre