Changeset 13e5884


Ignore:
Timestamp:
03/28/2015 08:54:15 PM (9 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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:
e7af045
Parents:
8a07efa
Message:

Correct tcl sed.
Update to mc-4.8.14.
Mark cheese checked.
Add version to /etc/lsb_release.

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

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • general/prog/tcl.xml

    r8a07efa r13e5884  
    142142    -e "s#$SRCDIR/pkgs/tdbc&tdbc-ver;/generic#/usr/include#"    \
    143143    -e "s#$SRCDIR/pkgs/tdbc&tdbc-ver;/library#/usr/lib/tcl8.6#" \
    144     -e "s#$SRCDIR/pkgs/&tdbc-ver;#/usr/include#"            \
     144    -e "s#$SRCDIR/pkgs/tdbc&tdbc-ver;#/usr/include#"            \
    145145    -i pkgs/tdbc&tdbc-ver;/tdbcConfig.sh                        &amp;&amp;
    146146
  • general/sysutils/mc.xml

    r8a07efa r13e5884  
    77  <!ENTITY mc-download-http "http://ftp.midnight-commander.org/mc-&mc-version;.tar.xz">
    88  <!ENTITY mc-download-ftp  "ftp://ftp.osuosl.org/pub/midnightcommander/mc-&mc-version;.tar.xz">
    9   <!ENTITY mc-md5sum        "d967caa12765eb86e52a6a63ca202500">
     9  <!ENTITY mc-md5sum        "fbdaddb9edcf8925dcf3231331a8720b">
    1010  <!ENTITY mc-size          "2.2 MB">
    11   <!ENTITY mc-buildsize     "71 MB (119 MB, running the test suite)">
    12   <!ENTITY mc-time          "0.7 SBU (additional 0.1 SBU, running the test suite)">
     11  <!ENTITY mc-buildsize     "85 MB (additional 72 MB for tests)">
     12  <!ENTITY mc-time          "0.6 SBU (additional 0.1 SBU for tests)">
    1313]>
    1414
  • gnome/applications/cheese.xml

    r8a07efa r13e5884  
    3535    </para>
    3636
    37     &lfs77_built;
     37    &lfs77_checked;
    3838
    3939    <bridgehead renderas="sect3">Package Information</bridgehead>
  • introduction/welcome/changelog.xml

    r8a07efa r13e5884  
    4949      <itemizedlist>
    5050        <listitem>
     51          <para>[bdubbs] - Correct tcl sed. Fixes
     52          <ulink url="&blfs-ticket-root;6336">#6336</ulink>.</para>
     53        </listitem>
     54        <listitem>
     55          <para>[bdubbs] - Update to mc-4.8.14. Fixes
     56          <ulink url="&blfs-ticket-root;6335">#6335</ulink>.</para>
     57        </listitem>
     58        <listitem>
    5159          <para>[fernando] - Update to cheese-3.16.0. Tagged as built. Needs to
    5260          be checked in hardware.
  • packages.ent

    r8a07efa r13e5884  
    221221<!ENTITY lm_sensors-version           "3.3.5">
    222222<!ENTITY logrotate-version            "3.8.9">
    223 <!ENTITY mc-version                   "4.8.13">
     223<!ENTITY mc-version                   "4.8.14">
    224224<!ENTITY obex-data-server-version     "0.4.6">
    225225<!ENTITY p7zip-version                "9.38.1">
  • postlfs/config/lsb-release.xml

    r8a07efa r13e5884  
    9292      </para>
    9393
     94      <para>
     95        Add the current package version to <filename>/etc/lsb-release</filename>.
     96        As the <systemitem class="username">root</systemitem> user:
     97      </para>
     98
     99<screen><userinput>echo 'LSB_VERSION="&lsb-release-version;"' >> /etc/lsb-release</userinput></screen>
     100
    94101  </sect2>
    95102
Note: See TracChangeset for help on using the changeset viewer.