Changeset dcdde93 for general/prog


Ignore:
Timestamp:
05/27/2013 04:58:28 PM (11 years ago)
Author:
Krejzi <krejzi@…>
Branches:
systemd-11177
Children:
13e0a61
Parents:
a0dad2bf
Message:

Sync systemd branch.

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

Location:
general/prog
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • general/prog/cmake.xml

    ra0dad2bf rdcdde93  
    77  <!ENTITY cmake-download-http "http://www.cmake.org/files/v&cmake-major-version;/cmake-&cmake-version;.tar.gz">
    88  <!ENTITY cmake-download-ftp  " ">
    9   <!ENTITY cmake-md5sum        "097278785da7182ec0aea8769d06860c">
    10   <!ENTITY cmake-size          "5.6 MB">
    11   <!ENTITY cmake-buildsize     "255 MB (including tests)">
     9  <!ENTITY cmake-md5sum        "be6008f2299613d23fe82ab53ef7472e">
     10  <!ENTITY cmake-size          "5.7 MB">
     11  <!ENTITY cmake-buildsize     "275 MB (including tests)">
    1212  <!ENTITY cmake-time          "1.9 SBU (additional 3.1 SBU for the test suite)">
    1313]>
     
    3939    </para>
    4040
    41     &lfs72_checked;
     41    &lfs73_checked;
    4242
    4343    <bridgehead renderas="sect3">Package Information</bridgehead>
  • general/prog/doxygen.xml

    ra0dad2bf rdcdde93  
    77  <!ENTITY doxygen-download-http "http://ftp.stack.nl/pub/doxygen/doxygen-&doxygen-version;.src.tar.gz">
    88  <!ENTITY doxygen-download-ftp  "ftp://ftp.stack.nl/pub/doxygen/doxygen-&doxygen-version;.src.tar.gz">
    9   <!ENTITY doxygen-md5sum        "31b0aaab51c5cab7db9f0ebbe9f85530">
    10   <!ENTITY doxygen-size          "6.0 MB">
    11   <!ENTITY doxygen-buildsize     "86 MB">
     9  <!ENTITY doxygen-md5sum        "5f460b91c0d8c34a76173cf22015c2fc">
     10  <!ENTITY doxygen-size          "6.2 MB">
     11  <!ENTITY doxygen-buildsize     "90 MB">
    1212  <!ENTITY doxygen-time          "1.4 SBU (includes building the GUI frontend and all docs)">
    1313]>
  • general/prog/python2.xml

    ra0dad2bf rdcdde93  
    1010  <!ENTITY python2-md5sum        "5eea8462f69ab1369d32f9c4cd6272ab">
    1111  <!ENTITY python2-size          "9.8 MB">
    12   <!ENTITY python2-buildsize     "235 MB (not including the test suite)">
    13   <!ENTITY python2-time          "1.0 SBU (not including the test suite)">
     12  <!ENTITY python2-buildsize     "235 MB">
     13  <!ENTITY python2-time          "1.0 SBU">
    1414
    1515  <!ENTITY python2htmldoc-download-http
     
    160160    </para>
    161161
    162 <screen role="root"><userinput>install -v -m755 -d /usr/share/doc/python-&python2-version; &amp;&amp;
     162<screen role="root"><userinput>install -v -dm755 /usr/share/doc/python-&python2-version; &amp;&amp;
    163163tar --strip-components=1 -C /usr/share/doc/python-&python2-version; \
    164164    -xvf ../python-&python2-version;-docs-html.tar.bz2                      &amp;&amp;
  • general/prog/python3.xml

    ra0dad2bf rdcdde93  
    88           "http://www.python.org/ftp/python/&python3-version;/Python-&python3-version;.tar.xz">
    99  <!ENTITY python3-download-ftp  " ">
    10   <!ENTITY python3-md5sum        "993232d9f4d9b4863cc1ec69a792e9cd">
     10  <!ENTITY python3-md5sum        "c94b78ea3b68a9bbc9906af4d5b4fdc7">
    1111  <!ENTITY python3-size          "12 MB">
    12   <!ENTITY python3-buildsize     "260 MB (not including the testsuite)">
    13   <!ENTITY python3-time          "1.2 SBU (not including the testsuite)">
     12  <!ENTITY python3-buildsize     "260 MB">
     13  <!ENTITY python3-time          "0.9 SBU">
    1414
    1515  <!ENTITY python3htmldoc-download-http
    1616           "http://docs.python.org/ftp/python/doc/&python3-version;/python-&python3-version;-docs-html.tar.bz2">
    17   <!ENTITY python3htmldoc-md5sum        "e730def6cc4d6dddb076aae82661b6d6">
    18   <!ENTITY python3htmldoc-size          "4.6 MB">
     17  <!ENTITY python3htmldoc-md5sum        "b5eee2b290338fb08c1512bfc79bb999">
     18  <!ENTITY python3htmldoc-size          "4.7 MB">
    1919]>
    2020
     
    134134    </para>
    135135
    136 <screen><userinput>sed "s@\"\$CFLAGS -Werror\"@\"\$CFLAGS -Werror -Wformat\"@g" -i configure &amp;&amp;
    137 ./configure --prefix=/usr       \
     136<screen><userinput>./configure --prefix=/usr       \
    138137            --enable-shared     \
    139138            --with-system-expat \
     
    159158    </para>
    160159
    161 <screen role="root"><userinput>install -v -m755 -d /usr/share/doc/python-&python3-version;/html &amp;&amp;
     160<screen role="root"><userinput>install -v -dm755 /usr/share/doc/python-&python3-version;/html &amp;&amp;
    162161tar --strip-components=1 \
    163162    --no-same-owner \
     
    170169  <sect2 role="commands">
    171170    <title>Command Explanations</title>
    172 
    173     <para>
    174       <command>sed "s@\"\$CFLAGS -Werror\"@\"\$CFLAGS -Werror -Wformat\"@g"
    175       -i configure</command>: Fixes building with
    176       <application>GCC</application> 4.8.
    177     </para>
    178171
    179172    <para>
  • general/prog/ruby.xml

    ra0dad2bf rdcdde93  
    77  <!ENTITY ruby-download-http " ">
    88  <!ENTITY ruby-download-ftp  "ftp://ftp.ruby-lang.org/pub/ruby/1.9/ruby-&ruby-version;.tar.bz2">
    9   <!ENTITY ruby-md5sum        "a810d64e2255179d2f334eb61fb8519c">
     9  <!ENTITY ruby-md5sum        "c2b2de5ef15ea9b1aaa3152f9112af1b">
    1010  <!ENTITY ruby-size          "9.6 MB">
    11   <!ENTITY ruby-buildsize     "940 MB">
     11  <!ENTITY ruby-buildsize     "890 MB">
    1212  <!ENTITY ruby-time          "4.0 SBU">
    1313]>
     
    3636    </para>
    3737
    38     &lfs72_checked;
     38    &lfs73_checked;
    3939
    4040    <bridgehead renderas="sect3">Package Information</bridgehead>
  • general/prog/subversion.xml

    ra0dad2bf rdcdde93  
    9393      <xref linkend="apr-util"/> and
    9494      <xref linkend="neon"/> or
    95       <ulink url="http://code.google.com/p/serf/">serf</ulink>.
     95      <ulink url="http://code.google.com/p/serf/">serf</ulink>
    9696    </para>
    9797
     
    111111      <xref linkend="dbus-glib"/>,
    112112      <xref linkend="gnome-keyring"/>,
    113       KWallet from KDE and
    114       <xref linkend="apache"/>.
     113      <xref linkend="kdelibs"/> (for <ulink url="http://utils.kde.org/projects/kwalletmanager/">KWallet</ulink> support) and
     114      <xref linkend="apache"/>
    115115    </para>
    116116
     
    126126    <para role="optional">
    127127      <ulink url="http://www.swig.org">SWIG</ulink> and
    128       <xref linkend="python2"/>.
     128      <xref linkend="python2"/>
    129129    </para>
    130130
     
    171171    </para>
    172172
    173 <screen><userinput>sed -i 's#Makefile.PL.in$#&amp; libsvn_swig_perl#' Makefile.in &amp;&amp;</userinput></screen>
     173<screen><userinput>sed -i 's#Makefile.PL.in$#&amp; libsvn_swig_perl#' Makefile.in</userinput></screen>
    174174
    175175    <para>
     
    245245    <title>Command Explanations</title>
    246246
    247     <para>
    248       <option>--disable-static</option>: This stops it installing static
    249       versions of the libraries.
    250     </para>
     247    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     248      href="../../xincludes/static-libraries.xml"/>
    251249
    252250<!--    <para>
Note: See TracChangeset for help on using the changeset viewer.