Changeset f4002c5 for general


Ignore:
Timestamp:
06/23/2020 08:19:22 PM (4 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
835b61ab
Parents:
6df48a73
Message:

Archive expect, dejagnu, and tcl which are now included in LFS.

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

Location:
general
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • general/genutils/graphviz.xml

    r6df48a73 rf4002c5  
    187187      <xref linkend="python2"/>,
    188188      <xref linkend="ruby"/>,
    189       <xref linkend="tcl"/>,
     189      <!-- <xref linkend="tcl"/>, -->
    190190      <xref linkend="tk"/>,
    191191      <ulink url="http://iolanguage.org/">Io</ulink>,
  • general/graphlib/newt.xml

    r6df48a73 rf4002c5  
    8484    <bridgehead renderas="sect4">Recommended</bridgehead>
    8585    <para role="recommended">
    86       <xref linkend="tcl"/> and
     86      <!-- <xref linkend="tcl"/> and -->
    8787      <xref role="runtime" linkend="gpm"/> (runtime)
    8888    </para>
  • general/prog/autoconf213.xml

    r6df48a73 rf4002c5  
    8686
    8787    <bridgehead renderas="sect3">Autoconf2.13 Dependencies</bridgehead>
    88 
     88<!--
    8989    <bridgehead renderas="sect4">Optional</bridgehead>
    9090    <para role="optional">
    9191      <xref linkend="dejagnu"/> (Required for the tests)
    9292    </para>
    93 
     93-->
    9494    <para condition="html" role="usernotes">User Notes:
    9595      <ulink url="&blfs-wiki;/autoconf213"/>
     
    112112
    113113    <para>
    114       To test the installation, if you have installed <xref linkend="dejagnu"/>,
     114      To test the installation <!--, if you have installed <xref linkend="dejagnu"/>,-->
    115115      issue <command>make check</command> (all 253 tests should pass).
    116116    </para>
  • general/prog/gcc.xml

    r6df48a73 rf4002c5  
    124124
    125125    <bridgehead renderas="sect3">GCC Dependencies</bridgehead>
    126 
     126<!--
    127127    <bridgehead renderas="sect4">Recommended</bridgehead>
    128128    <para role="recommended">
    129129      <xref linkend="dejagnu"/>, for tests
    130130    </para>
    131 
     131-->
    132132    <bridgehead renderas="sect4">Optional</bridgehead>
    133133    <para role="optional">
  • general/prog/gdb.xml

    r6df48a73 rf4002c5  
    8888    <bridgehead renderas="sect4">Optional</bridgehead>
    8989    <para role="optional">
    90       <xref linkend="dejagnu"/> (required for tests),
     90      <!-- <xref linkend="dejagnu"/> (required for tests), -->
    9191      <xref linkend="doxygen"/>,
    9292      <xref linkend="gcc"/> (ada and gfortran are used for tests),
  • general/prog/prog.xml

    r6df48a73 rf4002c5  
    3030  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="clisp.xml"/>
    3131  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="cmake.xml"/>
    32   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="dejagnu.xml"/>
     32<!--  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="dejagnu.xml"/> -->
    3333  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="doxygen.xml"/>
    34   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="expect.xml"/>
     34<!--  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="expect.xml"/> -->
    3535  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gcc.xml"/>
    3636<!--  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gcc-ada.xml"/> -->
     
    5858  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="svnserver.xml"/>
    5959  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="swig.xml"/>
    60   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="tcl.xml"/>
     60<!--  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="tcl.xml"/> -->
    6161  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="tk.xml"/>
    6262  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="vala.xml"/>
  • general/prog/tk.xml

    r6df48a73 rf4002c5  
    7878    <bridgehead renderas="sect4">Required</bridgehead>
    7979    <para role="required">
    80       <xref linkend="tcl"/> and
     80      <!-- <xref linkend="tcl"/> and -->
    8181      <xref linkend="xorg7-lib"/>
    8282    </para>
Note: See TracChangeset for help on using the changeset viewer.