Changeset 34abe1c
- Timestamp:
- 07/15/2007 08:42:14 PM (17 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 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, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 1b0e20e
- Parents:
- 636acb32
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r636acb32 r34abe1c 413 413 <!ENTITY atk-version "1.18.0"> 414 414 <!ENTITY gtk2-version "2.10.13"> 415 <!ENTITY lesstif-version "0.9 4.4">415 <!ENTITY lesstif-version "0.95.0"> 416 416 <!ENTITY startup-notification-version "0.9"> 417 417 <!ENTITY libwnck-version "2.18.0"> -
introduction/welcome/changelog.xml
r636acb32 r34abe1c 46 46 <itemizedlist> 47 47 <listitem> 48 <para>[randy] - Updated to LessTif-0.95.0.</para> 49 </listitem> 50 <listitem> 48 51 <para>[randy] - Updated to NSS-3.11.7 (includes NSPR-4.6.7).</para> 49 52 </listitem> -
x/lib/lesstif.xml
r636acb32 r34abe1c 7 7 <!ENTITY lesstif-download-http "http://downloads.sourceforge.net/lesstif/lesstif-&lesstif-version;.tar.bz2"> 8 8 <!ENTITY lesstif-download-ftp " "> 9 <!ENTITY lesstif-md5sum " 3096ca456c0bc299d895974d307c82d8">9 <!ENTITY lesstif-md5sum "ab895165c149d7f95843c7584b1c7ad4"> 10 10 <!ENTITY lesstif-size "2.4 MB"> 11 11 <!ENTITY lesstif-buildsize "160 MB (includes building and running the test suite)"> 12 <!ENTITY lesstif-time " 2.89SBU (includes building the test suite)">12 <!ENTITY lesstif-time "4.1 SBU (includes building the test suite)"> 13 13 ]> 14 14 … … 57 57 <bridgehead renderas="sect3">Additional Downloads</bridgehead> 58 58 <itemizedlist spacing='compact'> 59 <listitem>60 <para>Required patch: <ulink61 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> 63 63 </itemizedlist> 64 64 … … 85 85 86 86 <screen><userinput>patch -Np1 -i ../lesstif-&lesstif-version;-testsuite_fix-1.patch && 87 ./configure --prefix=/usr --disable-debug \ 88 --enable-production --with-xdnd && 87 ./configure --prefix=/usr \ 88 --disable-debug \ 89 --enable-production \ 90 --with-xdnd && 89 91 make rootdir=/usr/share/doc/lesstif-&lesstif-version;</userinput></screen> 90 92 91 <para>This package requires that it beinstalled before the test suite is93 <para>This package requires that it is installed before the test suite is 92 94 run. The commands to run the tests are located a bit later in the 93 95 instructions.</para> … … 95 97 <para>Now, as the <systemitem class="username">root</systemitem> user:</para> 96 98 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 && 103 ln -v -s ../../../../etc/X11/mwm /usr/X11R6/lib/X11 && 99 <screen role="root"><userinput>make rootdir=/usr/share/doc/lesstif-&lesstif-version; install && 104 100 ldconfig</userinput></screen> 105 101 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 && 110 ln -v -s ../../../etc/X11/mwm /usr/lib/X11 && 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> 112 107 113 108 </sect2> … … 130 125 directory.</para> 131 126 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> 141 133 142 134 </sect2> … … 159 151 ./testall *</userinput></screen> 160 152 161 <para>You 'll need to manually close threeof the test windows. The first153 <para>You may need to manually close four of the test windows. The first 162 154 one is from <command>test28</command> in the 163 155 <filename class='directory'>list</filename> directory. The second one is … … 165 157 <filename class='directory'>menushell</filename> directory. You should 166 158 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 172 165 beginning of the installation created a file used to compare known failures 173 166 to the failures from the test run. This file was created from an
Note:
See TracChangeset
for help on using the changeset viewer.