Changeset 9700831f for basicnet


Ignore:
Timestamp:
05/16/2006 07:54:46 PM (18 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
7e1170ea
Parents:
0d35663
Message:

Added UTF-8 patch to Pine

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6093 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • basicnet/mailnews/pine.xml

    r0d35663 r9700831f  
    99  <!ENTITY pine-md5sum        "39ca07b3d305b4cd0d6aaf4585123275">
    1010  <!ENTITY pine-size          "3.0 MB">
    11   <!ENTITY pine-buildsize     "60 MB">
    12   <!ENTITY pine-time          "0.5 SBU">
     11  <!ENTITY pine-buildsize     "64 MB">
     12  <!ENTITY pine-time          "0.6 SBU">
    1313]>
    1414
     
    6161    </itemizedlist>
    6262
    63     <!--
    6463    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    6564    <itemizedlist spacing='compact'>
    6665      <listitem>
    6766        <para>Recommended Patch: <ulink
    68         url="&patch-root;/pine-&pine-version;-fhs-1.patch"/></para>
     67        url="&patch-root;/pine-&pine-version;-utf8-1.patch"/></para>
    6968      </listitem>
    7069    </itemizedlist>
    71     -->
    7270
    7371    <bridgehead renderas="sect3">Pine Dependencies</bridgehead>
     
    9088    commands:</para>
    9189
    92 <screen><userinput>sed -i "s@/usr/local/lib/pine@/etc/pine@g" \
     90<screen><userinput>patch -Np1 -i ../pine-&pine-version;-utf8-1.patch &amp;&amp;
     91sed -i "s@/usr/local/lib/pine@/etc/pine@g" \
    9392    $(grep -lr /usr/local/lib/pine *) &amp;&amp;
    9493./build DEBUG=-O MAILSPOOL=/var/mail \
     
    109108  <sect2 role="commands">
    110109    <title>Command Explanations</title>
     110
     111    <para><command>patch -Np1 -i ../pine-&pine-version;-utf8-1.patch</command>:
     112    This patch enables Pine UTF-8 and charset conversion.</para>
    111113
    112114    <para><command>sed -i "s@/usr/ ... /lib/pine *)</command>: This
Note: See TracChangeset for help on using the changeset viewer.