Changeset 419681d6 for general


Ignore:
Timestamp:
05/06/2016 01:04:13 AM (8 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
systemd-13485
Children:
2432970
Parents:
cf4247e
Message:

Sync to trunk r17130
Fix FAAC compilation under GCC-6

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

Location:
general/prog
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/prog/git.xml

    rcf4247e r419681d6  
    125125    </para>
    126126
    127     <bridgehead renderas="sect4">Optional (to create the man pages and html docs)</bridgehead>
     127    <bridgehead renderas="sect4">Optional (to create the man pages, html docs,
     128    and other docs)</bridgehead>
    128129    <para>
    129130      <xref linkend="xmlto"/> and
    130131      <ulink url="http://www.methods.co.nz/asciidoc/">AsciiDoc</ulink> or
    131       <ulink url="http://asciidoctor.org/">AsciiDoctor</ulink>
     132      <ulink url="http://asciidoctor.org/">AsciiDoctor</ulink>, and also
     133      <ulink url="http://dblatex.sourceforge.net/">dblatex</ulink>
     134      (for the PDF version of the user manual), and
     135      <ulink url="http://docbook2x.sourceforge.net/">docbook2x</ulink> to
     136      create info pages
    132137    </para>
    133138
     
    172177    <para>
    173178<!--  The test suite can be run in parallel mode. To run the test suite, issue: -->
    174       The test suite fails early, in 'blame respects encoding', because grep-2.23
     179<!--      The test suite fails early, in 'blame respects encoding', because grep-2.23
    175180      treats data in the locale tests as binary.  To run the tests up to that
    176181      point issue:
    177182      <command>make test</command>. -->
     183      The test suite can be run in parallel mode. To run the test suite, issue:
     184      <command>make test</command>. If run as a normal user, 0 test should be
     185      reported as failed in the final summary.
    178186    </para>
    179187
     
    229237
    230238    <para>
    231       For both methods, reorganize the files, as
     239      For both methods, the html-docs include a lot of plain text files.
     240      Reorganize the files as the
    232241      <systemitem class="username">root</systemitem> user:
    233242    </para>
  • general/prog/nasm.xml

    rcf4247e r419681d6  
    77  <!ENTITY nasm-download-http "http://www.nasm.us/pub/nasm/releasebuilds/&nasm-version;/nasm-&nasm-version;.tar.xz">
    88  <!ENTITY nasm-download-ftp  " ">
    9   <!ENTITY nasm-md5sum        "cf17c2dc0993f94aa8a3a9e15589f6f3">
    10   <!ENTITY nasm-size          "760 KB">
     9  <!ENTITY nasm-md5sum        "d53e1b2678231be9ec48f75ba0cc7475">
     10  <!ENTITY nasm-size          "762 KB">
    1111  <!ENTITY nasm-buildsize     "31 MB" >
    1212  <!ENTITY nasm-time          "0.1 SBU">
Note: See TracChangeset for help on using the changeset viewer.