Changeset 88499366


Ignore:
Timestamp:
01/02/2017 11:20:23 AM (7 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, 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:
55ec717
Parents:
3690841
Message:

libreoffice-5.2.4.2
Exim-4.88
Boost-1.63.0
Swig-3.0.11
Doxygen-1.8.13

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

Files:
8 edited

Legend:

Unmodified
Added
Removed
  • general.ent

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

    r3690841 r88499366  
    77  <!ENTITY boost-download-http "&sourceforge-repo;/project/boost/boost/&boost-version;/boost_&boost-dl-version;.tar.bz2">
    88  <!ENTITY boost-download-ftp  " ">
    9   <!ENTITY boost-md5sum        "5fb94629535c19e48703bdb2b2e9490f">
    10   <!ENTITY boost-size          "81 MB">
    11   <!ENTITY boost-buildsize     "879 MB (add 2 MB for regression tests)">
    12   <!ENTITY boost-time          "4.6 SBU (add 2.1 SBU for regression tests)">
     9  <!ENTITY boost-md5sum        "1c837ecd990bb022d07e7aab32b09847">
     10  <!ENTITY boost-size          "78 MB">
     11  <!ENTITY boost-buildsize     "994 MB (with regression tests)">
     12  <!ENTITY boost-time          "1.6 SBU (using -j4; add 2.1 SBU for regression tests)">
    1313]>
    1414
     
    108108
    109109
    110 <screen><userinput>sed -e '1 i#ifndef Q_MOC_RUN' \
    111     -e '$ a#endif'            \
    112     -i boost/type_traits/detail/has_binary_operator.hpp &amp;&amp;
    113 
    114 ./bootstrap.sh --prefix=/usr &amp;&amp;
     110<screen><userinput>./bootstrap.sh --prefix=/usr &amp;&amp;
    115111./b2 stage threading=multi link=shared</userinput></screen>
    116112
     
    142138    <title>Command Explanations</title>
    143139
    144     <para>
     140<!--    <para>
    145141      <command>sed ... has_binary_operator.hpp</command>: This command
    146142      fixes a header to overcome a problem with Qt's moc command.  It
    147143      is necessary for building some KDE packages.
    148144    </para>
    149 
     145-->
    150146    <para>
    151147      <parameter>threading=multi</parameter>: This parameter ensures that
     
    169165
    170166    <para>
    171       <option>--with-python=python3</option>: Add this switch if you want Boost
     167      <option>--with-python=python3</option>: Add this switch to the <command>
     168      bootstrap</command> command, if you want Boost
    172169      to use Python3 instead of Python2.
    173170    </para>
     
    190187          libboost_atomic.so, libboost_chrono.a, libboost_chrono.so,
    191188          libboost_container.so, libboost_context.so, libboost_coroutine.so,
    192           libboost_date_time.so, libboost_exception.a, libboost_filesystem.so,
     189          libboost_date_time.so, libboost_exception.a, libboost-fiber.so,
     190          libboost_filesystem.so,
    193191          libboost_graph.so, libboost_iostreams.so, libboost_locale.so,
    194192          libboost_log_setup.so, libboost_log.so, libboost_math_c99.so,
  • general/prog/doxygen.xml

    r3690841 r88499366  
    77  <!ENTITY doxygen-download-http "http://ftp.stack.nl/pub/doxygen/doxygen-&doxygen-version;.src.tar.gz">
    88  <!ENTITY doxygen-download-ftp  "ftp://ftp.stack.nl/pub/doxygen/doxygen-&doxygen-version;.src.tar.gz">
    9   <!ENTITY doxygen-md5sum        "08e0f7850c4d22cb5188da226b209a96">
     9  <!ENTITY doxygen-md5sum        "0fa414975f8cd6d30e126c28327c1f7c">
    1010  <!ENTITY doxygen-size          "4.7 MB">
    11   <!ENTITY doxygen-buildsize     "125 MB (with all programs and tests)">
    12   <!ENTITY doxygen-time          "2.2 SBU (with all programs and tests)">
     11  <!ENTITY doxygen-buildsize     "180 MB (with all programs, docs, and tests)">
     12  <!ENTITY doxygen-time          "2.2 SBU (with all programs, docs, and tests)">
    1313]>
    1414
     
    133133      -DCMAKE_BUILD_TYPE=Release  \
    134134      -DCMAKE_INSTALL_PREFIX=/usr \
    135       .. &amp;&amp;
     135      -Wno-dev .. &amp;&amp;
    136136
    137137make</userinput></screen>
     
    139139    <para>
    140140      To test the results, issue: <command>make tests</command>.
    141       One test, "test the \cite command", is known to fail.
    142141    </para>
    143142
     
    173172    <para>
    174173      <option>-Dbuild_wizard=ON</option>: Use this switch if
    175       <application>Qt4</application> is installed and you wish to build the GUI
     174      <application>Qt5</application> is installed and you wish to build the GUI
    176175      front-end.
    177176    </para>
     
    183182      <command>doxyindexer)</command>.
    184183    </para>
    185 
     184<!--
    186185    <para>
    187186      <option>-Dforce_qt4=ON</option>: Use this switch to build
    188187      <command>doxywizard</command> with Qt4 even if Qt5 is installed.
    189     </para>
     188    </para>-->
    190189
    191190    <para>
  • general/prog/swig.xml

    r3690841 r88499366  
    77  <!ENTITY swig-download-http "&sourceforge-repo;/swig/swig-&swig-version;.tar.gz">
    88  <!ENTITY swig-download-ftp  " ">
    9   <!ENTITY swig-md5sum        "bb4ab8047159469add7d00910e203124">
    10   <!ENTITY swig-size          "7.6 MB">
    11   <!ENTITY swig-buildsize     "94 MB (1.1 GB with tests)">
    12   <!ENTITY swig-time          "0.4 SBU (25 SBU for the tests)">
     9  <!ENTITY swig-md5sum        "13732eb0f1ab2123d180db8425c1edea">
     10  <!ENTITY swig-size          "7.8 MB">
     11  <!ENTITY swig-buildsize     "92 MB (1.6 GB with tests)">
     12  <!ENTITY swig-time          "0.3 SBU (26 SBU for the tests)">
    1313]>
    1414
    15 <!-- Try to keep the indentation used in this file-->
    1615<sect1 id="swig" xreflabel="SWIG-&swig-version;">
    1716  <?dbhtml filename="swig.html"?>
     
    2827  </indexterm>
    2928
    30   <!--Required section-->
    3129  <sect2 role="package">
    3230    <title>Introduction to SWIG</title>
     
    120118    </para>
    121119
    122 <!-- Spaces are significant in <screen> sections -->
    123120<screen><userinput>./configure --prefix=/usr                      \
    124121            --without-clisp                    \
  • introduction/welcome/changelog.xml

    r3690841 r88499366  
    4545
    4646    <listitem>
     47      <para>January 2nd, 2017</para>
     48      <itemizedlist>
     49        <listitem>
     50          <para>[pierre] - Update to doxygen-1.8.13. Fixes
     51          <ulink url="&blfs-ticket-root;8699">#8699</ulink>.</para>
     52        </listitem>
     53        <listitem>
     54          <para>[pierre] - Update to swig-3.0.11. Fixes
     55          <ulink url="&blfs-ticket-root;8691">#8691</ulink>.</para>
     56        </listitem>
     57        <listitem>
     58          <para>[pierre] - Update to boost-1.63.0. Fixes
     59          <ulink url="&blfs-ticket-root;8689">#8689</ulink>.</para>
     60        </listitem>
     61        <listitem>
     62          <para>[pierre] - Update to exim-4.88. Fixes
     63          <ulink url="&blfs-ticket-root;8684">#8684</ulink>.</para>
     64        </listitem>
     65        <listitem>
     66          <para>[pierre] - Update to libreoffice-5.2.4.2. Fixes
     67          <ulink url="&blfs-ticket-root;8674">#8674</ulink>.</para>
     68        </listitem>
     69      </itemizedlist>
     70    </listitem>
     71
     72    <listitem>
    4773      <para>January 1st, 2017</para>
    4874      <itemizedlist>
  • packages.ent

    r3690841 r88499366  
    8282
    8383<!ENTITY boost-major                  "1">
    84 <!ENTITY boost-minor                  "62">
     84<!ENTITY boost-minor                  "63">
    8585<!ENTITY boost-patch                  "0">
    8686<!ENTITY boost-version                "&boost-major;.&boost-minor;.&boost-patch;">
     
    281281<!--<!ENTITY cvs-version                  "1.11.23">-->
    282282<!ENTITY dejagnu-version              "1.6">
    283 <!ENTITY doxygen-version              "1.8.12">
     283<!ENTITY doxygen-version              "1.8.13">
    284284<!ENTITY elfutils-version             "0.168">
    285285<!ENTITY expect-version               "5.45">
     
    307307<!ENTITY slang-version                "2.3.1">
    308308<!ENTITY subversion-version           "1.9.5">
    309 <!ENTITY swig-version                 "3.0.10">
     309<!ENTITY swig-version                 "3.0.11">
    310310<!ENTITY tcl-version                  "8.6.6">
    311311<!ENTITY tk-version                   "8.6.6">
     
    462462<!ENTITY dovecot-version              "&dovecot-major;.&dovecot-minor;.&dovecot-micro;">
    463463
    464 <!ENTITY exim-version                 "4.87">
     464<!ENTITY exim-version                 "4.88">
    465465<!ENTITY postfix-version              "3.1.3">
    466466<!ENTITY sendmail-version             "8.15.2">
     
    685685<!ENTITY gnucash-version              "2.4.11">
    686686
    687 <!ENTITY libreoffice-version          "5.2.3">
    688 <!ENTITY libreoffice-patch            ".3">
     687<!ENTITY libreoffice-version          "5.2.4">
     688<!ENTITY libreoffice-patch            ".2">
    689689<!ENTITY libreoffice-dlversion        "&libreoffice-version;&libreoffice-patch;">
    690690
  • server/mail/exim.xml

    r3690841 r88499366  
    1313  <!-- if above don't work, please use one of the official mirrors at
    1414       http://www.exim.org/mirmon/ftp_mirrors.html -->
    15   <!ENTITY exim-md5sum          "2effc2bd47ad2dc010f655c11a1b1173">
     15  <!ENTITY exim-md5sum          "4cc10c910fd18bb9e299e98bc0a32ed2">
    1616  <!ENTITY exim-size            "1.7 MB">
    17   <!ENTITY exim-buildsize       "17 MB">
     17  <!ENTITY exim-buildsize       "14 MB">
    1818  <!ENTITY exim-time            "0.2 SBU">
    1919
     
    8282    <para role="required">
    8383      <xref linkend="pcre"/>
     84    </para>
     85
     86    <bridgehead renderas="sect4">Recommended</bridgehead>
     87    <para role="recommended">
     88      <xref linkend="openssl"/>
    8489    </para>
    8590
     
    95100      <ulink url="http://www.mysql.com/">MySQL</ulink>,
    96101      <xref linkend="openldap"/>,
    97       <xref linkend="openssl"/> or <xref linkend="gnutls"/>,
     102      <xref linkend="gnutls"/>,
    98103      <xref linkend="postgresql"/>,
    99104      <xref linkend="sqlite"/>,
    100       <xref linkend="x-window-system"/>, and
     105      <xref linkend="x-window-system"/>,
     106      <ulink url="http://www.hl5.org">Heimdal GSSAPI</ulink>, and
    101107      <ulink url="http://www.trusteddomain.org/opendmarc/">OpenDMARC</ulink>
    102108    </para>
     
    121127    commands:</para>
    122128
    123 <screen><userinput>sed -e 's,^BIN_DIR.*$,BIN_DIRECTORY=/usr/sbin,' \
     129<screen><userinput>sed -e 's,^BIN_DIR.*$,BIN_DIRECTORY=/usr/sbin,'    \
    124130    -e 's,^CONF.*$,CONFIGURE_FILE=/etc/exim.conf,' \
    125     -e 's,^EXIM_USER.*$,EXIM_USER=exim,' \
     131    -e 's,^EXIM_USER.*$,EXIM_USER=exim,'           \
     132    -e '/SUPPORT_TLS/s,^#,,'                       \
     133    -e '/USE_OPENSSL/s,^#,,'                       \
    126134    -e 's,^EXIM_MONITOR,#EXIM_MONITOR,' src/EDITME > Local/Makefile &amp;&amp;
    127135printf "USE_GDBM = yes\nDBMLIB = -lgdbm\n" >> Local/Makefile &amp;&amp;
     
    147155
    148156    <para><command>sed -e ... > Local/Makefile</command>: Most of
    149     <application>Exim</application>'s configuration options are compiled in using
    150     the directives in <filename>Local/Makefile</filename> which is created from
     157    <application>Exim</application>'s configuration options are defined
     158    in <filename>Local/Makefile</filename>, which is created from
    151159    the <filename>src/EDITME</filename> file. This command specifies the minimum
    152160    set of options. Descriptions for the options are listed below.</para>
     
    169177    hands off the daemon to the <systemitem
    170178    class="username">exim</systemitem> user.</para>
     179
     180    <para><parameter>SUPPORT_TLS=yes</parameter>: This allows to support
     181    STARTTLS connexions. If you use this option, you need to select
     182    whether <application>OpenSSL</application> or
     183    <application>GnuTLS</application> is used (see
     184    <filename>src/EDITME</filename>).</para>
     185
     186    <para><parameter>USE_OPENSSL_PC=openssl</parameter>: This tells the
     187    build system to use <application>OpenSSL</application>, and to
     188    find the needed libraries with <application>pkg-config</application>.
     189    </para>
    171190
    172191    <para><parameter>#EXIM_MONITOR</parameter>: This defers building the
     
    212231    <option>WITH_CONTENT_SCAN=yes</option> parameter and review the information
    213232    found at <ulink
    214     url="http://exim.org/exim-html-&exim-version;/doc/html/spec_html/ch41.html"/>.</para>
     233    url="http://exim.org/exim-html-&exim-version;/doc/html/spec_html/ch45.html"/>.</para>
    215234
    216235    <para>To use a backend database other than <application>Berkeley
     
    221240    url="http://exim.org/exim-html-&exim-version;/doc/html/spec_html/ch04.html#SECTinctlsssl"/>
    222241    and <ulink
    223     url="http://exim.org/exim-html-&exim-version;/doc/html/spec_html/ch39.html"/>.</para>
     242    url="http://exim.org/exim-html-&exim-version;/doc/html/spec_html/ch42.html"/>.</para>
    224243
    225244    <para>For <application>tcpwrappers</application> functionality, see the
     
    228247
    229248    <para>For information about adding authentication mechanisms to the
    230     build, see chapters 33-37 of <ulink
     249    build, see chapters 33&mdash;41 of <ulink
    231250    url="http://exim.org/exim-html-&exim-version;/doc/html/spec_html/index.html"/>.</para>
    232251
     
    249268    <filename class='directory'>/var/spool/exim/log</filename> directory. See the
    250269    information at <ulink
    251     url="http://exim.org/exim-html-&exim-version;/doc/html/spec_html/ch49.html"/>.</para>
     270    url="http://exim.org/exim-html-&exim-version;/doc/html/spec_html/ch52.html"/>.</para>
     271
     272    <para>A wealth of information can be also found at the <ulink url=
     273    "https://github.com/Exim/exim/wiki">Exim Wiki</ulink>.</para>
    252274
    253275  </sect2>
  • xsoft/office/libreoffice.xml

    r3690841 r88499366  
    88
    99  <!ENTITY libreoffice-core-download-http "&libreoffice-dl;/libreoffice-&libreoffice-dlversion;.tar.xz">
    10   <!ENTITY libreoffice-core-md5sum        "6177d8be5ca358929277a19292cae36d">
    11   <!ENTITY libreoffice-core-size          "175 MB">
     10  <!ENTITY libreoffice-core-md5sum        "6355e3750604370b51c77cdffb688275">
     11  <!ENTITY libreoffice-core-size          "174 MB">
    1212
    1313  <!ENTITY libreoffice-dict-download-http "&libreoffice-dl;/libreoffice-dictionaries-&libreoffice-dlversion;.tar.xz">
    14   <!ENTITY libreoffice-dict-md5sum        "113eaf27048a8d2443852b917b03988c">
    15   <!ENTITY libreoffice-dict-size          "40 MB">
     14  <!ENTITY libreoffice-dict-md5sum        "2bd0a85518bbbefc605377891d1af424">
     15  <!ENTITY libreoffice-dict-size          "39 MB">
    1616
    1717  <!ENTITY libreoffice-help-download-http "&libreoffice-dl;/libreoffice-help-&libreoffice-dlversion;.tar.xz">
    18   <!ENTITY libreoffice-help-md5sum        "d37cf576bf6df067474f96f3bf6369d6">
     18  <!ENTITY libreoffice-help-md5sum        "9f9bbde479f83fb00605b5c27665cc94">
    1919  <!ENTITY libreoffice-help-size          "1.8 MB">
    2020
    2121  <!ENTITY libreoffice-translations-download-http "&libreoffice-dl;/libreoffice-translations-&libreoffice-dlversion;.tar.xz">
    22   <!ENTITY libreoffice-translations-md5sum        "2346cacee8b4e797ba23765b748cf3ae">
     22  <!ENTITY libreoffice-translations-md5sum        "8cb9b610c1e036cd39f8cf86b953e58d">
    2323  <!ENTITY libreoffice-translations-size          "135 MB">
    2424
    2525
    26   <!ENTITY libreoffice-buildsize          "8.2 GB (610 MB installed)">
    27   <!ENTITY libreoffice-time               "32 SBU with parallelism = 8 + download time">
     26  <!ENTITY libreoffice-buildsize          "8.4 GB (610 MB installed)">
     27  <!ENTITY libreoffice-time               "33 SBU with parallelism = 8 + download time">
    2828
    2929]>
Note: See TracChangeset for help on using the changeset viewer.