mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
Added UTF-8 patch to Pine
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6093 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
0d35663ca9
commit
9700831fb9
@ -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/pine@g" \
|
||||
<screen><userinput>patch -Np1 -i ../pine-&pine-version;-utf8-1.patch &&
|
||||
sed -i "s@/usr/local/lib/pine@/etc/pine@g" \
|
||||
$(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 @@ bin/{pine,imapd,ipop2d,ipop3d,mailutil,mtest,pico,pilot,rpdump,rpload} \
|
||||
<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
|
||||
|
@ -44,6 +44,9 @@
|
||||
<listitem>
|
||||
<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>
|
||||
|
Loading…
Reference in New Issue
Block a user