Changeset f84e380


Ignore:
Timestamp:
06/17/2005 04:47:03 PM (19 years ago)
Author:
David Jensen <djensen@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.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:
f00d92ee
Parents:
f09699d
Message:

update to Pine-4.63

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • basicnet/mailnews/pine.xml

    rf09699d rf84e380  
    77  <!ENTITY pine-download-http "http://mirror.sit.wisc.edu/pub/net/mail/pine/pine&pine-version;.tar.bz2">
    88  <!ENTITY pine-download-ftp  "ftp://ftp.fu-berlin.de/unix/linux/mirrors/gentoo/distfiles/pine&pine-version;.tar.bz2">
    9   <!ENTITY pine-md5sum        "aece91c8a857605994829ffa91d98c9f">
    10   <!ENTITY pine-size          "2.9 MB">
    11   <!ENTITY pine-buildsize     "50 MB">
    12   <!ENTITY pine-time          "0.95 SBU">
     9  <!ENTITY pine-md5sum        "e881f439f38039b310d22554ab08feb4">
     10  <!ENTITY pine-size          "3.0 MB">
     11  <!ENTITY pine-buildsize     "57 MB">
     12  <!ENTITY pine-time          "0.5 SBU">
    1313]>
    1414
     
    6161      <listitem>
    6262        <para>Recommended Patch: <ulink
    63         url="&patch-root;/pine-&pine-version;-fhs-3.patch"/></para>
     63        url="&patch-root;/pine-&pine-version;-fhs-1.patch"/></para>
    6464      </listitem>
    6565    </itemizedlist>
     
    8383<screen><userinput>patch -Np1 -i ../pine-&pine-version;-fhs-3.patch &amp;&amp;
    8484./build DEBUG=-O MAILSPOOL=/var/mail \
    85     SSLDIR=/usr SSLCERTS=/etc/ssl/certs slx &amp;&amp;
    86 cp -v doc/*.1 /usr/share/man/man1 &amp;&amp;
     85    SSLDIR=/usr SSLCERTS=/etc/ssl/certs slx</userinput></screen>
     86
     87    <para>This package does not come with a test suite.</para>
     88
     89    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     90
     91<screen role='root'><userinput>cp -v doc/*.1 /usr/share/man/man1 &amp;&amp;
    8792cd bin &amp;&amp;
    8893install -v -m755 pine imapd ipop2d ipop3d mailutil mtest pico \
     
    9499    <title>Command Explanations</title>
    95100
    96     <para><command>patch -Np1 -i ../pine-&pine-version;-fhs.patch</command>: This
     101    <para><command>patch -Np1 -i ../pine-&pine-version;-fhs-x.patch</command>: This
    97102    patch will make <application>Pine</application> use <filename
    98103    class="directory">/etc</filename> for configuration files.</para>
     
    160165        <seg>imapd, ipop2d, ipop3d, mtest, pico, pilot, pine, rpdump, and rpload</seg>
    161166        <seg>None</seg>
    162         <seg>Not determined at this time</seg>
     167        <seg>None</seg>
    163168      </seglistitem>
    164169    </segmentedlist>
  • general.ent

    rf09699d rf84e380  
    238238<!ENTITY fetchmail-version            "6.2.5">
    239239<!ENTITY mutt-version                 "1.4.2.1i">
    240 <!ENTITY pine-version                 "4.60">
     240<!ENTITY pine-version                 "4.63">
    241241<!ENTITY slrn-version                 "0.9.8.1">
    242242
  • introduction/welcome/changelog.xml

    rf09699d rf84e380  
    2424
    2525  <itemizedlist>
     26
     27    <listitem>
     28      <para>June 17th, 2005 [djensen]: Updated to Pine-4.63.
     29      Separated root/user.</para>
     30    </listitem>
    2631
    2732    <listitem>
Note: See TracChangeset for help on using the changeset viewer.