- Timestamp:
- Nov 5, 2006, 3:16:34 PM (18 years ago)
- Branches:
- master
- Children:
- f386fcc
- Parents:
- bcc3c76
- Location:
- BOOK
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/bootscripts/common/console.xml
rbcc3c76 r62b7b47 29 29 several countries was installed with the CLFS-Bootscripts package, so the 30 30 relevant section can be uncommented if the country is supported. If still 31 in doubt, look in the <filename class="directory">/ usr/share/kbd</filename>31 in doubt, look in the <filename class="directory">/lib/kbd</filename> 32 32 directory for valid keymaps and screen fonts. Read 33 33 <filename>loadkeys(1)</filename> and <filename>setfont(8)</filename> to -
BOOK/final-system/common/ncurses.xml
rbcc3c76 r62b7b47 25 25 <sect2 role="installation"> 26 26 <title>Installation of Ncurses</title> 27 28 <para os="p1">This patch addresses build issues with Bash &bash-version;:29 </para>30 31 <screen os="p2"><userinput>patch -Np1 -i ../&ncurses-bash-patch;</userinput></screen>32 27 33 28 <para os="a">Prepare Ncurses for compilation:</para> -
BOOK/general.ent
rbcc3c76 r62b7b47 1 1 <?xml version="1.0" encoding="ISO-8859-1"?> 2 2 3 <!ENTITY month "1 0"> <!-- Use two digits -->4 <!ENTITY month_name " October">5 <!ENTITY day " 15"> <!-- Use two digits -->3 <!ENTITY month "11"> <!-- Use two digits --> 4 <!ENTITY month_name "November"> 5 <!ENTITY day "5"> <!-- Use two digits --> 6 6 <!ENTITY year "2006"> <!-- Use four digits --> 7 7 -
BOOK/introduction/common/changelog.xml
rbcc3c76 r62b7b47 38 38 39 39 <listitem> 40 <para>November 5, 2006</para> 41 <itemizedlist> 42 <listitem> 43 <para>[jciccone] - Updated Bash 3.2 with some unofficial upstream fixes. Thank you Chet Ramey.</para> 44 </listitem> 45 </itemizedlist> 46 </listitem> 47 48 <listitem> 40 49 <para>October 14, 2006</para> 41 50 <itemizedlist> -
BOOK/materials/common/patches.xml
rbcc3c76 r62b7b47 20 20 21 21 <varlistentry> 22 <term>Bash 3.2 Fixes - <token>&bash-fixes-patch-size;</token>:</term> 23 <listitem> 24 <para>Download: <ulink 25 url="&patches-root;&bash-fixes-patch;"/></para> 26 <para>MD5 sum: <literal>&bash-fixes-patch-md5;</literal></para> 27 </listitem> 28 </varlistentry> 29 30 <varlistentry> 22 31 <term>Binutils Posix Patch - <token>&binutils-posix-patch-size;</token>:</term> 23 32 <listitem> … … 196 205 url="&patches-root;&mktemp-tempfile-patch;"/></para> 197 206 <para>MD5 sum: <literal>&mktemp-tempfile-patch-md5;</literal></para> 198 </listitem>199 </varlistentry>200 201 <varlistentry>202 <term>Ncurses Bash Fixes Patch - <token>&ncurses-bash-patch-size;</token>:</term>203 <listitem>204 <para>Download: <ulink205 url="&patches-root;&ncurses-bash-patch;"/></para>206 <para>MD5 sum: <literal>&ncurses-bash-patch-md5;</literal></para>207 207 </listitem> 208 208 </varlistentry> -
BOOK/patches.ent
rbcc3c76 r62b7b47 5 5 6 6 <!-- Start of Common Patches --> 7 8 <!ENTITY bash-fixes-patch "bash-&bash-version;-fixes-1.patch"> 9 <!ENTITY bash-fixes-patch-md5 "51dcdc97fa978199329f12d382056d91"> 10 <!ENTITY bash-fixes-patch-size "4 KB"> 7 11 8 12 <!ENTITY binutils-posix-patch "binutils-&binutils-version;-posix-1.patch"> … … 86 90 <!ENTITY mktemp-tempfile-patch-size "3.6 KB"> 87 91 88 <!ENTITY ncurses-bash-patch "ncurses-&ncurses-version;-bash32_update-1.patch">89 <!ENTITY ncurses-bash-patch-md5 "fca13124063dc74925bbdaec364f14dd">90 <!ENTITY ncurses-bash-patch-size "4 KB">91 92 92 <!ENTITY perl-cross_compile-patch "perl-&perl-version;-cross_compile-2.patch"> 93 93 <!ENTITY perl-cross_compile-patch-md5 "bd9f94c8629e674f4472604b77cea42d">
Note:
See TracChangeset
for help on using the changeset viewer.