Changeset e5347c36


Ignore:
Timestamp:
10/14/2013 03:37:05 PM (11 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.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:
ecfa240
Parents:
5295c4d
Message:

Update to dbus-1.6.16.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r5295c4d re5347c36  
    332332<!ENTITY colord-version               "1.0.3">    <!-- Even minors only -->
    333333<!ENTITY cpio-version                 "2.11">
    334 <!ENTITY dbus-version                 "1.6.14">   <!-- Even minors only -->
     334<!ENTITY dbus-version                 "1.6.16">   <!-- Even minors only -->
    335335<!ENTITY eject-version                "2.1.5">
    336336<!ENTITY fcron-version                "3.1.2">
  • general/sysutils/dbus.xml

    r5295c4d re5347c36  
    77  <!ENTITY dbus-download-http "http://dbus.freedesktop.org/releases/dbus/dbus-&dbus-version;.tar.gz">
    88  <!ENTITY dbus-download-ftp  " ">
    9   <!ENTITY dbus-md5sum        "1c22aebdf952e92908800f1ec2aeb0c4">
     9  <!ENTITY dbus-md5sum        "1de63d9983d7785836ffae6c2181c698">
    1010  <!ENTITY dbus-size          "1.9 MB">
    11   <!ENTITY dbus-buildsize     "108 MB">
    12   <!ENTITY dbus-time          "0.3 SBU">
     11  <!ENTITY dbus-buildsize     "86 MB (plus 26 MB installed)">
     12  <!ENTITY dbus-time          "0.35 SBU">
    1313]>
    1414
     
    170170    </para>
    171171
    172 <screen><userinput>make distclean                              &amp;&amp;
    173 ./configure --enable-tests --enable-asserts &amp;&amp;
    174 make                                        &amp;&amp;
    175 make check                                  &amp;&amp;
     172<!-- Replaced this: ./configure \-\-enable-tests \-\-enable-asserts &amp;&amp;-->
     173<screen><userinput>make distclean                                                 &amp;&amp;
     174sed -i -e 's:run-test.sh:$(NULL):g' test/name-test/Makefile.in &amp;&amp;
     175./configure --enable-embedded-tests --enable-asserts           &amp;&amp;
     176make                                                           &amp;&amp;
     177make check                                                     &amp;&amp;
    176178make distclean</userinput></screen>
    177179
     
    189191
    190192    <para>
     193      <command>sed -i -e 's:run-test.sh:$(NULL):g'</command>: Disable a test
     194      that fails.
     195    </para>
     196
     197    <para>
    191198      <parameter>--with-console-auth-dir=/run/console/</parameter>: This
    192199      parameter specifies location of the
     
    195202
    196203    <para>
    197       <option>--without-systemdsystemunitdir</option>: This switch prevents
    198       installation of systemd unit files.
    199     </para>
    200 
    201     <para>
    202       <option>--disable-systemd</option>: This switch disables systemd
     204      <parameter>--without-systemdsystemunitdir</parameter>: This switch
     205      prevents installation of systemd unit files.
     206    </para>
     207
     208    <para>
     209      <parameter>--disable-systemd</parameter>: This switch disables systemd
    203210      support in <application>D-Bus</application>
    204211    </para>
     
    208215
    209216    <para>
    210       <option>--enable-tests</option>: Build extra parts of the code to support
    211       testing. Configure will end with a NOTE warning about this.
    212     </para>
    213 
    214     <para>
    215       <option>--enable-asserts</option>: Enable debugging code to run assertions for
    216       statements normally assumed to be true. This prevents a warning that
    217       '<parameter>--enable-tests</parameter>' on its own is only useful for profiling
    218       and might not give true results for all tests, but adds its own NOTE that this
    219       should not be used in a production build.
     217      <parameter>--enable-tests</parameter>: Build extra parts of the code to
     218      support testing. Configure will end with a NOTE warning about this.
     219    </para>
     220
     221    <para>
     222      <parameter>--enable-asserts</parameter>: Enable debugging code to run
     223      assertions for statements normally assumed to be true. This prevents a
     224      warning that '<parameter>--enable-tests</parameter>' on its own is only
     225      useful for profiling and might not give true results for all tests, but
     226      adds its own NOTE that this should not be used in a production build.
    220227    </para>
    221228
  • introduction/welcome/changelog.xml

    r5295c4d re5347c36  
    4848      <itemizedlist>
    4949        <listitem>
     50          <para>[fernando] - Update to dbus-1.6.16. Fixes
     51          <ulink url="&blfs-ticket-root;4164">#4164</ulink>.</para>
     52        </listitem>
     53        <listitem>
    5054          <para>[igor] - Update to ffmpeg-2.0.2. Fixes
    5155          <ulink url="&blfs-ticket-root;4178">#4178</ulink>.</para>
Note: See TracChangeset for help on using the changeset viewer.