Changeset 55d273f
- Timestamp:
- Feb 15, 2007, 11:56:35 AM (18 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 8efd1d3
- Parents:
- 2c79b57
- Location:
- BOOK
- Files:
-
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/ncurses.xml
r2c79b57 r55d273f 25 25 <sect2 role="installation"> 26 26 <title>Installation of Ncurses</title> 27 28 <para os="p1">This patch fixes an issue with some bash versions. This patch corrects the 29 issue:</para> 30 31 <screen os="p2"><userinput>patch -Np1 -i ../&ncurses-bashfix-patch;</userinput></screen> 27 32 28 33 <para os="a">Prepare Ncurses for compilation:</para> -
BOOK/final-system/multilib/ncurses-64bit.xml
r2c79b57 r55d273f 21 21 <sect2 role="installation"> 22 22 <title>Installation of Ncurses</title> 23 24 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 25 href="ncurses.xml" 26 xpointer="xpointer(//*[@os='p1'])"/> 27 28 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 29 href="ncurses.xml" 30 xpointer="xpointer(//*[@os='p2'])"/> 31 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 33 href="ncurses.xml" 34 xpointer="xpointer(//*[@os='a'])"/> 23 35 24 36 <screen os="b"><userinput>CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" \ -
BOOK/final-system/multilib/ncurses-n32.xml
r2c79b57 r55d273f 22 22 <sect2 role="installation"> 23 23 <title>Installation of Ncurses</title> 24 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 26 href="ncurses.xml" 27 xpointer="xpointer(//*[@os='p1'])"/> 28 29 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 30 href="ncurses.xml" 31 xpointer="xpointer(//*[@os='p2'])"/> 32 33 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 34 href="ncurses.xml" 35 xpointer="xpointer(//*[@os='a'])"/> 24 36 25 37 <screen os="b"><userinput>CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}" \ -
BOOK/final-system/multilib/ncurses.xml
r2c79b57 r55d273f 22 22 <sect2 role="installation"> 23 23 <title>Installation of Ncurses</title> 24 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 26 href="../common/ncurses.xml" 27 xpointer="xpointer(//*[@os='p1'])"/> 28 29 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 30 href="../common/ncurses.xml" 31 xpointer="xpointer(//*[@os='p2'])"/> 32 33 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 34 href="../common/ncurses.xml" 35 xpointer="xpointer(//*[@os='a'])"/> 24 36 25 37 <screen os="b"><userinput>CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" \ -
BOOK/general.ent
r2c79b57 r55d273f 3 3 <!ENTITY month "02"> <!-- Use two digits --> 4 4 <!ENTITY month_name "February"> 5 <!ENTITY day "1 4"> <!-- Use two digits -->5 <!ENTITY day "15"> <!-- Use two digits --> 6 6 <!ENTITY year "2007"> <!-- Use four digits --> 7 7 -
BOOK/introduction/common/changelog.xml
r2c79b57 r55d273f 38 38 39 39 <listitem> 40 <para>February 15, 2007</para> 41 <itemizedlist> 42 <listitem> 43 <para>[jim] - Fix a building of Ncurses when an unpatched version of Bash 3.x is used.</para> 44 </listitem> 45 </itemizedlist> 46 </listitem> 47 48 <listitem> 40 49 <para>February 14, 2007</para> 41 50 <itemizedlist> -
BOOK/materials/common/patches.xml
r2c79b57 r55d273f 164 164 165 165 <varlistentry> 166 <term>Ncurses Bash Patch - <token>&ncurses-bashfix-patch-size;</token>:</term> 167 <listitem> 168 <para>Download: <ulink 169 url="&patches-root;&ncurses-bashfix-patch;"/></para> 170 <para>MD5 sum: <literal>&ncurses-bashfix-patch-md5;</literal></para> 171 </listitem> 172 </varlistentry> 173 174 <varlistentry> 166 175 <term>Perl Libc Patch - <token>&perl-libc-patch-size;</token>:</term> 167 176 <listitem> -
BOOK/patches.ent
r2c79b57 r55d273f 69 69 <!ENTITY mktemp-tempfile-patch-size "3.6 KB"> 70 70 71 <!ENTITY ncurses-bashfix-patch "ncurses-&ncurses-version;-bash_fix-1.patch"> 72 <!ENTITY ncurses-bashfix-patch-md5 "c6f7f2ab0ebaf7721ebeb266641352db"> 73 <!ENTITY ncurses-bashfix-patch-size "4 KB"> 74 71 75 <!ENTITY perl-libc-patch "perl-&perl-version;-libc-2.patch"> 72 76 <!ENTITY perl-libc-patch-md5 "3bf8aef1fb6eb6110405e699e4141f99"> -
BOOK/temp-system/64/ncurses.xml
r2c79b57 r55d273f 22 22 <sect2 role="installation"> 23 23 <title>Installation of Ncurses</title> 24 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 26 href="../common/ncurses.xml" 27 xpointer="xpointer(//*[@os='p1'])"/> 28 29 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 30 href="../common/ncurses.xml" 31 xpointer="xpointer(//*[@os='p2'])"/> 24 32 25 33 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/temp-system/common/ncurses.xml
r2c79b57 r55d273f 22 22 <sect2 role="installation"> 23 23 <title>Installation of Ncurses</title> 24 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 26 href="../../final-system/common/ncurses.xml" 27 xpointer="xpointer(//*[@os='p1'])"/> 28 29 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 30 href="../../final-system/common/ncurses.xml" 31 xpointer="xpointer(//*[@os='p2'])"/> 24 32 25 33 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/temp-system/multilib/ncurses.xml
r2c79b57 r55d273f 22 22 <sect2 role="installation"> 23 23 <title>Installation of Ncurses</title> 24 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 26 href="../common/ncurses.xml" 27 xpointer="xpointer(//*[@os='p1'])"/> 28 29 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 30 href="../common/ncurses.xml" 31 xpointer="xpointer(//*[@os='p2'])"/> 24 32 25 33 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.