Author: bdubbs Date: 2006-05-16 13:54:46 -0600 (Tue, 16 May 2006) New Revision: 6093
Modified: trunk/BOOK/basicnet/mailnews/pine.xml trunk/BOOK/introduction/welcome/changelog.xml Log: Added UTF-8 patch to Pine Modified: trunk/BOOK/basicnet/mailnews/pine.xml =================================================================== --- trunk/BOOK/basicnet/mailnews/pine.xml 2006-05-16 18:12:42 UTC (rev 6092) +++ trunk/BOOK/basicnet/mailnews/pine.xml 2006-05-16 19:54:46 UTC (rev 6093) @@ -8,8 +8,8 @@ <!ENTITY pine-download-ftp "ftp://ftp.cac.washington.edu/pine/pine&pine-version;.tar.bz2"> <!ENTITY pine-md5sum "39ca07b3d305b4cd0d6aaf4585123275"> <!ENTITY pine-size "3.0 MB"> - <!ENTITY pine-buildsize "60 MB"> - <!ENTITY pine-time "0.5 SBU"> + <!ENTITY pine-buildsize "64 MB"> + <!ENTITY pine-time "0.6 SBU"> ]> <sect1 id="pine" xreflabel="Pine-&pine-version;"> @@ -60,15 +60,13 @@ </listitem> </itemizedlist> - <!-- <bridgehead renderas="sect3">Additional Downloads</bridgehead> <itemizedlist spacing='compact'> <listitem> <para>Recommended Patch: <ulink - url="&patch-root;/pine-&pine-version;-fhs-1.patch"/></para> + url="&patch-root;/pine-&pine-version;-utf8-1.patch"/></para> </listitem> </itemizedlist> - --> <bridgehead renderas="sect3">Pine Dependencies</bridgehead> @@ -89,7 +87,8 @@ <para>Install <application>Pine</application> by running the following commands:</para> -<screen><userinput>sed -i "s@/usr/local/lib/pine@/etc/[EMAIL PROTECTED]" \ +<screen><userinput>patch -Np1 -i ../pine-&pine-version;-utf8-1.patch && +sed -i "s@/usr/local/lib/pine@/etc/[EMAIL PROTECTED]" \ $(grep -lr /usr/local/lib/pine *) && ./build DEBUG=-O MAILSPOOL=/var/mail \ SSLDIR=/usr SSLCERTS=/etc/ssl/certs slx</userinput></screen> @@ -109,6 +108,9 @@ <sect2 role="commands"> <title>Command Explanations</title> + <para><command>patch -Np1 -i ../pine-&pine-version;-utf8-1.patch</command>: + This patch enables Pine UTF-8 and charset conversion.</para> + <para><command>sed -i "s@/usr/ ... /lib/pine *)</command>: This <command>sed</command> will make <application>Pine</application> use <filename class="directory">/etc</filename> for configuration files. It also alters Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2006-05-16 18:12:42 UTC (rev 6092) +++ trunk/BOOK/introduction/welcome/changelog.xml 2006-05-16 19:54:46 UTC (rev 6093) @@ -45,6 +45,9 @@ <para>May 16th, 2006</para> <itemizedlist> <listitem> + <para>[bdubbs] - Added UTF-8 patch to Pine.</para> + </listitem> + <listitem> <para>[randy] - Added documentation installation commands to the popt instructions.</para> </listitem> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
