From owner-freebsd-stable@FreeBSD.ORG Mon Mar 12 17:55:12 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 A3FBB16A402 for ; Mon, 12 Mar 2007 17:55:12 +0000 (UTC) (envelope-from grafan@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.184]) by mx1.freebsd.org (Postfix) with ESMTP id 05E7013C457 for ; Mon, 12 Mar 2007 17:55:11 +0000 (UTC) (envelope-from grafan@gmail.com) Received: by nf-out-0910.google.com with SMTP id k27so1985198nfc for ; Mon, 12 Mar 2007 10:55:10 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=RPPeQozu/Rcq7nS6uancrJ8ZiIEDAlyLCtli9APDvgNZ2ExECyQYa3pqi6u9YzgpzI4/pKI4JlucFUT57md05yH/guZFSoKfw9GW4ICKEqiXyBSW0Kw0SfVvI+kI202q8oLFnvyDEMspfK50o9jLuzouxypZnLByGuGGPZumKuo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=l2a5bEsRmM4kVDh/4i9AjNBnupAQT+oEtWBLQXjQ3lekXb7jvzsD4nVWj5jek+iVCyWmGaUMIT+9WuwALppZP6yvVRzfiZ5XBMFB9JluS9vcazSGvwCG00r++tv+dZ5tLJkBATCfVEMBPX/VXLllAdmYQt54yOuL20fzjVCV+b4= Received: by 10.78.195.9 with SMTP id s9mr691566huf.1173722109931; Mon, 12 Mar 2007 10:55:09 -0700 (PDT) Received: by 10.78.202.1 with HTTP; Mon, 12 Mar 2007 10:55:09 -0700 (PDT) Message-ID: <6eb82e0703121055p47ac1eb2k2368ec1f03870dd5@mail.gmail.com> Date: Tue, 13 Mar 2007 01:55:09 +0800 From: "Rong-en Fan" To: "Stefan Lambrev" In-Reply-To: <45F59281.60907@sun-fish.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <6eb82e0703110556x229e8fd8pcf6f8979be046d8f@mail.gmail.com> <45F5628F.2080300@sun-fish.com> <6eb82e0703120945w2d9d99ccj8aff7764c1e72acc@mail.gmail.com> <45F59281.60907@sun-fish.com> 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: Mon, 12 Mar 2007 17:55:12 -0000 On 3/13/07, Stefan Lambrev wrote: > Hello, > > 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 > > > > This works for me (at least make buildworld && make installworld > finished without problems). Thanks for testing. > Should I recompile and the kernel again or the patch is only in contrib ? :) No you don't. Regards, Rong-En Fan