Ignore:
Timestamp:
02/15/2004 06:15:06 PM (20 years ago)
Author:
Igor Živković <igor@…>
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_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
98177f6
Parents:
66e745e
Message:

applied Anderson's lynx update patch

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

Location:
basicnet/textweb/lynx
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • basicnet/textweb/lynx/lynx-config.xml

    r66e745e reeb3bd3d  
    99
    1010<para>Various settings such as proxies can be set in the system-wide
    11 <filename>lynx.cfg</filename> file found in <filename>/etc</filename>.</para>
     11<filename>lynx.cfg</filename> file found in <filename class="directory">/etc</filename>.</para>
    1212</sect3>
    1313
    1414</sect2>
    15 
  • basicnet/textweb/lynx/lynx-exp.xml

    r66e745e reeb3bd3d  
    77system wide configuration file is <filename>/etc/lynx.cfg</filename>.</para>
    88
    9 <para><option>--with-ssl</option>: This enables support for
    10 linking <acronym>SSL</acronym> into <application>lynx</application>.</para>
    11 
    129<para><option>--with-zlib</option>: This enables support for
    1310linking <application>zlib</application> into <application>Lynx</application>.</para>
    1411
    15 <para><parameter>DOCDIR=... HELPDIR=...</parameter>: We set these
     12<para><parameter>docdir=... helpdir=...</parameter>: We set these
    1613variables to avoid getting the help and documentation files installed
    17 under <filename>/etc</filename>.</para>
     14under <filename class="directory">/etc</filename>.</para>
    1815
    19 <para><command>sed... mv /etc/lynx.bak /etc/lynx.cfg</command>: This
    20 <command>sed</command> command changes the <filename>/etc/lynx.cfg</filename>
    21 file so it looks for the help files in the correct place.</para>
     16<para><option>--with-ssl</option>: This enables support for
     17linking <acronym>SSL</acronym> into <application>Lynx</application>.</para>
     18
     19<para><option>--with-gnutls</option>: This enables support for
     20linking Gnu<acronym>TLS</acronym> into <application>Lynx</application>.</para>
    2221
    2322</sect2>
    24 
  • basicnet/textweb/lynx/lynx-inst.xml

    r66e745e reeb3bd3d  
    55</para>
    66
    7 <screen><userinput><command>./configure --prefix=/usr --libdir=/etc --with-ssl --with-zlib &amp;&amp;
     7<screen><userinput><command>./configure --prefix=/usr --libdir=/etc --with-zlib &amp;&amp;
    88make &amp;&amp;
    99make install &amp;&amp;
    10 make DOCDIR=/usr/share/doc/lynx-2.8.4/lynx_doc \
    11 &nbsp;&nbsp;&nbsp;HELPDIR=/usr/share/doc/lynx-2.8.4/lynx_help install-doc &amp;&amp;
    12 make DOCDIR=/usr/share/doc/lynx-2.8.4/lynx_doc \
    13 &nbsp;&nbsp;&nbsp;HELPDIR=/usr/share/doc/lynx-2.8.4/lynx_help install-help &amp;&amp;
    14 sed s/"t\/etc"/"t\/usr\/share\/doc\/lynx\-2\.8\.4"/ \
    15 &nbsp;&nbsp;&nbsp;/etc/lynx.cfg &gt; /etc/lynx.bak &amp;&amp;
    16 mv /etc/lynx.bak /etc/lynx.cfg</command></userinput></screen>
     10make docdir=/usr/share/doc/lynx-&lynx-version;/lynx_doc \
     11    helpdir=/usr/share/doc/lynx-&lynx-version;/lynx_help install-doc &amp;&amp;
     12make docdir=/usr/share/doc/lynx-&lynx-version;/lynx_doc \
     13    helpdir=/usr/share/doc/lynx-&lynx-version;/lynx_help install-help</command></userinput></screen>
    1714
    1815</sect2>
    19 
  • basicnet/textweb/lynx/lynx-intro.xml

    r66e745e reeb3bd3d  
    1818
    1919<sect3><title><application>Lynx</application> dependencies</title>
    20 <sect4><title>Required</title>
    21 <para><xref linkend="openssl"/></para></sect4>
     20<sect4><title>Optional</title>
     21<para>
     22<xref linkend="openssl"/>,
     23<ulink url="http://www.gnu.org/software/gnutls/">GnuTLS</ulink>,
     24<ulink url="../server/mail.html">MTA</ulink> and
     25<xref linkend="zip"/>
     26</para></sect4>
    2227</sect3>
    2328
    24 
    2529</sect2>
  • basicnet/textweb/lynx/lynx.ent

    r66e745e reeb3bd3d  
    55<!ENTITY lynx-config SYSTEM "lynx-config.xml">
    66<!ENTITY lynx-desc SYSTEM "lynx-desc.xml">
    7 <!ENTITY lynx-version "2.8.4">
     7<!ENTITY lynx-version "2.8.5">
    88<!ENTITY lynx-download-http "http://lynx.isc.org/release/lynx&lynx-version;.tar.bz2">
    9 <!ENTITY lynx-download-ftp "ftp://ftp.netbuddy.org/linux/lynx&lynx-version;.tar.bz2">
    10 <!ENTITY lynx-size "1.9 MB">
    11 <!ENTITY lynx-buildsize "16 MB">
    12 <!ENTITY lynx-time "1.66 SBU">
     9<!ENTITY lynx-download-ftp "ftp://lynx.isc.org/lynx/lynx&lynx-version;/lynx&lynx-version;.tar.bz2">
     10<!ENTITY lynx-size "2.1 MB">
     11<!ENTITY lynx-buildsize "18 MB">
     12<!ENTITY lynx-time "0.45 SBU">
Note: See TracChangeset for help on using the changeset viewer.