From owner-freebsd-stable@FreeBSD.ORG Fri Apr 6 17:11:27 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 5B11116A402 for ; Fri, 6 Apr 2007 17:11:27 +0000 (UTC) (envelope-from grafan@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.175]) by mx1.freebsd.org (Postfix) with ESMTP id BD12E13C4AE for ; Fri, 6 Apr 2007 17:11:26 +0000 (UTC) (envelope-from grafan@gmail.com) Received: by ug-out-1314.google.com with SMTP id 71so1243754ugh for ; Fri, 06 Apr 2007 10:11:24 -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=T7InaxjfNINX1r+25+NMaG67d1gXorTaVZntks680tqR6ZI7/qWi2398nycnx+djtc5JqRSUfdt94tLtO31bXMzVXS/3ggwse6yu1KUss0/W2Lgl/FoDDb4BvMNzfuG8j0peVgPtGb3aMGs8VMEHxBsd6XKsEiuYsJfkNi6s+q8= 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=f5eZTKlBgZT9vweM7WkX7DpByAKr4XrfpdEwMqe3hHsukKJvHTZpAgjq9tsUkcE2WjfEZHfkloP4EDk1IcdkELYw4ZDl9YCuVQqZc9ObyThHzhdTrHguGDS8R4og7hHRuxqRLl+PJj22tPIXKhc2UrjTqOmVl7xxHPdZhAt8HJA= Received: by 10.82.188.15 with SMTP id l15mr4766596buf.1175879484532; Fri, 06 Apr 2007 10:11:24 -0700 (PDT) Received: by 10.82.106.12 with HTTP; Fri, 6 Apr 2007 10:11:24 -0700 (PDT) Message-ID: <6eb82e0704061011p222602ean479ee6e60f340d1d@mail.gmail.com> Date: Sat, 7 Apr 2007 01:11:24 +0800 From: "Rong-en Fan" To: "Stefan Lambrev" In-Reply-To: <46167EA3.7030401@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> <6eb82e0703121055p47ac1eb2k2368ec1f03870dd5@mail.gmail.com> <46167EA3.7030401@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: Fri, 06 Apr 2007 17:11:27 -0000 On 4/7/07, Stefan Lambrev wrote: > Hi list, > > Rong-en Fan wrote: > > 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 patch doesn't seems to work anymore on 6.2-stable i386 (my previous > test was on amd64) > It seems that part of this patch is already in -stable :) > > If I'm right the patch for src/Makefile.inc1 should be replaced by : > > --- Makefile.inc1 Fri Apr 6 20:03:35 2007 > +++ /root/Makefile.inc1.orig Fri Apr 6 20:03:17 2007 > @@ -894,8 +894,7 @@ > bin/csh \ > bin/sh \ > ${_rescue} \ > - lib/ncurses/ncurses \ > - lib/ncurses/ncursesw \ > + lib/libncurses \ > ${_share} \ > ${_aicasm} \ > usr.bin/awk \ > @@ -1000,8 +999,7 @@ > > _prebuild_libs+= lib/libbz2 lib/libcom_err lib/libcrypt lib/libexpat \ > lib/libkvm lib/libmd \ > - lib/ncurses/ncurses lib/ncurses/ncursesw \ > - lib/libnetgraph lib/libopie lib/libpam \ > + lib/libncurses lib/libnetgraph lib/libopie lib/libpam \ > lib/libradius \ > lib/libsbuf lib/libtacplus lib/libutil \ > lib/libz lib/msun > > I'm still compiling and will let you know if things still works. Yes, you are right. I merged Makefile.inc1 changes two days ago. I'm going to merge the whole changes later. Enjoy! Regards, Rong-En Fan