Changeset a91856d1


Ignore:
Timestamp:
02/22/2016 10:56:24 PM (8 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
systemd-13485
Children:
9a3e4ba
Parents:
17d8bc7
Message:

Typo fixes
Tags
Changelog: fix dates for the year 2016.
Boost: Add recommended dependency which
ICU: Add optional dependency doxygen

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@17001 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
8 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r17d8bc7 ra91856d1  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "21">                   <!-- Always 2 digits -->
     3<!ENTITY day          "22">                   <!-- Always 2 digits -->
    44<!ENTITY month        "02">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2016">
     
    77<!ENTITY copyholder   "The BLFS systemd Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "February 21st, &year;">
     9<!ENTITY releasedate  "February 22nd, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "systemd">                  <!-- svn|[release #] -->
  • general/genlib/boost.xml

    r17d8bc7 ra91856d1  
    3737    </para>
    3838
    39     &lfs78_checked;
     39    &lfs79_checked;
    4040
    4141    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    7474
    7575    <bridgehead renderas="sect3">Boost Dependencies</bridgehead>
     76
     77    <bridgehead renderas="sect4">Recommended</bridgehead>
     78    <para role="recommended">
     79      <xref linkend="which"/>
     80    </para>
    7681
    7782    <bridgehead renderas="sect4">Optional</bridgehead>
     
    111116    <para>
    112117      To run the Boost.Build's regression test (<xref linkend="python2"/>
    113       required), issue <command>pushd tools/build/test; python test_all.py;
     118      is required), issue <command>pushd tools/build/test; python test_all.py;
    114119      popd</command>. One test out of 130 fails.
    115120    </para>
  • general/genlib/icu.xml

    r17d8bc7 ra91856d1  
    3939    </para>
    4040
    41     &lfs78_checked;
     41    &lfs79_checked;
    4242
    4343    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    7979    <bridgehead renderas="sect4">Optional</bridgehead>
    8080    <para role="optional">
    81       <xref linkend="llvm"/> (with Clang)
     81      <xref linkend="llvm"/> (with Clang), and
     82      <xref linkend="doxygen"/> (for documentation)
    8283    </para>
    8384
     
    232233        <listitem>
    233234          <para>
    234             compiles word list into ICU string trie dictionary.
     235            compiles word lists into ICU string trie dictionaries.
    235236          </para>
    236237          <indexterm zone="icu gendict">
     
    244245        <listitem>
    245246          <para>
    246             builds binary data file with Unicode normalization data.
     247            builds binary data files with Unicode normalization data.
    247248          </para>
    248249          <indexterm zone="icu gennorm2">
  • general/prog/cmake.xml

    r17d8bc7 ra91856d1  
    3939    </para>
    4040
    41     &lfs78_checked;
     41    &lfs79_checked;
    4242
    4343    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    156156    <para>
    157157      <parameter>--system-libs</parameter>: This switch forces the build system
    158       to link against <application>Zlib</application>,
     158      to link against the <application>Zlib</application>,
    159159      <application>Bzip2</application>, <application>cURL</application>,
    160160      <application>Expat</application> and <application>libarchive</application>
    161       installed on the system.
     161      packages installed on the system.
    162162    </para>
    163163
     
    233233        <listitem>
    234234          <para>
    235             (optional) is the <application>Qt</application>-based frontent to
     235            (optional) is the <application>Qt</application>-based frontend to
    236236            <command>cmake</command>.
    237237          </para>
  • general/prog/gdb.xml

    r17d8bc7 ra91856d1  
    3939    </para>
    4040
    41     &lfs78_checked;
     41    &lfs79_checked;
    4242
    4343    <bridgehead renderas="sect3">Package Information</bridgehead>
  • general/prog/llvm.xml

    r17d8bc7 ra91856d1  
    5151    <para>
    5252      The optional <application>Clang</application> and <application>Compiler
    53       RT</application> packages provide a new C, C++, Objective C and Objective
     53      RT</application> packages provide new C, C++, Objective C and Objective
    5454      C++ front-ends and runtime libraries for the
    5555      <application>LLVM</application>.
     
    6565    </note>
    6666
    67     &lfs78_checked;
     67    &lfs79_checked;
    6868
    6969    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    219219<screen><userinput>make -C ../docs -f Makefile.sphinx man</userinput></screen>
    220220
     221<!-- The note about some tests failing for unknown reasons can be removed.
     222These are my results:
     223Expected Passes: 22242
     224Expected Failures: 111
     225-->
     226
    221227    <para>
    222228      To test the results, issue: <command>make -k check-all</command>.
    223       Some tests may fail for unknown reasons.
    224229    </para>
    225230
     
    307312    <para>
    308313      <parameter>--disable-assertions</parameter>: Disable some compile checks,
    309       not necessary on a production system.
     314      which are not necessary on a production system.
    310315    </para>
    311316
     
    464469        <listitem>
    465470          <para>
    466             is used for C++ ABI Data Dumper.
     471            is used as a C++ ABI Data Dumper.
    467472          </para>
    468473          <indexterm zone="llvm llvm-cxxdump">
     
    501506        <listitem>
    502507          <para>
    503             tool used to manipulate archived DWARF debug symbol files,
     508            is a tool used to manipulate archived DWARF debug symbol files,
    504509            compatible with the Darwin command <command>dsymutil</command>.
    505510          </para>
     
    540545          <para>
    541546            is used to list <application>LLVM</application> bitcode
    542             and object file's symbol table.
     547            and an object file's symbol table.
    543548          </para>
    544549          <indexterm zone="llvm llvm-nm">
     
    552557        <listitem>
    553558          <para>
    554             is used as PDB Dumper.
     559            is used as a PDB Dumper.
    555560          </para>
    556561          <indexterm zone="llvm llvm-pdbdump">
     
    577582        <listitem>
    578583          <para>
    579             is used to generate index for <application>LLVM</application>
     584            is used to generate an index for a <application>LLVM</application>
    580585            archive.
    581586          </para>
  • general/sysutils/which.xml

    r17d8bc7 ra91856d1  
    3939  <application>which</application> package.</para>
    4040
    41   &lfs78_checked;
     41  &lfs79_checked;
    4242
    4343  <sect2 role="package">
  • introduction/welcome/changelog.xml

    r17d8bc7 ra91856d1  
    4444
    4545-->
    46 
    47     <listitem>
    48       <para>February 13th, 2015</para>
     46    <listitem>
     47      <para>February 22nd, 2016</para>
     48      <itemizedlist>
     49        <listitem>
     50          <para>[renodr] - Add doxygen as an optional dependency for ICU.</para>
     51        </listitem>
     52        <listitem>
     53          <para>[renodr] - Fix changelog dates... we are in the year 2016, not 2015!</para>
     54        </listitem>
     55        <listitem>
     56          <para>[renodr] - Add which as a recommended dependency for Boost.</para>
     57        </listitem>
     58      </itemizedlist>
     59    </listitem>
     60
     61    <listitem>
     62      <para>February 13th, 2016</para>
    4963      <itemizedlist>
    5064        <listitem>
     
    125139
    126140    <listitem>
    127       <para>February 11th, 2015</para>
     141      <para>February 11th, 2016</para>
    128142      <itemizedlist>
    129143        <listitem>
     
    134148
    135149    <listitem>
    136       <para>February 12th, 2015</para>
     150      <para>February 12th, 2016</para>
    137151      <itemizedlist>
    138152        <listitem>
     
    161175
    162176    <listitem>
    163       <para>February 11th, 2015</para>
     177      <para>February 11th, 2016</para>
    164178      <itemizedlist>
    165179        <listitem>
     
    261275
    262276    <listitem>
    263       <para>February 10th, 2015</para>
     277      <para>February 10th, 2016</para>
    264278      <itemizedlist>
    265279        <listitem>
     
    305319
    306320    <listitem>
    307       <para>February 9th, 2015</para>
     321      <para>February 9th, 2016</para>
    308322      <itemizedlist>
    309323        <listitem>
Note: See TracChangeset for help on using the changeset viewer.