Changeset 7bff1b2 for general


Ignore:
Timestamp:
07/17/2009 02:05:50 PM (15 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
c1dcd1e
Parents:
29919079
Message:

Commented out all unnecessary references to GDBM as it is in LFS now

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

Location:
general
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/genlib.xml

    r29919079 r7bff1b2  
    5151  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="libxslt.xml"/>
    5252  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="libgtkhtml.xml"/>
    53   <!-- <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gmp.xml"/> -->
    54   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gdbm.xml"/>
     53  <!-- <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gmp.xml"/>
     54  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gdbm.xml"/> -->
    5555  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="glib.xml"/>
    5656  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="glib2.xml"/>
  • general/prog/librep.xml

    r29919079 r7bff1b2  
    7070    <bridgehead renderas="sect3">Librep Dependencies</bridgehead>
    7171
    72     <bridgehead renderas="sect4">Required</bridgehead>
    73     <para role="required"><xref linkend="gdbm"/></para>
     72    <!-- <bridgehead renderas="sect4">Required</bridgehead>
     73    <para role="required"><xref linkend="gdbm"/></para> -->
    7474
    7575    <bridgehead renderas="sect4">Optional</bridgehead>
  • general/prog/php.xml

    r29919079 r7bff1b2  
    117117    <bridgehead renderas="sect4">Optional Data Management Utilities and Libraries</bridgehead>
    118118    <para role="optional"><xref linkend="openldap"/>,
    119     <xref linkend="gdbm"/>,
    120     <!-- <xref linkend="db"/>, -->
     119    <!-- <xref linkend="gdbm"/>,
     120    <xref linkend="db"/>, -->
    121121    <xref linkend="mysql"/>,
    122122    <xref linkend="postgresql"/>,
  • general/prog/python.xml

    r29919079 r7bff1b2  
    9696    (to create package-specific support modules)</bridgehead>
    9797    <para role="optional"><xref linkend="openssl"/>,
    98     <xref linkend="tk"/>,
    99     <xref linkend="gdbm"/>, and
     98    <xref linkend="tk"/>, and
     99    <!-- <xref linkend="db"/>
     100    <xref linkend="gdbm"/>, and -->
    100101    <ulink url="http://sqlite.org/">SQLite 3</ulink></para>
    101     <!-- <xref linkend="db"/> -->
    102102
    103103    <para condition="html" role="usernotes">User Notes:
  • general/prog/ruby.xml

    r29919079 r7bff1b2  
    6161
    6262    <bridgehead renderas="sect4">Optional</bridgehead>
    63     <para role="optional"><xref linkend="openssl"/>,
    64     <xref linkend="tk"/>, and
    65     <!-- <xref linkend="db"/>, -->
    66     <xref linkend="gdbm"/></para>
     63    <para role="optional"><xref linkend="openssl"/> and
     64    <xref linkend="tk"/>
     65    <!-- <xref linkend="db"/>,
     66    <xref linkend="gdbm"/> --></para>
    6767
    6868    <para condition="html" role="usernotes">User Notes:
Note: See TracChangeset for help on using the changeset viewer.