Changeset 21308e2


Ignore:
Timestamp:
02/15/2004 10:48:22 AM (20 years ago)
Author:
Jeremy Utley <jeremy@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.0, 6.1, 6.1.1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, v5_1, v5_1_1, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
b42c2fb
Parents:
c3dc67c
Message:

Upgrade ncurses to 5.4

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3252 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
7 edited

Legend:

Unmodified
Added
Removed
  • appendixa/ncurses-down.xml

    rc3dc67c r21308e2  
    11<literallayout>Official download location for Ncurses (&ncurses-version;):
    2 <ulink url="ftp://ftp.gnu.org/gnu/ncurses/"/>
    3 And for the patch:
    4 <ulink url="&patches-root;&ncurses-etip-patch;"/></literallayout>
     2<ulink url="ftp://ftp.gnu.org/gnu/ncurses/"/></literallayout>
  • chapter01/changelog.xml

    rc3dc67c r21308e2  
    66
    77<itemizedlist>
     8
     9<listitem><para>February 14th, 2004 [jeremy]: Chapters 5 & 6 - Upgraded
     10ncurses to version 5.4</para></listitem>
    811
    912<listitem><para>February 12th, 2004 [jeremy]: Chapter 6 - Removed explicit
  • chapter04/chapter04.xml

    rc3dc67c r21308e2  
    314314<ulink url="&patches-root;&man-80cols-patch;"/>
    315315
    316 Ncurses Etip Patch - &ncurses-etip-patch-size;:
    317 <ulink url="&patches-root;&ncurses-etip-patch;"/>
    318 
    319316Net-tools Mii-Tool-Gcc33 Patch - &net-tools-mii-patch-size;:
    320317<ulink url="&patches-root;&net-tools-mii-patch;"/>
  • chapter05/ncurses.xml

    rc3dc67c r21308e2  
    1414<title>Installation of Ncurses</title>
    1515
    16 <para>Fix a minor problem related to the <filename>etip.h</filename> header
    17 file:</para>
    18 
    19 <screen><userinput>patch -Np1 -i ../&ncurses-etip-patch;</userinput></screen>
    20 
    21 <para>Now prepare Ncurses for compilation:</para>
     16<para>Prepare Ncurses for compilation:</para>
    2217
    2318<screen><userinput>./configure --prefix=/tools --with-shared \
  • chapter06/ncurses.xml

    rc3dc67c r21308e2  
    1717<title>Installation of Ncurses</title>
    1818
    19 <para>Fix a minor problem related to the <filename>etip.h</filename> header
    20 file:</para>
    21 
    22 <screen><userinput>patch -Np1 -i ../&ncurses-etip-patch;</userinput></screen>
    23 
    24 <para>Now prepare Ncurses for compilation:</para>
     19<para>Prepare Ncurses for compilation:</para>
    2520
    2621<screen><userinput>./configure --prefix=/usr --with-shared --without-debug</userinput></screen>
  • entities/ncurses.ent

    rc3dc67c r21308e2  
    88<!ENTITY aa-ncurses-down SYSTEM "../appendixa/ncurses-down.xml">
    99
    10 <!ENTITY ncurses-version "5.3">
     10<!ENTITY ncurses-version "5.4">
    1111<!ENTITY ncurses-depversion "5.2">
    1212<!ENTITY ncurses-contversion "5.3">
     
    1515<!ENTITY ncurses-size "2,019 KB">
    1616
    17 <!ENTITY ncurses-etip-patch "ncurses-&ncurses-version;-etip-2.patch">
    18 <!ENTITY ncurses-etip-patch-size "1 KB">
    19 
    2017<!ENTITY ncurses-compsize-tools "26 MB">
    2118<!ENTITY ncurses-time-tools "0.7 SBU">
  • index.xml

    rc3dc67c r21308e2  
    33                        "/usr/share/docbook/docbookx.dtd" [
    44
    5 <!ENTITY version "CVS-2004-02-12">
    6 <!ENTITY releasedate "February 12th, 2004">
     5<!ENTITY version "CVS-2004-02-14">
     6<!ENTITY releasedate "February 14th, 2004">
    77<!ENTITY milestone "5.2">
    88<!ENTITY nbsp " ">
Note: See TracChangeset for help on using the changeset viewer.