Changeset e290b228 for x/lib/lesstif.xml


Ignore:
Timestamp:
12/18/2004 07:56:41 PM (19 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:
1c3f142e
Parents:
330be7d
Message:

Updated to LessTif-0.94.0; updated Xpdf freetype patch

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/lesstif.xml

    r330be7d re290b228  
    55  %general-entities;
    66
    7   <!--
    8   0.93.97 seg faults
    9   0.93.96 doesn't compile
    10   -->
    11 
    127  <!ENTITY lesstif-download-http "http://prdownloads.sourceforge.net/lesstif/lesstif-&lesstif-version;.tar.bz2">
    138  <!ENTITY lesstif-download-ftp  " ">
    14   <!ENTITY template-md5sum       " ">
    15   <!ENTITY lesstif-size          "2.7 MB">
    16   <!ENTITY lesstif-buildsize     "40 MB">
    17   <!ENTITY lesstif-time          "2.73 SBU">
     9  <!ENTITY lesstif-md5sum        " ">
     10  <!ENTITY lesstif-size          "2.4 MB">
     11  <!ENTITY lesstif-buildsize     "109.9 MB (includes building test suite)">
     12  <!ENTITY lesstif-time          "2.94 SBU (includes building test suite)">
    1813]>
    1914
     
    2419</sect1info>
    2520<?dbhtml filename="lesstif.html" ?>
    26 <title>LessTif-&lesstif-version;</title>
     21<title><application>LessTif</application>-&lesstif-version;</title>
    2722
    2823<sect2>
     
    3631<listitem><para>Download (HTTP): <ulink url="&lesstif-download-http;"/></para></listitem>
    3732<listitem><para>Download (FTP): <ulink url="&lesstif-download-ftp;"/></para></listitem>
    38 <listitem><para>MD5 sum: &template-md5sum;</para></listitem>
     33<listitem><para>Download MD5 sum: &lesstif-md5sum;</para></listitem>
    3934<listitem><para>Download size: &lesstif-size;</para></listitem>
    40 <listitem><para>Estimated Disk space required: &lesstif-buildsize;</para></listitem>
     35<listitem><para>Estimated disk space required: &lesstif-buildsize;</para></listitem>
    4136<listitem><para>Estimated build time: &lesstif-time;</para></listitem></itemizedlist>
    4237</sect3>
     
    4439<sect3><title><application>LessTif</application> dependencies</title>
    4540<sect4><title>Required</title>
    46 <para>X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>)</para></sect4>
     41<para>X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>)</para>
     42</sect4>
     43
    4744<sect4><title>Optional</title>
    48 <para>
    49 <xref linkend="lynx"/> or
    50 <xref linkend="Links"/>
    51 </para></sect4>
     45<para><xref linkend="lynx"/> or <xref linkend="Links"/> and
     46<ulink url="http://dmalloc.com">Dmalloc</ulink></para>
     47</sect4>
    5248</sect3>
    5349
     
    6359    xargs sed -i 's@$(prefix)/LessTif@$(prefix)/share/LessTif@g' &amp;&amp;
    6460./configure --prefix=/usr \
    65     --enable-build-20 \
    6661    --enable-build-21 \
    6762    --disable-debug \
     
    8277<filename class="directory">/usr/share/LessTif</filename>.</para>
    8378
    84 <para><parameter>--enable-build-20</parameter>: Build the
    85 <application>Motif</application> 2.0 compatible version of the
    86 <application>LessTif</application> libraries.</para> 
     79<para><parameter>--enable-build-21</parameter>: Build the
     80<application>Motif</application> 2.1 compatible version of the
     81<application>LessTif</application> libraries.</para>
    8782
    88 <para><parameter>--enable-build-21</parameter>: Also build the
    89 <application>Motif</application> 2.1 compatible versions.</para>
    90 
    91 <para><parameter>--disable-debug</parameter>: Do not generate debugging information.
    92 </para>
     83<para><parameter>--disable-debug</parameter>: Do not generate debugging
     84information.</para>
    9385
    9486<para><parameter>--enable-production</parameter>: Build the release version
    95 of the <application>LessTif</application> libraries.</para> 
     87of the <application>LessTif</application> libraries.</para>
    9688
    9789<para><parameter>--disable-build-tests</parameter>: Do not build the
    9890<filename class="directory">test/</filename> tree (see Testing
    99 <application>LessTif</application>).</para> 
     91<application>LessTif</application>).</para>
    10092
    101 <para><parameter>--with-xdnd</parameter>: Enable <acronym>XDND</acronym>
    102 GNOME compatibility support.</para>
     93<para><parameter>--with-xdnd</parameter>: Enable <acronym>XDND</acronym> 
     94<acronym>GNOME</acronym> compatibility support.</para>
    10395
    10496</sect2>
     
    115107</sect2>
    116108
    117 <sect2><title>Testing <application>LessTif</application></title>
    118 <para>It is advisable to test the installation of
     109<sect2>
     110<title>Testing <application>LessTif</application></title>
     111
     112<para>It is advisable to test the installation of
    119113<application>LessTif</application> with the test suite located in
    120114<filename class="directory">lesstif-&lesstif-version;/test</filename>. It is
Note: See TracChangeset for help on using the changeset viewer.