Changeset 73b06df for general


Ignore:
Timestamp:
12/03/2014 01:21:14 AM (9 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
08a0a19
Parents:
debf20e
Message:

Archive LXPolkit-0.1.0. Commented out references in gparted and network-manager-applet.
Update to nss-3.17.3.
Update to libgusb-0.2.3.
Update to mercurial-3.2.2.
Update to samba-4.1.14.
Update to gnome-themes-standard-3.14.2.3.
Update to xfce4-power-manager-1.4.2.
Update to thunderbird-31.3.0. Notice the removal of the option MOZ_OBJDIR=@TOPSRCDIR@, and no fix is needed anymore.

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

Location:
general
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libgusb.xml

    rdebf20e r73b06df  
    77  <!ENTITY libgusb-download-http "http://people.freedesktop.org/~hughsient/releases/libgusb-&libgusb-version;.tar.xz">
    88  <!ENTITY libgusb-download-ftp  " ">
    9   <!ENTITY libgusb-md5sum        "656edd848129ff28318bccc931abc810">
     9  <!ENTITY libgusb-md5sum        "82b9c0b3ca2d8a3220135f3eb4e88bf4">
    1010  <!ENTITY libgusb-size          "264 KB">
    1111  <!ENTITY libgusb-buildsize     "3.7 MB (additional 0.1 MB for the tests)">
  • general/prog/mercurial.xml

    rdebf20e r73b06df  
    77  <!ENTITY mercurial-download-http "http://mercurial.selenic.com/release/mercurial-&mercurial-version;.tar.gz">
    88  <!ENTITY mercurial-download-ftp  " ">
    9   <!ENTITY mercurial-md5sum        "8dd4822d5aaee25be4484583ada018c5">
     9  <!ENTITY mercurial-md5sum        "51305e11767a4c334a1e685c1f8f42b5">
    1010  <!ENTITY mercurial-size          "3.9 MB">
    11   <!ENTITY mercurial-buildsize     "45 MB (additional 260 MB for the tests and 2.3 MB for docs generation)">
    12   <!ENTITY mercurial-time          "less than 0.1 SBU (additional 9.8 SBU for tests)">
     11  <!ENTITY mercurial-buildsize     "44 MB (additional 256 MB for the tests and 2.2 MB for docs generation)">
     12  <!ENTITY mercurial-time          "less than 0.1 SBU (additional 1.9 SBU for tests, using parallelism=8)">
    1313]>
    1414
     
    109109EOF
    110110rm -rf tests/tmp &amp;&amp;
    111 TESTFLAGS="--tmpdir tmp --blacklist blacklists/failed-tests" \
     111TESTFLAGS="-j<replaceable>&lt;N&gt;</replaceable> --tmpdir tmp --blacklist blacklists/failed-tests" \
    112112make check</userinput></screen>
    113113
    114     <para>Tests may be run in parallel, just add <quote>-j$(getconf
    115     _NPROCESSORS_ONLN)</quote> to TESTFLAGS. In order to investigate a
     114    <para>where <replaceable>&lt;N&gt;</replaceable> is an integer between one
     115    and the number of processor threads, inclusive. In order to investigate a
    116116    particular apparently failing test, e.g <quote>test-parse-date.t</quote>,
    117117    issue the following commands (notice that omitting <option>--debug</option>
     
    123123popd</userinput></screen>
    124124
    125     <para>Install <application>Mercurial</application> by running
    126     the following command (as <systemitem class="username">root</systemitem>):</para>
     125    <para>Install <application>Mercurial</application> by running the following
     126    command (as <systemitem class="username">root</systemitem>):</para>
    127127
    128128<screen role="root"><userinput>make PREFIX=/usr install-bin</userinput></screen>
    129129
    130     <para>If you built the documentation, install it by running
    131     the following command (as <systemitem class="username">root</systemitem>):</para>
     130    <para>If you built the documentation, install it by running the following
     131    command (as <systemitem class="username">root</systemitem>):</para>
    132132
    133133<screen role="root"><userinput>make PREFIX=/usr install-doc</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.