Changeset 70d93337 for x/lib


Ignore:
Timestamp:
08/06/2009 11:30:26 AM (15 years ago)
Author:
Guy Dalziel <gdalziel@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 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:
336a26ab
Parents:
6564aa1
Message:

Updated to LessTif-0.95.2.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/lesstif.xml

    r6564aa1 r70d93337  
    77  <!ENTITY lesstif-download-http "&sourceforge-repo;/lesstif/lesstif-&lesstif-version;.tar.bz2">
    88  <!ENTITY lesstif-download-ftp  " ">
    9   <!ENTITY lesstif-md5sum        "ab895165c149d7f95843c7584b1c7ad4">
     9  <!ENTITY lesstif-md5sum        "754187dbac09fcf5d18296437e72a32f">
    1010  <!ENTITY lesstif-size          "2.4 MB">
    1111  <!ENTITY lesstif-buildsize     "160 MB (includes building and running the test suite)">
     
    3333    Source version of <application>OSF/Motif®</application>.</para>
    3434
     35    &lfs65_checked;
     36
    3537    <bridgehead renderas="sect3">Package Information</bridgehead>
    3638    <itemizedlist spacing="compact">
     
    8486    commands:</para>
    8587
    86 <screen><userinput>sed -i -e '/ShellP/d' \
    87        -e '/XMLIBEXPORT extern Cardinal/i#include &lt;X11/ShellP.h&gt;\n'  \
    88     include/Motif-2.1/Xm/VendorSP.h &amp;&amp;
    89 
    90 patch -Np1 -i ../lesstif-&lesstif-version;-testsuite_fix-1.patch &amp;&amp;
     88<screen><userinput>patch -Np1 -i ../lesstif-&lesstif-version;-testsuite_fix-1.patch &amp;&amp;
    9189./configure --prefix=/usr \
    9290            --sysconfdir=/etc/X11 \
     
    118116  <sect2 role="commands">
    119117    <title>Command Explanations</title>
    120 
    121     <para><command>sed -i -e '...'
    122     -e '...' include/Motif-2.1/Xm/VendorSP.h</command>:
    123     This command moves one line in the header file to avoid C++ compilation
    124     problems.</para>
    125118
    126119    <para><parameter>--disable-debug</parameter>: Do not generate debugging
     
    172165    <filename class='directory'>scrolledwindow</filename> directory.</para>
    173166
     167    <!-- Last test run: 86 failed out of 605. -->
     168
    174169    <para>As many as 101 tests are known to fail. The patch applied at the
    175170    beginning of the installation created a file used to compare known failures
Note: See TracChangeset for help on using the changeset viewer.