Changeset b88be39 for general/sysutils


Ignore:
Timestamp:
10/31/2011 07:38:44 PM (12 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
afc3f45
Parents:
1365d551
Message:

Update to cmake-2.8.6.
Update to curl-7.22.0.
Updated to libarchive-2.8.5.
Reset all python references to python2.

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

Location:
general/sysutils
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/cmake.xml

    r1365d551 rb88be39  
    77  <!ENTITY cmake-download-http "http://www.cmake.org/files/v2.8/cmake-&cmake-version;.tar.gz">
    88  <!ENTITY cmake-download-ftp  " ">
    9   <!ENTITY cmake-md5sum        "a76a44b93acf5e3badda9de111385921">
     9  <!ENTITY cmake-md5sum        "2147da452fd9212bb9b4542a9eee9d5b">
    1010  <!ENTITY cmake-size          "5.3 MB">
    11   <!ENTITY cmake-buildsize     "132 MB">
    12   <!ENTITY cmake-time          "1.3 SBU">
     11  <!ENTITY cmake-buildsize     "303 MB (including tests)">
     12  <!ENTITY cmake-time          "4.1 SBU (including 2.5 SBU test time)">
    1313]>
    1414
     
    5858    </itemizedlist>
    5959
    60 <!--
    61     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    62     <itemizedlist spacing='compact'>
    63       <listitem>
    64         <para>Required patch: <ulink
    65         url="&patch-root;/cmake-&cmake-version;-fixes-1.patch"/></para>
    66       </listitem>
    67     </itemizedlist>
    68 -->
    69 
    7060    <bridgehead renderas="sect3">CMake Dependencies</bridgehead>
    7161
    7262    <bridgehead renderas="sect4">Required</bridgehead>
    7363    <para role="required">
    74     <xref linkend="curl"/>,
    75     <xref linkend="libarchive"/>, and
    76     <xref linkend="expat"/>
     64      <xref linkend="curl"/>,
     65      <xref linkend="libarchive"/>, and
     66      <xref linkend="expat"/>
     67    </para>
     68
     69    <bridgehead renderas="sect4">Options</bridgehead>
     70    <para role="optional">
     71      <xref linkend="subversion"/> (for testing)
    7772    </para>
    7873
     
    8883    commands:</para>
    8984
    90 <screen><userinput>./bootstrap --prefix=/usr \
    91             --system-libs \
     85<screen><userinput>./bootstrap --prefix=/usr       \
     86            --system-libs       \
    9287            --mandir=/share/man \
    9388            --docdir=/share/doc/cmake-&cmake-version; &amp;&amp;
    9489make</userinput></screen>
     90
     91    <para>To test the results, issue: <userinput>make test</userinput>.
     92    The SVN test may fail.</para>
    9593
    9694    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
  • general/sysutils/libarchive.xml

    r1365d551 rb88be39  
    77  <!ENTITY libarchive-download-http "http://libarchive.googlecode.com/files/libarchive-&libarchive-version;.tar.gz">
    88  <!ENTITY libarchive-download-ftp  " ">
    9   <!ENTITY libarchive-md5sum        "83b237a542f27969a8d68ac217dc3796">
    10   <!ENTITY libarchive-size          "1.5 MB">
    11   <!ENTITY libarchive-buildsize     "18 MB">
    12   <!ENTITY libarchive-time          "0.2 SBU">
     9  <!ENTITY libarchive-md5sum        "9caf51dcf6213e9c9f5a1c27448b9c90">
     10  <!ENTITY libarchive-size          "1.4 MB">
     11  <!ENTITY libarchive-buildsize     "25 MB">
     12  <!ENTITY libarchive-time          "0.3 SBU">
    1313]>
    1414
     
    3333    reading/writing various compression formats.</para>
    3434
    35     &lfs67_checked;
     35    &lfs70_checked;
    3636
    3737    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    8888make</userinput></screen>
    8989
     90    <para>To test the results, issue: <userinput>make check</userinput>.</para>
     91
    9092    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    9193
Note: See TracChangeset for help on using the changeset viewer.