Ignore:
Timestamp:
08/01/2015 04:26:22 AM (9 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
systemd-13485
Children:
ad6910d
Parents:
4a83293
Message:

Import back into SVN from Github

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@16309 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/mailnews/mailx.xml

    r4a83293 rac38e9dc  
    55  %general-entities;
    66
    7   <!ENTITY mailx-download-http "&sourceforge-repo;/heirloom/mailx-&mailx-version;.tar.bz2">
    8   <!ENTITY mailx-download-ftp  " ">
    9   <!ENTITY mailx-md5sum        "0c93759e34200eb56a0e7c464680a54a">
    10   <!ENTITY mailx-size          "265 KB">
    11   <!ENTITY mailx-buildsize     "3.6 MB">
     7  <!-- upstream is apparently still using CVS at sourceforge,
     8  but not making tarballs.  fedora have a script using CVS, but
     9  debian keep a tarball -->
     10  <!ENTITY mailx-download-http "http://ftp.debian.org/debian/pool/main/h/heirloom-mailx/heirloom-mailx_&mailx-version;.orig.tar.gz">
     11  <!ENTITY mailx-download-ftp "ftp://ftp.debian.org/debian/pool/main/h/heirloom-mailx/heirloom-mailx_&mailx-version;.orig.tar.gz">
     12  <!ENTITY mailx-md5sum        "29a6033ef1412824d02eb9d9213cb1f2">
     13  <!ENTITY mailx-size          "317 KB">
     14  <!ENTITY mailx-buildsize     "3.2 MB">
    1215  <!ENTITY mailx-time          "less than 0.1 SBU">
    1316]>
     
    3942    especially useful for writing scripts and batch processing.</para>
    4043
    41     &lfs76_checked;
     44    &lfs77_checked;
    4245
    4346    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    6669      <listitem>
    6770        <para>Required patch: <ulink
    68         url="&patch-root;/mailx-&mailx-version;-openssl_1.0.0_build_fix-1.patch"/>
    69         (if you intend to link this package against
    70         <application>openssl</application>)</para>
     71        url="&patch-root;/heirloom-mailx-&mailx-version;-fixes-1.patch"/>
     72        </para>
    7173      </listitem>
    7274    </itemizedlist>
     
    8991    <title>Installation of Heirloom mailx</title>
    9092
     93   <!-- see r12697 for explanation, and still used by fedora even though it often
     94    does work with a parallel make -->
    9195    <note>
    9296      <para>
     
    98102    following commands.</para>
    99103
    100 <screen><userinput>patch -Np1 -i ../mailx-&mailx-version;-openssl_1.0.0_build_fix-1.patch &amp;&amp;
     104<screen><userinput>patch -Np1 -i ../heirloom-mailx-&mailx-version;-fixes-1.patch &amp;&amp;
    101105make SENDMAIL=/usr/sbin/sendmail -j1</userinput></screen>
    102106
     
    108112ln -v -sf mailx /usr/bin/mail &amp;&amp;
    109113ln -v -sf mailx /usr/bin/nail &amp;&amp;
    110 install -v -m755 -d /usr/share/doc/mailx-&mailx-version; &amp;&amp;
    111 install -v -m644 README mailx.1.html /usr/share/doc/mailx-&mailx-version;</userinput></screen>
     114install -v -m755 -d /usr/share/doc/heirloom-mailx-&mailx-version; &amp;&amp;
     115install -v -m644 README /usr/share/doc/heirloom-mailx-&mailx-version;</userinput></screen>
    112116
    113117  </sect2>
Note: See TracChangeset for help on using the changeset viewer.