Changeset 9b104add


Ignore:
Timestamp:
08/02/2003 07:54:51 PM (21 years ago)
Author:
Larry Lawrence <larry@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 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, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
1c07ab2a
Parents:
5d8d360
Message:

update to lesstif-0.93.46

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

Files:
8 edited

Legend:

Unmodified
Added
Removed
  • index.xml

    r5d8d360 r9b104add  
    33                        "/usr/share/docbook/docbookx.dtd" [
    44
    5 <!ENTITY version "20030731">
    6 <!ENTITY releasedate "July 31st, 2003">
     5<!ENTITY version "20030802">
     6<!ENTITY releasedate "August  2nd, 2003">
    77
    88<!ENTITY % book SYSTEM "book/book.ent">
  • introduction/welcome/changelog.xml

    r5d8d360 r9b104add  
    1010
    1111<itemizedlist>
     12
     13<listitem><para>August 2nd, 2003 [larry]: X: updated to
     14lesstif-0.93.46.</para></listitem>
    1215
    1316<listitem><para>July 31st, 2003 [larry]: general: added patches to
  • x/lib/lesstif/lesstif-config.xml

    r5d8d360 r9b104add  
    11<sect2>
    2 <title>Configuring lesstif</title>
     2<title>Configuring <application>lesstif</application></title>
    33
    44<sect3><title>Configuration Information</title>
     
    1010</sect2>
    1111
    12 <sect2><title>Testing Lesstif</title>
    13 <para>It is advisable to test the installation of lesstif with the
     12<sect2><title>Testing <application>rlLesstif</application></title>
     13<para>It is advisable to test the installation of
     14<application>lesstif</application> with the
    1415test suite located in
    1516<filename>lesstif-&lesstif-version;/test</filename>.  It is not
     
    1920suffice:</para>
    2021
    21 <para><screen><userinput>./configure &amp;&amp;
    22 make</userinput></screen></para>
     22<para><screen><userinput><command>./configure &amp;&amp;
     23make</command></userinput></screen></para>
    2324
    2425</sect2>
  • x/lib/lesstif/lesstif-desc.xml

    r5d8d360 r9b104add  
    22<title>Contents</title>
    33
    4 <para>The lesstif package contains <filename>lesstif</filename> libraries.</para>
     4<para>The <application>lesstif</application> package contains <filename>lesstif</filename> libraries.</para>
    55
    66</sect2>
     
    1010<sect3><title>lesstif libraries</title>
    1111<para>Lesstif libraries are an OSF/Motif(R) source code compatible
    12 library for X Windows.</para></sect3>
     12library for <application>X</application> Windows.</para></sect3>
    1313
    1414
  • x/lib/lesstif/lesstif-exp.xml

    r5d8d360 r9b104add  
    22<title>Command explanations</title>
    33
    4 <para><userinput>--enable-build-20</userinput> : Build the Motif 2.0 compatible version of the lesstif libraries.</para>
     4<para><command>--enable-build-20</command> : Build the Motif 2.0 compatible version of the lesstif libraries.</para>
    55
    66<para>
    7 <userinput>--enable-build-21</userinput> : Also build the Motif 2.1 compatible versions.</para>
     7<command>--enable-build-21</command> : Also build the Motif 2.1 compatible versions.</para>
    88
    9 <para><userinput>--disable-debug</userinput> : Do not generate debugging information.</para>
     9<para><command>--disable-debug</command> : Do not generate debugging information.</para>
    1010
    11 <para><userinput>--enable-production</userinput> : Build the release version of the lesstif libraries.</para>
     11<para><command>--enable-production</command> : Build the release version of the lesstif libraries.</para>
    1212
    13 <para><userinput>--disable-build-tests</userinput> : Do not build the test/ tree(see testing note below).</para>
     13<para><command>--disable-build-tests</command> : Do not build the test/ tree(see testing note below).</para>
    1414
    15 <para><userinput>--with-xdnd</userinput> : Enable XDND Gnome compatibility support.</para>
     15<para><command>--with-xdnd</command> : Enable XDND Gnome compatibility support.</para>
    1616
    1717</sect2>
  • x/lib/lesstif/lesstif-inst.xml

    r5d8d360 r9b104add  
    11<sect2>
    2 <title>Installation of lesstif</title>
     2<title>Installation of <application>lesstif</application></title>
    33
    4 <para>Install lesstif by running the following commands:</para>
     4<para>Install <application>lesstif</application> by running the following commands:</para>
    55
    6 <para><screen><userinput>./configure --prefix=/usr \
     6<para><screen><userinput><command>./configure --prefix=/usr \
    77    --enable-build-20 \
    88    --enable-build-21 \
     
    1212    --with-xdnd &amp;&amp;
    1313make &amp;&amp;
    14 make install</userinput></screen></para>
     14make install</command></userinput></screen></para>
    1515
    1616</sect2>
  • x/lib/lesstif/lesstif-intro.xml

    r5d8d360 r9b104add  
    11<sect2>
    2 <title>Introduction to lesstif</title>
     2<title>Introduction to <application>lesstif</application></title>
    33
    4 <screen>Download location (HTTP):       <ulink url="&lesstif-download-http;"/>
    5 Download location (FTP):        <ulink url="&lesstif-download-ftp;"/>
    6 Version used:                   &lesstif-version;
    7 Package size:                   &lesstif-size;
    8 Estimated Disk space required:  &lesstif-buildsize;
    9 Estimated build time:           &lesstif-time;</screen>
     4<para>The <application>lesstif</application> package contains an Open Source version of OSF/Motif(R).</para>
    105
    11 <para>The lesstif package contains an Open Source version of
    12 OSF/Motif(R).</para>
     6<sect3><title>Package information</title>
     7<itemizedlist spacing='compact'>
     8<listitem><para>Download (HTTP): <ulink url="&lesstif-download-http;"/></para></listitem>
     9<listitem><para>Download (FTP): <ulink url="&lesstif-download-ftp;"/></para></listitem>
     10<listitem><para>Download size: &lesstif-size;</para></listitem>
     11<listitem><para>Estimated Disk space required: &lesstif-buildsize;</para></listitem>
     12<listitem><para>Estimated build time: &lesstif-time;</para></listitem></itemizedlist>
     13</sect3>
    1314
    14 <screen>lesstif depends on:
    15 <xref linkend="xfree86"/></screen>
     15<sect3><title><application>lesstif</application> dependencies</title>
     16<sect4><title>Required</title>
     17<para><xref linkend="xfree86"/></para></sect4>
     18</sect3>
    1619
    1720</sect2>
  • x/lib/lesstif/lesstif.ent

    r5d8d360 r9b104add  
    55<!ENTITY lesstif-desc SYSTEM "lesstif-desc.xml">
    66<!ENTITY lesstif-config SYSTEM "lesstif-config.xml">
    7 <!ENTITY lesstif-buildsize "62 MB">
    8 <!ENTITY lesstif-version "0.93.36">
    9 <!ENTITY lesstif-download-http "http://telia.dl.sourceforge.net/sourceforge/lesstif/lesstif-0.93.36.tar.bz2">
     7<!ENTITY lesstif-buildsize "33 MB">
     8<!ENTITY lesstif-version "0.93.46">
     9<!ENTITY lesstif-download-http "http://telia.dl.sourceforge.net/sourceforge/lesstif/lesstif-0.93.46.tar.bz2">
    1010<!ENTITY lesstif-download-ftp "">
    11 <!ENTITY lesstif-size "2.4 MB">
     11<!ENTITY lesstif-size "2.5 MB">
    1212<!ENTITY lesstif-time "4.24 SBU">
Note: See TracChangeset for help on using the changeset viewer.