Author: dnicholson Date: 2007-05-13 19:00:24 -0600 (Sun, 13 May 2007) New Revision: 6768
Modified: trunk/BOOK/general.ent trunk/BOOK/general/genutils/xterm.xml trunk/BOOK/introduction/welcome/changelog.xml Log: Updated to xterm-225 Modified: trunk/BOOK/general/genutils/xterm.xml =================================================================== --- trunk/BOOK/general/genutils/xterm.xml 2007-05-13 17:41:36 UTC (rev 6767) +++ trunk/BOOK/general/genutils/xterm.xml 2007-05-14 01:00:24 UTC (rev 6768) @@ -6,10 +6,10 @@ <!ENTITY xterm-download-http " "> <!ENTITY xterm-download-ftp "ftp://invisible-island.net/xterm/xterm-&xterm-version;.tgz"> - <!ENTITY xterm-md5sum "bf5bb77496ddf95df32b8e752a6cabb0"> - <!ENTITY xterm-size "786 KB"> - <!ENTITY xterm-buildsize "5.1 MB"> - <!ENTITY xterm-time "0.2 SBU"> + <!ENTITY xterm-md5sum "dbd31341a9ccb982647416e8d27b0f00"> + <!ENTITY xterm-size "803 KB"> + <!ENTITY xterm-buildsize "7.0 MB"> + <!ENTITY xterm-time "0.1 SBU"> ]> <sect1 id="xterm2" xreflabel="xterm-&xterm-version;"> @@ -77,8 +77,8 @@ following commands:</para> <screen><userinput>TERMINFO=/usr/lib/terminfo ./configure $XORG_CONFIG \ - --enable-luit --with-wide-chars \ - --with-app-default=$XORG_PREFIX/share/X11/app-defaults && + --enable-luit --enable-wide-chars \ + --with-app-defaults=$XORG_PREFIX/share/X11/app-defaults && make</userinput></screen> <para>This package does not come with a test suite.</para> @@ -104,10 +104,10 @@ directory.</para> <para><parameter>--enable-luit</parameter>: Enables the luit filter for - Unicode translation. If <command>luit</command> is not found in the - <envar>PATH</envar>, it will be disabled.</para> + Unicode translation. If <command>luit</command> is not found in the PATH, + the default of <filename>/usr/X11R6/bin/luit</filename> will be used.</para> - <para><parameter>--with-wide-chars</parameter>: Adds support for wide + <para><parameter>--enable-wide-chars</parameter>: Adds support for wide characters.</para> <para><command>make install-ti</command>: This command installs corrected Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2007-05-13 17:41:36 UTC (rev 6767) +++ trunk/BOOK/general.ent 2007-05-14 01:00:24 UTC (rev 6768) @@ -388,7 +388,7 @@ <!ENTITY xorg-server-version "1.1.1"> <!ENTITY libdrm-version "2.0.1"> <!ENTITY mesalib-version "6.5"> -<!ENTITY xterm-version "223"> +<!ENTITY xterm-version "225"> <!ENTITY rman-version "3.2"> <!-- Obsolete --> Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2007-05-13 17:41:36 UTC (rev 6767) +++ trunk/BOOK/introduction/welcome/changelog.xml 2007-05-14 01:00:24 UTC (rev 6768) @@ -45,6 +45,10 @@ <para>May 13th, 2007</para> <itemizedlist> <listitem> + <para>[dnicholson] - Updated to xterm-225 and corrected configure + settings. Thanks to kratz00 and fix.</para> + </listitem> + <listitem> <para>[bdubbs] - Updated to vim-7.1.</para> </listitem> </itemizedlist> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
