Changeset 56605b9 for general/prog


Ignore:
Timestamp:
04/28/2014 09:13:36 PM (10 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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:
de1a0d9
Parents:
08de396
Message:

Remove XML::Parser from perl modules
Archive acl, attr, intltool, expat, gperf
Synchronize libcap with LFS.

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

Location:
general/prog
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • general/prog/cmake.xml

    r08de396 r56605b9  
    8989    <bridgehead renderas="sect4">Recommended</bridgehead>
    9090    <para role="recommended">
    91       <xref linkend="curl"/>,
    92       <xref linkend="libarchive"/> and
    93       <xref linkend="expat"/>
     91      <xref linkend="curl"/> and
     92      <xref linkend="libarchive"/>
    9493    </para>
    9594
  • general/prog/gdb.xml

    r08de396 r56605b9  
    7979    <bridgehead renderas="sect4">Optional</bridgehead>
    8080    <para role="optional">
    81       <xref linkend="dejagnu"/> (for tests),
    82       <xref linkend="expat"/> and
     81      <xref linkend="dejagnu"/> (for tests) and
    8382      <xref linkend="python2"/>
    8483    </para>
  • general/prog/git.xml

    r08de396 r56605b9  
    109109      <xref linkend="curl"/> (needed to use <application>Git</application> over http,
    110110      https, ftp or ftps),
    111       <xref linkend="expat"/>,
    112       <xref linkend="openssl"/> and
     111      <xref linkend="openssl"/>, and
    113112      <xref linkend="python2"/>
    114113    </para>
  • general/prog/openjdk.xml

    r08de396 r56605b9  
    252252      <xref linkend="alsa-lib"/>,
    253253      <xref linkend="apache-ant"/>,
    254       <xref linkend="attr"/>,
    255254      <xref linkend="cacerts"/>,
    256255      <xref linkend="cpio"/>,
  • general/prog/perl-modules.xml

    r08de396 r56605b9  
    637637
    638638    <!-- XML::Parser -->
     639    <!--
    639640    <bridgehead renderas="sect3" id="perl-xml-parser"
    640641    xreflabel="XML::Parser-&XML-Parser-version;">
     
    673674      </listitem>
    674675    </itemizedlist>
    675 
     676    -->
    676677    <!-- XML::Simple -->
    677678    <bridgehead renderas="sect3" id="perl-xml-simple"
     
    722723              (Note: this package does not support parallel build)
    723724            </para>
    724             <itemizedlist>
     725            <!--<itemizedlist>
    725726              <listitem>
    726727                <para>
     
    728729                </para>
    729730              </listitem>
    730             </itemizedlist>
     731            </itemizedlist> -->
    731732          </listitem>
    732733          <listitem>
  • general/prog/php.xml

    r08de396 r56605b9  
    8181    <xref linkend="aspell"/>,
    8282    <xref linkend="enchant"/>,
    83     <xref linkend="expat"/> (deprecated alternative to <xref linkend="libxml2"/>),
    8483    <ulink url="http://www.ossp.org/pkg/lib/mm/">OSSP mm</ulink>,
    8584    <ulink url="http://www.net-snmp.org/">Net-SNMP</ulink>,
  • general/prog/python2.xml

    r08de396 r56605b9  
    115115    <bridgehead renderas="sect4">Recommended</bridgehead>
    116116    <para role="recommended">
    117       <xref linkend="expat"/> and
    118117      <xref linkend="libffi"/>
    119118    </para>
     
    188187    <para>
    189188      <option>--with-system-expat</option>: This switch enables linking against
    190       system version of <application>Expat</application>. Remove if you have
    191       not installed <xref linkend="expat"/>.
     189      system version of <application>Expat</application>.
    192190    </para>
    193191
  • general/prog/python3.xml

    r08de396 r56605b9  
    103103    <bridgehead renderas="sect4">Recommended</bridgehead>
    104104    <para role="recommended">
    105       <xref linkend="expat"/> and
    106105      <xref linkend="libffi"/>
    107106    </para>
     
    194193    <para>
    195194      <option>--with-system-expat</option>: This switch enables linking against
    196       system version of <application>Expat</application>. Remove if you have
    197       not installed recommended dependency <xref linkend="expat"/>.
     195      system version of <application>Expat</application>.
    198196    </para>
    199197
Note: See TracChangeset for help on using the changeset viewer.