Changeset 71952e0


Ignore:
Timestamp:
08/07/2014 03:26:59 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
systemd-11177
Children:
f921a51
Parents:
58fb69a
Message:

Merged trunk.

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

Files:
16 edited

Legend:

Unmodified
Added
Removed
  • book/organization.xml

    r58fb69a r71952e0  
    6767  <bridgehead renderas="sect2">Part IX - Xfce</bridgehead>
    6868
    69   <para><application>Xfce</application> is an lightweight alternative to
     69  <para><application>Xfce</application> is a lightweight alternative to
    7070  <application>GNOME</application> and <application>KDE</application>.
    7171  </para>
  • general.ent

    r58fb69a r71952e0  
    136136                               can be installed on the same system.</para></note>">
    137137
     138
     139<!-- Problem with some packages introduced by a given dependency version -->
     140<!ENTITY gcc-490                        "gcc-4.9.0">
     141
     142
     143
    138144<!ENTITY % package-entities SYSTEM      "packages.ent">
    139145%package-entities;
  • general/prog/gcc.xml

    r58fb69a r71952e0  
    127127    bootstrap anyways, add <parameter>--disable-bootstrap</parameter> to the
    128128    <command>./configure</command> options below.</para>
     129
     130    <para>As in LFS, fix a problem identified upstream:</para>
     131
     132<screen><userinput>sed -i 's/if \((code.*))\)/if (\1 \&amp;\&amp; \!DEBUG_INSN_P (insn))/' gcc/sched-deps.c</userinput></screen>
    129133
    130134    <para>Install <application>GCC</application> by running the
  • gnome-systemd/applications/gnome-screenshot.xml

    r58fb69a r71952e0  
    3333
    3434    <para>
    35       The <application>GNOME Screenshot</application> is an utility used
    36       for taking screenshots of the entire screen, a window or an user-
     35      The <application>GNOME Screenshot</application> is a utility used
     36      for taking screenshots of the entire screen, a window or a user-
    3737      defined area of the screen, with optional beautifying border effects.
    3838    </para>
     
    139139        <listitem>
    140140          <para>
    141             is used to capture the screen, a window, or an user-defined
     141            is used to capture the screen, a window, or a user-defined
    142142            area and save the snapshot image to a file.
    143143          </para>
  • gnome/applications/gnome-screenshot.xml

    r58fb69a r71952e0  
    3333
    3434    <para>
    35       The <application>GNOME Screenshot</application> is an utility used
    36       for taking screenshots of the entire screen, a window or an user-
     35      The <application>GNOME Screenshot</application> is a utility used
     36      for taking screenshots of the entire screen, a window or a user-
    3737      defined area of the screen, with optional beautifying border effects.
    3838    </para>
     
    139139        <listitem>
    140140          <para>
    141             is used to capture the screen, a window, or an user-defined
     141            is used to capture the screen, a window, or a user-defined
    142142            area and save the snapshot image to a file.
    143143          </para>
  • introduction/welcome/changelog.xml

    r58fb69a r71952e0  
    4646
    4747    <listitem>
     48      <para>August 7th, 2014</para>
     49      <itemizedlist>
     50        <listitem>
     51          <para>[igor] - Update to qemu-2.1.0. Fixes
     52          <ulink url="&blfs-ticket-root;5318">#5318</ulink>.</para>
     53        </listitem>
     54      </itemizedlist>
     55    </listitem>
     56
     57    <listitem>
    4858      <para>August 6th, 2014</para>
    4959      <itemizedlist>
     60        <listitem>
     61          <para>[fernando] - Create a standard for packages with problems
     62          introduced by gcc-4.9.0. Modified: mdadm-3.3.1,
     63          gst-plugins-base-0.10.36, LAME-3.99.5 and LibreOffice-4.2.5.
     64          Thanks Christopher G., from systemd branch, for pointing that out,
     65          and Akhiezer and Armin K. for discussions.</para>
     66        </listitem>
     67        <listitem>
     68          <para>[fernando] - Exim-4.83: fix exim daemon version in
     69          'Short Descriptions'. Thanks Denis M.</para>
     70        </listitem>
     71        <listitem>
     72          <para>[fernando] - GCC-4.9.1: as in LFS, use sed to fix a problem
     73          identified upstream.</para>
     74        </listitem>
     75        <listitem>
     76          <para>[fernando] - FLTK-1.3.2: fix output of fltk-config --version.
     77          Thanks Jeremy H.</para>
     78        </listitem>
    5079        <listitem>
    5180          <para>[igor] - Update to libxcb-1.11. Fixes
  • multimedia/audioutils/lame.xml

    r58fb69a r71952e0  
    9191
    9292    <para>
    93       First, if you are using i686 and gcc-4.9.0, fix a compile problem:
     93      First, if you are using i686, fix a compile problem inroduced by
     94      <application>&gcc-490;</application>:
    9495    </para>
    9596
  • multimedia/libdriv/gst-plugins-base-systemd.xml

    r58fb69a r71952e0  
    146146
    147147    <para>
    148       First, if you are using i686 and gcc-4.9.0, fix a compile problem:
     148      First, if you are using i686, fix a compile problem inroduced by
     149      <application>&gcc-490;</application>:
    149150    </para>
    150151
  • packages.ent

    r58fb69a r71952e0  
    6262
    6363<!-- Chapter 8 Virtualization -->
    64 <!ENTITY qemu-version                 "2.0.0">
     64<!ENTITY qemu-version                 "2.1.0">
    6565
    6666<!-- Part III -->
  • postlfs/filesystems/mdadm.xml

    r58fb69a r71952e0  
    9090
    9191    <para>
    92       First, fix a problem with gcc-4.9.0:
     92      First, fix a problem inroduced by <application>&gcc-490;</application>:
    9393    </para>
    9494
  • postlfs/virtualization/qemu-systemd.xml

    r58fb69a r71952e0  
    77  <!ENTITY qemu-download-http "http://wiki.qemu.org/download/qemu-&qemu-version;.tar.bz2">
    88  <!ENTITY qemu-download-ftp  " ">
    9   <!ENTITY qemu-md5sum        "2790f44fd76da5de5024b4aafeb594c2">
    10   <!ENTITY qemu-size          "12.3 MB">
    11   <!ENTITY qemu-buildsize     "205 MB">
    12   <!ENTITY qemu-time          "1.8 SBU">
     9  <!ENTITY qemu-md5sum        "6726977292b448cbc7f89998fac6983b">
     10  <!ENTITY qemu-size          "23 MB">
     11  <!ENTITY qemu-buildsize     "287 MB">
     12  <!ENTITY qemu-time          "1.4 SBU">
    1313]>
    1414
     
    6363    <para role="required">
    6464      <xref linkend="glib2"/>,
    65       <xref linkend="python2"/>,
    66       <xref linkend="sdl"/>, and
     65      <xref linkend="python2"/>, and
    6766      <xref linkend="x-window-system"/>
     67    </para>
     68
     69    <bridgehead renderas="sect4">Recommended</bridgehead>
     70    <para role="recommended">
     71      <xref linkend="sdl"/>
    6872    </para>
    6973
  • server/mail/exim-systemd.xml

    r58fb69a r71952e0  
    1111  <!ENTITY exim-buildsize       "17 MB">
    1212  <!ENTITY exim-time            "0.2 SBU">
     13
     14
     15
     16  <!ENTITY exim-daemon-version  "&exim-version;-3">
    1317]>
    1418
     
    309313
    310314      <seglistitem>
    311         <seg>exicyclog, exigrep, exim, exim-4.83-3, exim_checkaccess,
     315        <seg>exicyclog, exigrep, exim, exim-&exim-daemon-version;, exim_checkaccess,
    312316        exim_dbmbuild, exim_dumpdb, exim_fixdb, exim_lock, exim_tidydb,
    313317        eximstats, exinext, exipick, exiqgrep, exiqsumm, exiwhat, and
     
    346350        <term><command>exim</command></term>
    347351        <listitem>
    348           <para>is a symlink to the <command>exim-4.82_1-5b7a7c0-XX-3</command>
     352          <para>is a symlink to the <command>exim-&exim-daemon-version;</command>
    349353          MTA daemon.</para>
    350354          <indexterm zone="exim exim-prog">
     
    354358      </varlistentry>
    355359
    356       <varlistentry id="exim-4.82_1-5b7a7c0-XX-3">
    357         <term><command>exim-4.82_1-5b7a7c0-XX-3</command></term>
     360      <varlistentry id="exim-current_version">
     361        <term><command>exim-&exim-daemon-version;</command></term>
    358362        <listitem>
    359363          <para>is the <application>Exim</application> mail transport
    360364          agent daemon.</para>
    361           <indexterm zone="exim exim-4.82_1-5b7a7c0-XX-3">
    362             <primary sortas="b-exim-4.82_1-5b7a7c0-XX-3">exim-4.82_1-5b7a7c0-XX-3</primary>
     365          <indexterm zone="exim exim-current_version">
     366            <primary sortas="b-exim-&exim-daemon-version;">exim-&exim-daemon-version;</primary>
    363367          </indexterm>
    364368        </listitem>
  • x/installing/x7app.xml

    r58fb69a r71952e0  
    520520        <term><command>xinput</command></term>
    521521        <listitem>
    522           <para>is an utility to configure and test X input devices.</para>
     522          <para>is a utility to configure and test X input devices.</para>
    523523          <indexterm zone="xorg7-app xinput-x7">
    524524            <primary sortas="b-xinput">xinput</primary>
  • x/installing/x7driver-wacom.xml

    r58fb69a r71952e0  
    155155          <listitem>
    156156            <para>
    157               is an commandline utility used to query
     157              is a commandline utility used to query
    158158              and modify wacom driver settings.
    159159            </para>
  • x/lib/fltk.xml

    r58fb69a r71952e0  
    132132<screen><userinput>patch -Np1 -i ../fltk-&fltk-version;-tigervnc-1.patch     &amp;&amp;
    133133patch -Np1 -i ../fltk-&fltk-version;-dynamic_libs-1.patch &amp;&amp;
     134sed -i -e '/FL_PATCH_VERSION=/ s/1/2/' configure &amp;&amp;
    134135sed -i -e '/cat./d' documentation/Makefile       &amp;&amp;
    135136
     
    175176      <command>patch ...dynamic_libs-1.patch</command>: Allow building
    176177      dynamic libraries.
     178    </para>
     179
     180    <para>
     181      <command>sed ... configure</command>: configure: Fix output of
     182      <command>fltk-config --version</command>.
    177183    </para>
    178184
  • xsoft/office/libreoffice.xml

    r58fb69a r71952e0  
    130130      <listitem>
    131131        <para>
    132           Required patch for i686 systems with
    133           <application>gcc-4.9.0</application>:
     132          Required patch for i686 systems, in order to fix a problem inroduced
     133          by <application>&gcc-490;</application>:
    134134          <ulink url="&patch-root;/libreoffice-&libreoffice-dlversion;-gcc_4_9_0-1.patch"/>
    135135        </para>
     
    324324
    325325    <para>
    326      For i686 systems with <application>gcc-4.9.0</application>,
    327      apply the patch:
     326     For i686 systems, fix a problem inroduced by
     327     <application>&gcc-490;</application>:
    328328    </para>
    329329
Note: See TracChangeset for help on using the changeset viewer.