From owner-freebsd-current@FreeBSD.ORG Tue Jun 20 20:35:15 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 78CDA16A482 for ; Tue, 20 Jun 2006 20:35:15 +0000 (UTC) (envelope-from grafan@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id C1FA043D68 for ; Tue, 20 Jun 2006 20:35:14 +0000 (GMT) (envelope-from grafan@gmail.com) Received: by nz-out-0102.google.com with SMTP id m7so918152nzf for ; Tue, 20 Jun 2006 13:35:14 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:mime-version:content-type:content-transfer-encoding:content-disposition; b=t/57SwR9mEs+tV/QquofeHhFO0xKO4gqhsiBqWjaYBZFYvo7kYU870Nys+cxPNaY5rloF+jFPoWYDTTnB0R5X/LZJdCfprdwfwsps2ZVGegbuR7En5hGg7yo4HfDK8w8oJMKqBKWsnRd18R0RX+bAyVHXAtVPAPAYS0de8luu74= Received: by 10.37.12.54 with SMTP id p54mr9472359nzi; Tue, 20 Jun 2006 13:35:13 -0700 (PDT) Received: by 10.64.148.18 with HTTP; Tue, 20 Jun 2006 13:35:13 -0700 (PDT) Message-ID: <6eb82e0606201335u10404453m4e91c78ab9b14f5@mail.gmail.com> Date: Tue, 20 Jun 2006 16:35:13 -0400 From: "Rong-en Fan" To: "FreeBSD Current" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: peter@freebsd.org Subject: [PATCH] updating ncurses in base to 5.5 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, 20 Jun 2006 20:35:15 -0000 Hi all, About two weeks ago, I posted here saying that I'm working on updating ncurses in the base system to 5.5. After some works on the building framework, now I have a new version for testing: http://www.rafan.org/FreeBSD/ncurses/ncurses-5.5-fbsd-7-20060620.tgz http://www.rafan.org/FreeBSD/ncurses/ncurses-5.5-fbsd-7-20060620-src.diff You extract the tarball under /usr/src, and apply the diff there, too. Then following a buildworld/installworld cycle. Everything should be fine then. I have done a 'make universe' test and use it on my i386 -current. It works well. I hope that I can interest some committers to review this and get it committed soon :-) For more information, please visit http://www.rafan.org/FreeBSD/ncurses/. Regards, Rong-En Fan