Changeset 419681d6


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

Files:
8 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">
  • introduction/welcome/changelog.xml

    rcf4247e r419681d6  
    4848      <itemizedlist>
    4949        <listitem>
     50          <para>[renodr] - Fixed FAAC compilation with GCC-6.x.</para>
     51        </listitem>
     52        <listitem>
     53          <para>[renodr] - Merged to trunk r17130.</para>
     54        </listitem>
     55        <listitem>
     56          <para>[renodr] - Update-mime-database needs to be given a directory
     57          in Xfce4-session. Merged from trunk r17130.</para>
     58        </listitem>
     59        <listitem>
     60          <para>[renodr] - Fixed some typos and reworded command explanations
     61          in Libreoffice. Merged from trunk r17129.</para>
     62        </listitem>
     63        <listitem>
     64          <para>[renodr] - Revamped test suite instructions for Git. Merged
     65          from trunk r17128.</para>
     66        </listitem>
     67        <listitem>
     68          <para>[renodr] - Update to NASM-2.12.01. Merged from trunk
     69          r17127.</para>
     70        </listitem>
     71        <listitem>
     72          <para>[renodr] - Update to WebkitGTK+-2.10.9. Note that I have to
     73          merge a later version when GNOME is updated. Merged from trunk
     74          r17126.</para>
     75        </listitem>
     76        <listitem>
    5077          <para>[renodr] - Sync to trunk r17126.</para>
    5178        </listitem>
  • multimedia/libdriv/faac.xml

    rcf4247e r419681d6  
    9292sed -i -e '/obj-type/d' -e '/Long Term/d' frontend/main.c &amp;&amp;
    9393
     94CFLAGS=-std=c99                            \
     95CXXFLAGS=-std=c++98                        \
    9496./configure --prefix=/usr --disable-static &amp;&amp;
    9597make</userinput></screen>
  • packages.ent

    rcf4247e r419681d6  
    292292<!ENTITY lua-version                  "5.3.2">
    293293<!ENTITY mercurial-version            "3.7.1">
    294 <!ENTITY nasm-version                 "2.12">
     294<!ENTITY nasm-version                 "2.12.01">
    295295<!ENTITY npapi-sdk-version            "0.27.2">
    296296<!ENTITY php-version                  "7.0.3">
     
    532532<!ENTITY startup-notification-version "0.12">
    533533<!ENTITY webkitgtk2-version           "2.4.9">    <!-- Even minors only -->
    534 <!ENTITY webkitgtk-version            "2.10.7">    <!-- Even minors only -->
     534<!ENTITY webkitgtk-version            "2.10.9">    <!-- Even minors only -->
    535535
    536536<!ENTITY gtk2-libdir                  "2.0/2.10.0">
  • x/lib/webkitgtk.xml

    rcf4247e r419681d6  
    77  <!ENTITY webkitgtk-download-http "http://webkitgtk.org/releases/webkitgtk-&webkitgtk-version;.tar.xz">
    88  <!ENTITY webkitgtk-download-ftp  " ">
    9   <!ENTITY webkitgtk-md5sum        "84832b9d8329413b4f1d87df5f7e8efe">
     9  <!ENTITY webkitgtk-md5sum        "910749295bd177738469ae19ec9dded24">
    1010  <!ENTITY webkitgtk-size          "10 MB">
    11   <!ENTITY webkitgtk-buildsize     "910 MB (100 MB installed)">
    12   <!ENTITY webkitgtk-time          "157 SBU (with -j1. We recommend building with parallel jobs).">
     11  <!ENTITY webkitgtk-buildsize     "0.98 GB (105 MB installed)">
     12  <!ENTITY webkitgtk-time          "35 SBU (with parallelism=4, estimated 88+ SBU using one core)">
    1313]>
    1414
  • xfce/core/xfce4-session.xml

    rcf4247e r419681d6  
    169169
    170170<screen role="root"><userinput>update-desktop-database &amp;&amp;
    171 update-mime-database</userinput></screen>
     171update-mime-database /usr/share/mime</userinput></screen>
    172172  </sect2>
    173173
  • xsoft/office/libreoffice.xml

    rcf4247e r419681d6  
    474474  # Icons
    475475  mkdir -vp /usr/share/pixmaps
    476   for i in $LO_PREFIX/share/icons/hicolor/32x32/application/*; do
     476  for i in $LO_PREFIX/share/icons/hicolor/32x32/apps/*; do
    477477    ln -svf $i /usr/share/pixmaps
    478478  done &amp;&amp;
     
    661661      <option>--disable-postgresql-sdbc</option>: This switch disables compiling
    662662      <application>LibreOffice</application> with the ability to connect to a
    663       <application>PostgreSQL</application> database. Remove it if you would
    664       like <application>LibreOffice</application> to be able to connect to a
    665       <application>PostgreSQL</application> database. If you have installed
    666       <application>PostgreSQL</application> on your system and would like
    667       <application>LibreOffice</application> to use that rather than compile its
    668       own copy, use the <option>--with-system-postgresql</option> switch.
     663      <application>PostgreSQL</application> database. Use it if you have not
     664      installed <application>PostgreSQL</application> and you do not want
     665      <application>Libreoffice</application> to compile its bundled copy.
    669666    </para>
    670667
     
    798795          <para>
    799796            is a tool to manage <application>LibreOffice</application>
    800             extensions from the command line shell starting script.
     797            extensions from the command line.
    801798          </para>
    802799          <indexterm zone="libreoffice unopkg">
Note: See TracChangeset for help on using the changeset viewer.