Changeset 88499366
- Timestamp:
- 01/02/2017 11:20:23 AM (8 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 55ec717
- Parents:
- 3690841
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r3690841 r88499366 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "0 1"> <!-- Always 2 digits -->3 <!ENTITY day "02"> <!-- Always 2 digits --> 4 4 <!ENTITY month "01"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2017"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "January 1st&year;">9 <!ENTITY releasedate "January 2nd &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
general/genlib/boost.xml
r3690841 r88499366 7 7 <!ENTITY boost-download-http "&sourceforge-repo;/project/boost/boost/&boost-version;/boost_&boost-dl-version;.tar.bz2"> 8 8 <!ENTITY boost-download-ftp " "> 9 <!ENTITY boost-md5sum " 5fb94629535c19e48703bdb2b2e9490f">10 <!ENTITY boost-size " 81MB">11 <!ENTITY boost-buildsize " 879 MB (add 2 MB forregression 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)"> 13 13 ]> 14 14 … … 108 108 109 109 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 && 113 114 ./bootstrap.sh --prefix=/usr && 110 <screen><userinput>./bootstrap.sh --prefix=/usr && 115 111 ./b2 stage threading=multi link=shared</userinput></screen> 116 112 … … 142 138 <title>Command Explanations</title> 143 139 144 <para>140 <!-- <para> 145 141 <command>sed ... has_binary_operator.hpp</command>: This command 146 142 fixes a header to overcome a problem with Qt's moc command. It 147 143 is necessary for building some KDE packages. 148 144 </para> 149 145 --> 150 146 <para> 151 147 <parameter>threading=multi</parameter>: This parameter ensures that … … 169 165 170 166 <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 172 169 to use Python3 instead of Python2. 173 170 </para> … … 190 187 libboost_atomic.so, libboost_chrono.a, libboost_chrono.so, 191 188 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, 193 191 libboost_graph.so, libboost_iostreams.so, libboost_locale.so, 194 192 libboost_log_setup.so, libboost_log.so, libboost_math_c99.so, -
general/prog/doxygen.xml
r3690841 r88499366 7 7 <!ENTITY doxygen-download-http "http://ftp.stack.nl/pub/doxygen/doxygen-&doxygen-version;.src.tar.gz"> 8 8 <!ENTITY doxygen-download-ftp "ftp://ftp.stack.nl/pub/doxygen/doxygen-&doxygen-version;.src.tar.gz"> 9 <!ENTITY doxygen-md5sum "0 8e0f7850c4d22cb5188da226b209a96">9 <!ENTITY doxygen-md5sum "0fa414975f8cd6d30e126c28327c1f7c"> 10 10 <!ENTITY doxygen-size "4.7 MB"> 11 <!ENTITY doxygen-buildsize "1 25 MB (with all programsand 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)"> 13 13 ]> 14 14 … … 133 133 -DCMAKE_BUILD_TYPE=Release \ 134 134 -DCMAKE_INSTALL_PREFIX=/usr \ 135 .. &&135 -Wno-dev .. && 136 136 137 137 make</userinput></screen> … … 139 139 <para> 140 140 To test the results, issue: <command>make tests</command>. 141 One test, "test the \cite command", is known to fail.142 141 </para> 143 142 … … 173 172 <para> 174 173 <option>-Dbuild_wizard=ON</option>: Use this switch if 175 <application>Qt 4</application> is installed and you wish to build the GUI174 <application>Qt5</application> is installed and you wish to build the GUI 176 175 front-end. 177 176 </para> … … 183 182 <command>doxyindexer)</command>. 184 183 </para> 185 184 <!-- 186 185 <para> 187 186 <option>-Dforce_qt4=ON</option>: Use this switch to build 188 187 <command>doxywizard</command> with Qt4 even if Qt5 is installed. 189 </para> 188 </para>--> 190 189 191 190 <para> -
general/prog/swig.xml
r3690841 r88499366 7 7 <!ENTITY swig-download-http "&sourceforge-repo;/swig/swig-&swig-version;.tar.gz"> 8 8 <!ENTITY swig-download-ftp " "> 9 <!ENTITY swig-md5sum " bb4ab8047159469add7d00910e203124">10 <!ENTITY swig-size "7. 6MB">11 <!ENTITY swig-buildsize "9 4 MB (1.1GB with tests)">12 <!ENTITY swig-time "0. 4 SBU (25SBU 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)"> 13 13 ]> 14 14 15 <!-- Try to keep the indentation used in this file-->16 15 <sect1 id="swig" xreflabel="SWIG-&swig-version;"> 17 16 <?dbhtml filename="swig.html"?> … … 28 27 </indexterm> 29 28 30 <!--Required section-->31 29 <sect2 role="package"> 32 30 <title>Introduction to SWIG</title> … … 120 118 </para> 121 119 122 <!-- Spaces are significant in <screen> sections -->123 120 <screen><userinput>./configure --prefix=/usr \ 124 121 --without-clisp \ -
introduction/welcome/changelog.xml
r3690841 r88499366 45 45 46 46 <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> 47 73 <para>January 1st, 2017</para> 48 74 <itemizedlist> -
packages.ent
r3690841 r88499366 82 82 83 83 <!ENTITY boost-major "1"> 84 <!ENTITY boost-minor "6 2">84 <!ENTITY boost-minor "63"> 85 85 <!ENTITY boost-patch "0"> 86 86 <!ENTITY boost-version "&boost-major;.&boost-minor;.&boost-patch;"> … … 281 281 <!--<!ENTITY cvs-version "1.11.23">--> 282 282 <!ENTITY dejagnu-version "1.6"> 283 <!ENTITY doxygen-version "1.8.1 2">283 <!ENTITY doxygen-version "1.8.13"> 284 284 <!ENTITY elfutils-version "0.168"> 285 285 <!ENTITY expect-version "5.45"> … … 307 307 <!ENTITY slang-version "2.3.1"> 308 308 <!ENTITY subversion-version "1.9.5"> 309 <!ENTITY swig-version "3.0.1 0">309 <!ENTITY swig-version "3.0.11"> 310 310 <!ENTITY tcl-version "8.6.6"> 311 311 <!ENTITY tk-version "8.6.6"> … … 462 462 <!ENTITY dovecot-version "&dovecot-major;.&dovecot-minor;.&dovecot-micro;"> 463 463 464 <!ENTITY exim-version "4.8 7">464 <!ENTITY exim-version "4.88"> 465 465 <!ENTITY postfix-version "3.1.3"> 466 466 <!ENTITY sendmail-version "8.15.2"> … … 685 685 <!ENTITY gnucash-version "2.4.11"> 686 686 687 <!ENTITY libreoffice-version "5.2. 3">688 <!ENTITY libreoffice-patch ". 3">687 <!ENTITY libreoffice-version "5.2.4"> 688 <!ENTITY libreoffice-patch ".2"> 689 689 <!ENTITY libreoffice-dlversion "&libreoffice-version;&libreoffice-patch;"> 690 690 -
server/mail/exim.xml
r3690841 r88499366 13 13 <!-- if above don't work, please use one of the official mirrors at 14 14 http://www.exim.org/mirmon/ftp_mirrors.html --> 15 <!ENTITY exim-md5sum " 2effc2bd47ad2dc010f655c11a1b1173">15 <!ENTITY exim-md5sum "4cc10c910fd18bb9e299e98bc0a32ed2"> 16 16 <!ENTITY exim-size "1.7 MB"> 17 <!ENTITY exim-buildsize "1 7MB">17 <!ENTITY exim-buildsize "14 MB"> 18 18 <!ENTITY exim-time "0.2 SBU"> 19 19 … … 82 82 <para role="required"> 83 83 <xref linkend="pcre"/> 84 </para> 85 86 <bridgehead renderas="sect4">Recommended</bridgehead> 87 <para role="recommended"> 88 <xref linkend="openssl"/> 84 89 </para> 85 90 … … 95 100 <ulink url="http://www.mysql.com/">MySQL</ulink>, 96 101 <xref linkend="openldap"/>, 97 <xref linkend=" openssl"/> or <xref linkend="gnutls"/>,102 <xref linkend="gnutls"/>, 98 103 <xref linkend="postgresql"/>, 99 104 <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 101 107 <ulink url="http://www.trusteddomain.org/opendmarc/">OpenDMARC</ulink> 102 108 </para> … … 121 127 commands:</para> 122 128 123 <screen><userinput>sed -e 's,^BIN_DIR.*$,BIN_DIRECTORY=/usr/sbin,' \129 <screen><userinput>sed -e 's,^BIN_DIR.*$,BIN_DIRECTORY=/usr/sbin,' \ 124 130 -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,^#,,' \ 126 134 -e 's,^EXIM_MONITOR,#EXIM_MONITOR,' src/EDITME > Local/Makefile && 127 135 printf "USE_GDBM = yes\nDBMLIB = -lgdbm\n" >> Local/Makefile && … … 147 155 148 156 <para><command>sed -e ... > Local/Makefile</command>: Most of 149 <application>Exim</application>'s configuration options are compiled in using150 the directives in <filename>Local/Makefile</filename>which is created from157 <application>Exim</application>'s configuration options are defined 158 in <filename>Local/Makefile</filename>, which is created from 151 159 the <filename>src/EDITME</filename> file. This command specifies the minimum 152 160 set of options. Descriptions for the options are listed below.</para> … … 169 177 hands off the daemon to the <systemitem 170 178 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> 171 190 172 191 <para><parameter>#EXIM_MONITOR</parameter>: This defers building the … … 212 231 <option>WITH_CONTENT_SCAN=yes</option> parameter and review the information 213 232 found at <ulink 214 url="http://exim.org/exim-html-&exim-version;/doc/html/spec_html/ch4 1.html"/>.</para>233 url="http://exim.org/exim-html-&exim-version;/doc/html/spec_html/ch45.html"/>.</para> 215 234 216 235 <para>To use a backend database other than <application>Berkeley … … 221 240 url="http://exim.org/exim-html-&exim-version;/doc/html/spec_html/ch04.html#SECTinctlsssl"/> 222 241 and <ulink 223 url="http://exim.org/exim-html-&exim-version;/doc/html/spec_html/ch 39.html"/>.</para>242 url="http://exim.org/exim-html-&exim-version;/doc/html/spec_html/ch42.html"/>.</para> 224 243 225 244 <para>For <application>tcpwrappers</application> functionality, see the … … 228 247 229 248 <para>For information about adding authentication mechanisms to the 230 build, see chapters 33 -37of <ulink249 build, see chapters 33—41 of <ulink 231 250 url="http://exim.org/exim-html-&exim-version;/doc/html/spec_html/index.html"/>.</para> 232 251 … … 249 268 <filename class='directory'>/var/spool/exim/log</filename> directory. See the 250 269 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> 252 274 253 275 </sect2> -
xsoft/office/libreoffice.xml
r3690841 r88499366 8 8 9 9 <!ENTITY libreoffice-core-download-http "&libreoffice-dl;/libreoffice-&libreoffice-dlversion;.tar.xz"> 10 <!ENTITY libreoffice-core-md5sum "6 177d8be5ca358929277a19292cae36d">11 <!ENTITY libreoffice-core-size "17 5MB">10 <!ENTITY libreoffice-core-md5sum "6355e3750604370b51c77cdffb688275"> 11 <!ENTITY libreoffice-core-size "174 MB"> 12 12 13 13 <!ENTITY libreoffice-dict-download-http "&libreoffice-dl;/libreoffice-dictionaries-&libreoffice-dlversion;.tar.xz"> 14 <!ENTITY libreoffice-dict-md5sum " 113eaf27048a8d2443852b917b03988c">15 <!ENTITY libreoffice-dict-size " 40MB">14 <!ENTITY libreoffice-dict-md5sum "2bd0a85518bbbefc605377891d1af424"> 15 <!ENTITY libreoffice-dict-size "39 MB"> 16 16 17 17 <!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"> 19 19 <!ENTITY libreoffice-help-size "1.8 MB"> 20 20 21 21 <!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"> 23 23 <!ENTITY libreoffice-translations-size "135 MB"> 24 24 25 25 26 <!ENTITY libreoffice-buildsize "8. 2GB (610 MB installed)">27 <!ENTITY libreoffice-time "3 2SBU 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"> 28 28 29 29 ]>
Note:
See TracChangeset
for help on using the changeset viewer.