Changeset 721f994b


Ignore:
Timestamp:
07/31/2004 05:31:23 PM (20 years ago)
Author:
Randy McMurchy <randy@…>
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, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
7d8442f1
Parents:
6ea7ff9
Message:

Added Lynx as an optional dependency and added command descriptions to LessTif; added patch to iptables to fix a build problem; updated Glossary

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • appendices/glossary.xml

    r6ea7ff9 r721f994b  
    433433<glossdef><para>Operating System</para></glossdef></glossentry>
    434434
     435<glossentry id="gOSF"><glossterm><acronym>OSF</acronym></glossterm>
     436<glossdef><para>Open Software Foundation</para></glossdef></glossentry>
     437
    435438<glossentry id="gOSS"><glossterm><acronym>OSS</acronym></glossterm>
    436439<glossdef><para>Open Sound System</para></glossdef></glossentry>
  • general.ent

    r6ea7ff9 r721f994b  
    1 <!ENTITY day          "30">
     1<!ENTITY day          "31">
    22<!ENTITY month        "07">
    33<!ENTITY year         "2004">
    44<!ENTITY version      "svn-&year;&month;&day;">
    5 <!ENTITY releasedate  "July &day;th, &year;">
     5<!ENTITY releasedate  "July &day;st, &year;">
    66<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    77<!ENTITY blfs-version "cvs">                  <!-- cvs|[release #] -->
  • introduction/welcome/changelog.xml

    r6ea7ff9 r721f994b  
    1919<itemizedlist>
    2020
     21<listitem><para>July 31th, 2004 [randy]: Added Lynx as an optional dependency
     22and added command descriptions to LessTif; added patch to iptables to fix a
     23build problem; updated Glossary.</para></listitem>
     24
    2125<listitem><para>July 30th, 2004 [igor]: Updated to PHP-5.0.0.</para></listitem>
    2226
  • postlfs/security/iptables.xml

    r6ea7ff9 r721f994b  
    7070</sect3>
    7171
     72<sect3><title>Additional downloads</title>
     73<itemizedlist spacing='compact'>
     74<listitem><para>Required Patch (fixes a build issue with
     75<application>linux</application>-2.6.7): <ulink
     76url="&patch-root;/iptables-&iptables-version;-build_fix-1.patch"/></para>
     77</listitem>
     78</itemizedlist></sect3>
     79
    7280</sect2>
    7381
     
    7886commands:</para>
    7987
    80 <screen><userinput><command>make PREFIX=/usr LIBDIR=/lib BINDIR=/sbin &amp;&amp;
     88<screen><userinput><command>patch -Np1 -i ../iptables-&iptables-version;-build_fix-1.patch &amp;&amp;
     89make PREFIX=/usr LIBDIR=/lib BINDIR=/sbin &amp;&amp;
    8190make PREFIX=/usr LIBDIR=/lib BINDIR=/sbin install</command></userinput></screen>
    8291
  • x/lib/lesstif.xml

    r6ea7ff9 r721f994b  
    3232<sect4><title>Required</title>
    3333<para>X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>)</para></sect4>
     34<sect4><title>Optional</title>
     35<para><xref linkend="lynx"/></para></sect4>
    3436</sect3>
    3537
     
    3941<title>Installation of <application>LessTif</application></title>
    4042
    41 <para>Install <application>LessTif</application> by running the following commands:</para>
     43<para>Install <application>LessTif</application> by running the following
     44commands:</para>
    4245
    4346<screen><userinput><command>find -name Makefile.in | \
     
    5962
    6063<para><option>sed -i 's@$(prefix)/LessTif@$(prefix)/share/LessTif@g'</option>:
    61 This moves the location of the non-FHS compliant <filename class="directory">/usr/LessTif</filename>
    62 directory to <filename class="directory">/usr/share/LessTif</filename>.</para>
     64This moves the location of the non-FHS compliant
     65<filename class="directory">/usr/LessTif</filename> directory to
     66<filename class="directory">/usr/share/LessTif</filename>.</para>
    6367
    6468<para><option>--enable-build-20</option>: Build the
     
    7074<application>Motif</application> 2.1 compatible versions.</para>
    7175
    72 <para><option>--disable-debug</option>: Do not generate debugging information.</para>
     76<para><option>--disable-debug</option>: Do not generate debugging information.
     77</para>
    7378
    7479<para><option>--enable-production</option>: Build the release version
     
    97102<sect2><title>Testing <application>LessTif</application></title>
    98103<para>It is advisable to test the installation of
    99 <application>LessTif</application> with the
    100 test suite located in
    101 <filename class="directory">lesstif-&lesstif-version;/test</filename>.  It is not
    102 required to install any of the resulting binaries to validate the
     104<application>LessTif</application> with the test suite located in
     105<filename class="directory">lesstif-&lesstif-version;/test</filename>. It is
     106not required to install any of the resulting binaries to validate the
    103107installation. The following commands executed from the source
    104108directory will suffice:</para>
     
    114118
    115119<para>The <application>LessTif</application> package contains
     120<command>mxmkmf</command>, <command>mwm</command>,
     121<command>xmbind</command>, <command>uil</command> and
    116122<application>LessTif</application> libraries.</para>
    117123
     
    120126<sect2><title>Description</title>
    121127
     128<sect3><title>mxmkmf</title>
     129<para><command>mxmkmf</command> is the <application>LessTif</application>
     130version of <command>xmkmf</command> which creates a
     131<filename>Makefile</filename> from an <filename>Imakefile</filename></para>
     132</sect3>
     133
     134<sect3><title>mwm</title>
     135<para><command>mwm</command> is a window manager that adheres largely to the
     136<application>Motif</application> <command>mwm</command> specification.</para>
     137</sect3>
     138
     139<sect3><title>xmbind</title>
     140<para><command>xmbind</command> configures the virtual key bindings of
     141<application>LessTif</application> applications</para>
     142</sect3>
     143
     144<sect3><title>uil</title>
     145<para><command>uil</command> is a user interface language compiler which
     146translates a plain text description of the user interface of a
     147<application>Motif</application> application into a machine-readable form.
     148</para>
     149</sect3>
     150
    122151<sect3><title>lesstif libraries</title>
    123152<para><application>LessTif</application> libraries are an
    124 <application>OSF/Motif(R)</application> source code compatible
    125 library for the <application>X</application> Window System.</para></sect3>
    126 
     153<application><acronym>OSF</acronym>/Motif(R)</application> source code
     154compatible library for the <application>X</application> Window System.</para>
     155</sect3>
    127156
    128157</sect2>
Note: See TracChangeset for help on using the changeset viewer.