Changeset 34abe1c for x/lib


Ignore:
Timestamp:
07/15/2007 08:42:14 PM (17 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 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:
1b0e20e
Parents:
636acb32
Message:

Updated to LessTif-0.95.0

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/lesstif.xml

    r636acb32 r34abe1c  
    77  <!ENTITY lesstif-download-http "http://downloads.sourceforge.net/lesstif/lesstif-&lesstif-version;.tar.bz2">
    88  <!ENTITY lesstif-download-ftp  " ">
    9   <!ENTITY lesstif-md5sum        "3096ca456c0bc299d895974d307c82d8">
     9  <!ENTITY lesstif-md5sum        "ab895165c149d7f95843c7584b1c7ad4">
    1010  <!ENTITY lesstif-size          "2.4 MB">
    1111  <!ENTITY lesstif-buildsize     "160 MB (includes building and running the test suite)">
    12   <!ENTITY lesstif-time          "2.89 SBU (includes building the test suite)">
     12  <!ENTITY lesstif-time          "4.1 SBU (includes building the test suite)">
    1313]>
    1414
     
    5757    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    5858    <itemizedlist spacing='compact'>
    59     <listitem>
    60     <para>Required patch: <ulink
    61     url="&patch-root;/lesstif-&lesstif-version;-testsuite_fix-1.patch"/></para>
    62     </listitem>
     59      <listitem>
     60        <para>Required patch: <ulink
     61        url="&patch-root;/lesstif-&lesstif-version;-testsuite_fix-1.patch"/></para>
     62      </listitem>
    6363    </itemizedlist>
    6464
     
    8585
    8686<screen><userinput>patch -Np1 -i ../lesstif-&lesstif-version;-testsuite_fix-1.patch &amp;&amp;
    87 ./configure --prefix=/usr --disable-debug \
    88     --enable-production --with-xdnd &amp;&amp;
     87./configure --prefix=/usr \
     88            --disable-debug \
     89            --enable-production \
     90            --with-xdnd &amp;&amp;
    8991make rootdir=/usr/share/doc/lesstif-&lesstif-version;</userinput></screen>
    9092
    91     <para>This package requires that it be installed before the test suite is
     93    <para>This package requires that it is installed before the test suite is
    9294    run. The commands to run the tests are located a bit later in the
    9395    instructions.</para>
     
    9597    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    9698
    97 <screen role="root"><userinput>make rootdir=/usr/share/doc/lesstif-&lesstif-version; install</userinput></screen>
    98 
    99     <para>If your X Window System is <application>XFree86</application> or
    100     <application>Xorg-6.9</application> issue the following commands:</para>
    101 
    102 <screen role="root"><userinput>mv -v /usr/X11R6/lib/X11/mwm /etc/X11 &amp;&amp;
    103 ln -v -s ../../../../etc/X11/mwm /usr/X11R6/lib/X11 &amp;&amp;
     99<screen role="root"><userinput>make rootdir=/usr/share/doc/lesstif-&lesstif-version; install &amp;&amp;
    104100ldconfig</userinput></screen>
    105101
    106     <para>If your X Window System is <application>Xorg-7.x</application>
    107     issue these commands instead:</para>
    108 
    109 <screen role="root"><userinput>mv -v /usr/lib/X11/mwm /etc/X11 &amp;&amp;
    110 ln -v -s ../../../etc/X11/mwm /usr/lib/X11 &amp;&amp;
    111 ldconfig</userinput></screen>
     102    <para>You will need to change the <application>X</application> prefix in
     103    the command below if your X Window System is installed anywhere other than
     104    <filename class='directory'>/usr/X11R6</filename>.</para>
     105
     106<screen role="root"><userinput>ln -v -s <replaceable>/usr/X11R6</replaceable>/lib/X11/mwm /etc/X11</userinput></screen>
    112107
    113108  </sect2>
     
    130125    directory.</para>
    131126
    132     <para><command>mv -v /usr/X11R6/lib/X11/mwm /etc/X11</command>: The
    133     <filename class="directory">mwm</filename> configuration directory is moved
    134     to its proper FHS location in
    135     <filename class="directory">/etc/X11</filename>.</para>
    136 
    137     <para><command>ln -v -s ../../../../etc/X11/mwm /usr/X11R6/lib/X11</command>:
    138     A symlink required by some legacy applications is created pointing to the
    139     <filename class="directory">mwm</filename> configuration directory moved in
    140     the previous command.</para>
     127    <para><command>ln -v -s
     128    <replaceable>/usr/X11R6</replaceable>/lib/X11/mwm /etc/X11</command>:
     129    Configuration directories located in the <application>X</application>
     130    installation prefix heirarchy typically have a symlink in the
     131    <filename class='directory'>/etc/X11</filename> directory pointing back to
     132    it. This command creates that symlink.</para>
    141133
    142134  </sect2>
     
    159151./testall *</userinput></screen>
    160152
    161     <para>You'll need to manually close three of the test windows. The first
     153    <para>You may need to manually close four of the test windows. The first
    162154    one is from <command>test28</command> in the
    163155    <filename class='directory'>list</filename> directory. The second one is
     
    165157    <filename class='directory'>menushell</filename> directory. You should
    166158    click on the button in the window and choose <quote>exit</quote> (do it
    167     twice) to finish the test. The third test is from <command>test24</command>
    168     in the <filename class='directory'>scrolledwindow</filename>
    169     directory.</para>
    170 
    171     <para>As many as 100 tests are known to fail. The patch applied at the
     159    twice) to finish the test. The third test is from <command>test20</command>
     160    in the <filename class='directory'>PushButton</filename> and the last one
     161    is from <command>test24</command> in the
     162    <filename class='directory'>scrolledwindow</filename> directory.</para>
     163
     164    <para>As many as 101 tests are known to fail. The patch applied at the
    172165    beginning of the installation created a file used to compare known failures
    173166    to the failures from the test run. This file was created from an
Note: See TracChangeset for help on using the changeset viewer.