Changeset c6bfee88


Ignore:
Timestamp:
08/06/2014 11:48:15 AM (10 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.6, 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, krejzi/svn, 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:
93f680d5
Parents:
e450d21
Message:

libvdpau-va-gl-0.3.4: typo. Thanks Denis M.
Exim-4.83: fix exim daemon version in 'Short Descriptions'. Thanks Denis M.
GCC-4.9.1: as in LFS, use sed to fix a problem identified upstream.
FLTK-1.3.2: fix output of fltk-config --version. Thanks Jeremy H.

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • general/prog/gcc.xml

    re450d21 rc6bfee88  
    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
  • introduction/welcome/changelog.xml

    re450d21 rc6bfee88  
    4848      <para>August 6th, 2014</para>
    4949      <itemizedlist>
     50        <listitem>
     51          <para>[fernando] - Exim-4.83: fix exim daemon version in
     52          'Short Descriptions'. Thanks Denis M.</para>
     53        </listitem>
     54        <listitem>
     55          <para>[fernando] - GCC-4.9.1: as in LFS, use sed to fix a problem
     56          identified upstream.</para>
     57        </listitem>
     58        <listitem>
     59          <para>[fernando] - FLTK-1.3.2: fix output of fltk-config --version.
     60          Thanks Jeremy H.</para>
     61        </listitem>
    5062        <listitem>
    5163          <para>[igor] - Update to libxcb-1.11. Fixes
  • server/mail/exim.xml

    re450d21 rc6bfee88  
    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
     
    313317
    314318      <seglistitem>
    315         <seg>exicyclog, exigrep, exim, exim-4.83-3, exim_checkaccess,
     319        <seg>exicyclog, exigrep, exim, exim-&exim-daemon-version;, exim_checkaccess,
    316320        exim_dbmbuild, exim_dumpdb, exim_fixdb, exim_lock, exim_tidydb,
    317321        eximstats, exinext, exipick, exiqgrep, exiqsumm, exiwhat, and
     
    350354        <term><command>exim</command></term>
    351355        <listitem>
    352           <para>is a symlink to the <command>exim-4.82_1-5b7a7c0-XX-3</command>
     356          <para>is a symlink to the <command>exim-&exim-daemon-version;</command>
    353357          MTA daemon.</para>
    354358          <indexterm zone="exim exim-prog">
     
    358362      </varlistentry>
    359363
    360       <varlistentry id="exim-4.82_1-5b7a7c0-XX-3">
    361         <term><command>exim-4.82_1-5b7a7c0-XX-3</command></term>
     364      <varlistentry id="exim-&exim-daemon-version;">
     365        <term><command>exim-&exim-daemon-version;</command></term>
    362366        <listitem>
    363367          <para>is the <application>Exim</application> mail transport
    364368          agent daemon.</para>
    365           <indexterm zone="exim exim-4.82_1-5b7a7c0-XX-3">
    366             <primary sortas="b-exim-4.82_1-5b7a7c0-XX-3">exim-4.82_1-5b7a7c0-XX-3</primary>
     369          <indexterm zone="exim exim-&exim-daemon-version;">
     370            <primary sortas="b-exim-&exim-daemon-version;">exim-&exim-daemon-version;</primary>
    367371          </indexterm>
    368372        </listitem>
  • x/installing/libvdpau-va-gl.xml

    re450d21 rc6bfee88  
    178178        <listitem>
    179179          <para>
    180             contains functions to impement the OpenGL backend to
     180            contains functions to implement the OpenGL backend to
    181181            the VDPAU (Video Decode and Presentation API for Unix) API.
    182182          </para>
  • x/lib/fltk.xml

    re450d21 rc6bfee88  
    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
Note: See TracChangeset for help on using the changeset viewer.