Changeset 4ca92e2c


Ignore:
Timestamp:
07/14/2004 12:49:57 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, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
4d82755
Parents:
821b8815
Message:

Removed readline and all references in packages' dependencies, passed switches for readline support where it's not on by default.

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

Files:
1 deleted
17 edited

Legend:

Unmodified
Added
Removed
  • basicnet/netprogs/ntp.xml

    r821b8815 r4ca92e2c  
    3434<sect3><title><application><acronym>NTP</acronym></application> dependencies</title>
    3535<sect4><title>Optional</title>
    36 <para><xref linkend="readline"/> and <xref linkend="openssl"/></para></sect4>
     36<para><xref linkend="openssl"/></para></sect4>
    3737</sect3>
    3838
  • content/databases/mysql.xml

    r821b8815 r4ca92e2c  
    3535<sect3><title><application>My<acronym>SQL</acronym></application> dependencies</title>
    3636<sect4><title>Optional</title>
    37 <para><xref linkend="readline"/>, <xref linkend="openssl"/> and
     37<para><xref linkend="openssl"/> and
    3838<xref linkend="tcpwrappers"/>
    3939</para></sect4>
  • content/databases/postgresql.xml

    r821b8815 r4ca92e2c  
    3535<sect4><title>Optional</title>
    3636<para>
    37 <xref linkend="readline"/>,
    3837<xref linkend="Python"/>,
    3938<xref linkend="tcl"/>,
     
    5554<para>Install <application>Postgre<acronym>SQL</acronym></application> with the following commands: </para>
    5655
    57 <screen><userinput><command>./configure --prefix=/usr --without-readline &amp;&amp;
     56<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
    5857make &amp;&amp;
    5958make install</command></userinput></screen>
     
    103102<sect2>
    104103<title>Command explanations</title>
    105 
    106 <para><option>--without-readline</option>: Omit this switch if you have
    107 <application>readline</application> installed and wish to utilize
    108 it.</para>
    109104
    110105<para><command>useradd -d /var/pgsql/data postgres</command>: Add an unprivileged user to run the database server.</para>
  • content/web/php.xml

    r821b8815 r4ca92e2c  
    5252<xref linkend="pcre"/>,
    5353<xref linkend="postgresql"/>,
    54 <xref linkend="readline"/>,
    5554<xref linkend="libtiff"/>,
    5655<xref linkend="expat"/> and
  • general.ent

    r821b8815 r4ca92e2c  
    1 <!ENTITY day          "13">
     1<!ENTITY day          "14">
    22<!ENTITY month        "07">
    33<!ENTITY year         "2004">
     
    6060<!ENTITY libxml2-version              "2.6.11">
    6161<!ENTITY libxslt-version              "1.1.8">
    62 <!ENTITY readline-version             "4.3">
    6362<!ENTITY gmp-version                  "4.1.3">
    6463<!ENTITY gdbm-version                 "1.8.3">
  • general/genlib/genlib.xml

    r821b8815 r4ca92e2c  
    4646<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="libxml2.xml"/>
    4747<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="libxslt.xml"/>
    48 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="readline.xml"/>
    4948<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gmp.xml"/>
    5049<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gdbm.xml"/>
  • general/genlib/gmp.xml

    r821b8815 r4ca92e2c  
    3737</sect3>
    3838
    39 <sect3><title><application><acronym>GMP</acronym></application> dependencies</title>
    40 <sect4><title>Optional</title>
    41 <para><xref linkend="readline"/></para></sect4>
    42 </sect3>
    43 
    4439</sect2>
    4540
  • general/genlib/guile.xml

    r821b8815 r4ca92e2c  
    3636<listitem><para>Estimated build time:
    3737&guile-time;</para></listitem></itemizedlist>
    38 </sect3>
    39                                                                                
    40                                                                                
    41 <sect3><title><application>Guile</application> dependencies</title>
    42 <sect4><title>Optional</title>
    43 <para><xref linkend="readline"/></para></sect4>
    4438</sect3>
    4539                                                                               
  • general/genlib/libxml2.xml

    r821b8815 r4ca92e2c  
    3939<sect3><title><application>libxml2</application> dependencies</title>
    4040<sect4><title>Optional</title>
    41 <para><xref linkend="Python"/> and <xref linkend="readline"/></para></sect4>
     41<para><xref linkend="Python"/></para></sect4>
    4242</sect3>
    4343
     
    5050commands:</para>
    5151
    52 <screen><userinput><command>./configure --prefix=/usr &amp;&amp;
     52<screen><userinput><command>./configure --prefix=/usr --with-history &amp;&amp;
    5353make &amp;&amp;
    5454make install</command></userinput></screen>
  • general/genutils/bc.xml

    r821b8815 r4ca92e2c  
    4444</itemizedlist></sect3>
    4545
    46 <sect3><title><application>bc</application> dependencies</title>
    47 <sect4><title>Required</title>
    48 <para><xref linkend="readline"/></para></sect4>
    49 </sect3>
    50 
    5146</sect2>
    5247
  • general/prog/librep.xml

    r821b8815 r4ca92e2c  
    4242<para><xref linkend="gdbm"/></para></sect4>
    4343<sect4><title>Optional</title>
    44 <para><xref linkend="gmp"/>, and <xref linkend="readline"/></para></sect4>
    45 <!--
    46 <ulink url="http://sources.redhat.com/libffi/">libffi</ulink>
    47 -->
     44<para><xref linkend="gmp"/></para></sect4>
    4845</sect3>
    4946                                                                               
  • general/prog/python.xml

    r821b8815 r4ca92e2c  
    4444<sect4><title>Optional</title>
    4545<para><xref linkend="openssl"/>, <xref linkend="expat"/>, <xref linkend="tk"/>, <xref
    46 linkend="gdbm"/>, <xref linkend="db"/>, <xref linkend="gmp"/> and
    47 <xref linkend="readline"/>
     46linkend="gdbm"/>, <xref linkend="db"/> and <xref linkend="gmp"/>
    4847</para></sect4>
    4948</sect3>
  • introduction/welcome/changelog.xml

    r821b8815 r4ca92e2c  
    1919<itemizedlist>
    2020
     21<listitem><para>July 14th, 2004 [igor]: Removed readline and all
     22references in packages' dependencies, passed switches for readline
     23support where it's not on by default.</para></listitem>
     24
    2125<listitem><para>July 13th, 2004 [larry]: Updated to MIT
    2226KRB5-1.3.4.</para></listitem>
  • postlfs/security/heimdal.xml

    r821b8815 r4ca92e2c  
    6060<sect4><title>Optional</title>
    6161<para>
    62 <xref linkend="readline"/>,
    6362<xref linkend="Linux_PAM"/>,
    6463<xref linkend="openldap"/>,
  • pst/printing/gimp-print.xml

    r821b8815 r4ca92e2c  
    4141<para>
    4242<xref linkend="cups"/>,
    43 <ulink url="http://www.linuxprinting.org/foomatic.html">Foomatic</ulink>,
    44 <ulink url="http://www.linuxprinting.org/ijs/">IJS</ulink> and
    45 <xref linkend="readline"/>
     43<ulink url="http://www.linuxprinting.org/foomatic.html">Foomatic</ulink> and
     44<ulink url="http://www.linuxprinting.org/ijs/">IJS</ulink>
    4645</para></sect4>
    4746</sect3>
  • server/other/openldap.xml

    r821b8815 r4ca92e2c  
    4242<xref linkend="gdbm"/>,
    4343<xref linkend="tcpwrappers"/>,
    44 <xref linkend="readline"/>,
    4544<xref linkend="heimdal"/> or
    4645<xref linkend="mitkrb"/>,  and
  • server/other/samba3.xml

    r821b8815 r4ca92e2c  
    4646<para>
    4747<xref linkend="Linux_PAM"/>,
    48 <xref linkend="readline"/>,
    4948<xref linkend="openldap"/>,
    5049<xref linkend="cups"/>,
Note: See TracChangeset for help on using the changeset viewer.