Changeset 0418e880


Ignore:
Timestamp:
01/03/2015 03:26:45 PM (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:
83ec6939
Parents:
108279b
Message:

Update to libxshmfence-1.2.

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r108279b r0418e880  
    4949      <itemizedlist>
    5050        <listitem>
     51          <para>[fernando] - Update to libxshmfence-1.2. Fixes
     52          <ulink url="&blfs-ticket-root;5998">#5998</ulink>.</para>
     53        </listitem>
     54        <listitem>
    5155          <para>[igor] - Update to mesa-10.4.1. Fixes
    5256          <ulink url="&blfs-ticket-root;5840">#5840</ulink>.</para>
  • x/installing/x7lib.xml

    r108279b r0418e880  
    88  <!ENTITY x7libs-download-ftp  "ftp://ftp.x.org/pub/individual/lib/">
    99  <!ENTITY x7libs-size          "13 MB">
    10   <!ENTITY x7libs-buildsize     "275 MB">
    11   <!ENTITY x7libs-time          "3.1 SBU">
     10  <!ENTITY x7libs-buildsize     "239 MB">
     11  <!ENTITY x7libs-time          "2.9 SBU">
    1212
    1313  <!ENTITY xtrans-version                  "1.3.5">
     
    104104  <!ENTITY libxkbfile-md5sum               "19e6533ae64abba0773816a23f2b9507">
    105105
    106   <!ENTITY libxshmfence-version            "1.1">
    107   <!ENTITY libxshmfence-md5sum             "2dd10448c1166e71a176206a8dfabe6d">
     106  <!ENTITY libxshmfence-version            "1.2">
     107  <!ENTITY libxshmfence-md5sum             "66662e76899112c0f99e22f2fc775a7e">
    108108]>
    109109
     
    227227&as_root;
    228228
     229    <para>Some libraries come with a test suite. If you wish to execute them,
     230    either comment out the <command>rm -rf ...</command> below, so that, after
     231    all libraries are installed, you can come back to the corresponding
     232    directory and run <command>make check</command>, or do individual builds,
     233    running the tests for each of those distributed with working test suites.
     234    Alternatively, you can uncomment the line #<command>make check
     235    ...</command>, and at the end, check the test results with:</para>
     236
     237<screen><userinput>grep -A9 summary *make_check.log</userinput></screen>
     238
     239    <para>BLFS developers have confirmed that
     240    <application>libX11</application>, <application>libXt</application> and
     241    <application>libxshmfence</application> are distributed with working test
     242    suites.</para>
     243
    229244    <para>First, start a subshell that will exit on error:</para>
    230245
     
    252267  esac
    253268  make
     269  #make check 2>&amp;1 | tee ../$packagedir-make_check.log
    254270  as_root make install
    255271  popd
Note: See TracChangeset for help on using the changeset viewer.