[2/2] ncurses: update to 6.0 and rename 5.9 to ncurses-compat v3
Message ID | 1464889191-18295-2-git-send-email-marcel.lorenz@ipfire.org |
---|---|
State | Accepted |
Commit | ec149ba0263b59880adf665d3d11d5d39fb1f796 |
Headers |
Return-Path: <development-bounces@lists.ipfire.org> Received: from mail01.ipfire.org (hedwig.ipfire.org [172.28.1.200]) by web02.ipfire.org (Postfix) with ESMTP id C07AA61529 for <patchwork@ipfire.org>; Thu, 2 Jun 2016 19:27:22 +0200 (CEST) Received: from mail01.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 6B6E61543; Thu, 2 Jun 2016 19:27:21 +0200 (CEST) Received: from mint01.skynet.local (ip5f5b7cdb.dynamic.kabel-deutschland.de [95.91.124.219]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id A4D8814BC for <development@lists.ipfire.org>; Thu, 2 Jun 2016 19:27:17 +0200 (CEST) From: Marcel Lorenz <marcel.lorenz@ipfire.org> To: development@lists.ipfire.org Subject: [PATCH 2/2] ncurses: update to 6.0 and rename 5.9 to ncurses-compat v3 Date: Thu, 2 Jun 2016 19:39:51 +0200 Message-Id: <1464889191-18295-2-git-send-email-marcel.lorenz@ipfire.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1464889191-18295-1-git-send-email-marcel.lorenz@ipfire.org> References: <1464889191-18295-1-git-send-email-marcel.lorenz@ipfire.org> X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: IPFire development talk <development.lists.ipfire.org> List-Unsubscribe: <http://lists.ipfire.org/mailman/options/development>, <mailto:development-request@lists.ipfire.org?subject=unsubscribe> List-Archive: <http://lists.ipfire.org/pipermail/development/> List-Post: <mailto:development@lists.ipfire.org> List-Help: <mailto:development-request@lists.ipfire.org?subject=help> List-Subscribe: <http://lists.ipfire.org/mailman/listinfo/development>, <mailto:development-request@lists.ipfire.org?subject=subscribe> Errors-To: development-bounces@lists.ipfire.org Sender: "Development" <development-bounces@lists.ipfire.org> |
Message
Marcel Lorenz
June 3, 2016, 3:39 a.m. UTC
This patch updates the ncurses to 6.0. The old 5.9 are renamed to ncurses-compat.
The compat makes the old libs maintainable and the compat rootfile is cleaned up.
The 6.0 is build after 5.9 and all IPFire componentes will build with 6.0
In version 6 only the wide-character libraries are build. The are usable
in both multibyte and traditional 8-bit locales while normal libraries work
properly only in 8-bit locales. The toolchain is only bild with 6.0.
Signed-off-by: Marcel Lorenz <marcel.lorenz@ipfire.org>
---
config/rootfiles/common/ncurses | 1863 ++++++++--------
config/rootfiles/common/ncurses-compat | 3610 ++++++++++++++++++++++++++++++++
lfs/ncurses | 64 +-
lfs/ncurses-compat | 127 ++
make.sh | 2 +
5 files changed, 4722 insertions(+), 944 deletions(-)
create mode 100644 config/rootfiles/common/ncurses-compat
create mode 100644 lfs/ncurses-compat