Changeset 23ddcc3
- Timestamp:
- Feb 21, 2006, 1:38:49 AM (19 years ago)
- Children:
- 75a132b
- Parents:
- 9bee803
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
final-system/common/readline.xml
r9bee803 r23ddcc3 34 34 <sect2 role="installation"> 35 35 <title>Installation of Readline</title> 36 37 <para os="a">The following patch includes a fix for a problem where Readline38 sometimes only shows 33 characters on a line and then wraps to the39 next line. It also includes other fixes recommended by the Readline40 author.</para>41 42 <screen os="b"><userinput>patch -Np1 -i ../&readline-fixes-patch;</userinput></screen>43 36 44 37 <para os="c">Prepare Readline for compilation:</para> -
final-system/multilib/readline-64bit.xml
r9bee803 r23ddcc3 21 21 <sect2 role="installation"> 22 22 <title>Installation of Readline</title> 23 24 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"25 href="readline.xml"26 xpointer="xpointer(//*[@os='a'])"/>27 28 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"29 href="readline.xml"30 xpointer="xpointer(//*[@os='b'])"/>31 23 32 24 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
final-system/multilib/readline-n32.xml
r9bee803 r23ddcc3 22 22 <sect2 role="installation"> 23 23 <title>Installation of Readline</title> 24 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"26 href="readline.xml"27 xpointer="xpointer(//*[@os='a'])"/>28 29 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"30 href="readline.xml"31 xpointer="xpointer(//*[@os='b'])"/>32 24 33 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
final-system/multilib/readline.xml
r9bee803 r23ddcc3 22 22 <sect2 role="installation"> 23 23 <title>Installation of Readline</title> 24 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"26 href="../common/readline.xml"27 xpointer="xpointer(//*[@os='a'])"/>28 29 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"30 href="../common/readline.xml"31 xpointer="xpointer(//*[@os='b'])"/>32 24 33 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
introduction/common/changelog.xml
r9bee803 r23ddcc3 47 47 </listitem> 48 48 </itemizedlist> 49 <listitem> 50 <para>[jim] - Upgraded to Readline 5.0.5.</para> 51 </listitem> 52 </itemizedlist> 49 53 </listitem> 50 54 -
materials/common/patches.xml
r9bee803 r23ddcc3 171 171 </varlistentry> 172 172 173 <varlistentry os="p20">174 <term>Readline Various Fixes Patch - 6.9 KB:</term>175 <listitem>176 <para><ulink177 url="&patches-root;readline/&readline-fixes-patch;"/></para>178 </listitem>179 </varlistentry>180 181 173 <varlistentry os="p21"> 182 174 <term>Shadow Configure Fixes Patch - 1.9 KB:</term> -
packages.ent
r9bee803 r23ddcc3 216 216 <!ENTITY psmisc-url "&sourceforge;psmisc/psmisc-&psmisc-version;.tar.gz?download"> 217 217 218 <!ENTITY readline-version "5.0 ">219 <!ENTITY readline-size "1. 8MB">220 <!ENTITY readline-url "&gnu; readline/readline-&readline-version;.tar.gz">218 <!ENTITY readline-version "5.0.5"> 219 <!ENTITY readline-size "1.7 MB"> 220 <!ENTITY readline-url "&gnu;bash/readline-&readline-version;.tar.gz"> 221 221 222 222 <!ENTITY sed-version "4.1.4"> -
patches.ent
r9bee803 r23ddcc3 44 44 <!ENTITY perl-multilib-patch "perl-&perl-version;-Configure_multilib-1.patch"> 45 45 <!ENTITY perl-lib64-patch "perl-&perl-version;-libc_lib64-1.patch"> 46 47 <!ENTITY readline-fixes-patch "readline-&readline-version;-fixes-1.patch">48 46 49 47 <!ENTITY shadow-configure_fix-patch "shadow-&shadow-version;-configure_fix-1.patch">
Note:
See TracChangeset
for help on using the changeset viewer.