Changeset 3f87e4a for basicnet


Ignore:
Timestamp:
01/07/2006 08:39:14 PM (18 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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:
a920045f
Parents:
2a038b2
Message:

Removed the Berkeley DB dependency from packages utilizing it as BDB is now built in LFS

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

Location:
basicnet
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • basicnet/netlibs/wvstreams.xml

    r2a038b2 r3f87e4a  
    7676    <para role="optional"><xref linkend="pkgconfig"/>,
    7777    <xref linkend="gamin"/>,
    78     <xref linkend="db"/>,
     78    <!-- <xref linkend="db"/>, -->
    7979    <xref linkend="linux-pam"/>,
    8080    <xref linkend="tcl"/>,
     
    8888    <ulink url="http://www.openslp.org/">OpenSLP</ulink>,
    8989    <ulink url="http://xplc.sourceforge.net/">XPLC</ulink>,
    90     <ulink url="http://valgrind.kde.org/">Valgrind</ulink> and
     90    <ulink url="http://valgrind.kde.org/">Valgrind</ulink>, and
    9191    <ulink url="http://perens.com/FreeSoftware/">Electric Fence</ulink></para>
    9292
  • basicnet/netprogs/subversion.xml

    r2a038b2 r3f87e4a  
    8888
    8989    <bridgehead renderas="sect4">Required</bridgehead>
    90     <para role="required"><xref linkend="libxml2"/> (only if using the bundled version of
    91     <application>neon</application>)</para>
     90    <para role="required"><xref linkend="libxml2"/> (only if using the bundled
     91    version of <application>neon</application>)</para>
    9292
    9393    <bridgehead renderas="sect4">Optional</bridgehead>
    94     <para role="optional"><xref linkend="python"/> (required to run the test suite),
    95     <xref linkend="db"/>,
     94    <para role="optional"><xref linkend="python"/> (required to run the test
     95    suite),
     96    <!-- <xref linkend="db"/>, -->
    9697    <xref linkend="apache"/>,
    9798    <ulink url="http://www.webdav.org/neon/">neon-&svn-neon-version;</ulink>,
     99
    98100    <xref linkend="jdk"/> (to build the <application>Java</application>
    99101    bindings),
     102
    100103    <ulink url="http://www.junit.org/">JUnit</ulink> (required for running the
    101104    <application>Java</application> bindings test suite and requires
    102105    <xref linkend="unzip"/>),
     106
    103107    <ulink url="http://www.inet.no/dante/">Dante</ulink> (alternate
    104     <application>Java</application> compiler),
     108    <application>Java</application> compiler), and
     109
    105110    <ulink url="http://oss.software.ibm.com/developerworks/opensource/jikes/">
    106111    Jikes</ulink> (another alternate
    107     <application>Java</application> compiler) and
    108     inetd or <xref linkend="xinetd"/> (server only)</para>
     112    <application>Java</application> compiler)</para>
     113    <!-- inetd or <xref linkend="xinetd"/> (server only) -->
    109114
    110115    <bridgehead renderas="sect4">Optional for the Bundled Version of
     
    122127    <application>SWIG</application> Bindings</bridgehead>
    123128    <para role="optional"><ulink url="http://www.swig.org">SWIG</ulink>,
    124     <xref linkend="python"/> and
     129    <xref linkend="python"/>, and
    125130    <xref linkend="ruby"/> (<application>Ruby</application> bindings require
    126131    <application>Swig-1.3.24</application>)</para>
    127132
    128     <!-- Added a note that the bindings may not work correctly -->
     133    <!-- Added a note that the bindings may not work correctly. This may have
     134         to be commented out in future versions where all the bindings build
     135         and work properly-->
    129136    <para>Note that the <application>Python</application> and
    130137    <application>Perl</application> bindings may not compile properly with
Note: See TracChangeset for help on using the changeset viewer.