Changeset 39ffbd0
- Timestamp:
- 01/07/2016 10:13:39 PM (7 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 7.10, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, ken/inkscape-core-mods, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 4fa3228
- Parents:
- 4c44c67
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r4c44c67 r39ffbd0 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "0 5"> <!-- Always 2 digits -->3 <!ENTITY day "07"> <!-- Always 2 digits --> 4 4 <!ENTITY month "01"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2016"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "January 5th &year;">9 <!ENTITY releasedate "January 7th &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
general/prog/php.xml
r4c44c67 r39ffbd0 351 351 352 352 <para> 353 <option>--with-mysql</option>: This option354 includes <application>MariaDB/MySQL</application> support.355 </para>356 357 <para>358 353 <option>--disable-libxml</option>: This option 359 354 allows building PHP without <application>libxml2</application> … … 368 363 <parameter>--enable-fpm</parameter> and 369 364 <parameter>--with-fpm-...</parameter> switches. 365 </para> 366 367 <para> 368 <option>--with-mysqli=/usr/bin/mysql_config</option>: This option 369 includes MySQLi support. 370 </para> 371 372 <para> 373 <option>--with-mysql-sock=/run/mysqld/mysqld.sock</option>: Location of 374 the MySQL unix socket pointer. 375 </para> 376 377 <para> 378 <option>--with-pdo-mysql=/usr</option>: This option includes PDO: MySQL 379 support. 370 380 </para> 371 381 -
introduction/welcome/changelog.xml
r4c44c67 r39ffbd0 44 44 45 45 --> 46 47 <listitem> 48 <para>January 7th, 2016</para> 49 <itemizedlist> 50 <listitem> 51 <para>[fernando] - Update to sqlite-autoconf-3100000 (3.10.0). Fixes 52 <ulink url="&blfs-ticket-root;7325">#7325</ulink>.</para> 53 </listitem> 54 </itemizedlist> 55 </listitem> 46 56 47 57 <listitem> -
packages.ent
r4c44c67 r39ffbd0 434 434 <!ENTITY mariadb-version "10.1.10"> 435 435 <!ENTITY postgresql-version "9.4.5"> 436 <!ENTITY sqlite-version "3. 9.2">436 <!ENTITY sqlite-version "3.10.0"> 437 437 438 438 <!-- Chapter 23 --> -
server/databases/sqlite.xml
r4c44c67 r39ffbd0 5 5 %general-entities; 6 6 7 <!ENTITY sqlite-dl-version "3 090200">8 <!ENTITY sqlite-doc-version "3 090200">9 10 <!ENTITY sqlite-download-http "http://sqlite.org/201 5/sqlite-autoconf-&sqlite-dl-version;.tar.gz">7 <!ENTITY sqlite-dl-version "3100000"> 8 <!ENTITY sqlite-doc-version "3100000"> 9 10 <!ENTITY sqlite-download-http "http://sqlite.org/2016/sqlite-autoconf-&sqlite-dl-version;.tar.gz"> 11 11 <!ENTITY sqlite-download-ftp " "> 12 <!ENTITY sqlite-md5sum " bc4eb5b3fc5cfcb6e059794306cac1ca">13 <!ENTITY sqlite-size "2. 2MB">12 <!ENTITY sqlite-md5sum "274364e6ca5c1104d42912f11e61ed26"> 13 <!ENTITY sqlite-size "2.3 MB"> 14 14 <!ENTITY sqlite-buildsize "74 MB (with Optional Documentation)"> 15 <!ENTITY sqlite-time "0. 4SBU">16 17 <!ENTITY sqlite-docs-download "http://sqlite.org/201 5/sqlite-doc-&sqlite-doc-version;.zip">18 <!ENTITY sqlite-docs-md5sum " edc091d50cb97880ebebd9d961e37c17">19 <!ENTITY sqlite-docs-size "5. 1MB">15 <!ENTITY sqlite-time "0.3 SBU"> 16 17 <!ENTITY sqlite-docs-download "http://sqlite.org/2016/sqlite-doc-&sqlite-doc-version;.zip"> 18 <!ENTITY sqlite-docs-md5sum "178ab3f444794d94786b27456f65c6d7"> 19 <!ENTITY sqlite-docs-size "5.2 MB"> 20 20 ]> 21 21 … … 103 103 <bridgehead renderas="sect4">Optional</bridgehead> 104 104 <para role="optional"> 105 <ulink url="http://www.thrysoee.dk/editline/">libedit</ulink> and 105 106 <xref linkend="unzip"/> (required to unzip the documentation) 106 107 </para> … … 113 114 <sect2 role="installation"> 114 115 <title>Installation of SQLite</title> 116 117 <note> 118 <para> 119 This package does not support parallel build. 120 </para> 121 </note> 115 122 116 123 <para> … … 132 139 -DSQLITE_SECURE_DELETE=1 \ 133 140 -DSQLITE_ENABLE_DBSTAT_VTAB=1" && 134 make </userinput></screen>141 make -j1</userinput></screen> 135 142 136 143 <para> -
x/lib/atk.xml
r4c44c67 r39ffbd0 80 80 </para> 81 81 82 <bridgehead renderas="sect4"> Optional(Required if building GNOME)</bridgehead>83 <para role=" optional">82 <bridgehead renderas="sect4">Recommended (Required if building GNOME)</bridgehead> 83 <para role="recommended"> 84 84 <xref linkend="gobject-introspection"/> 85 85 </para> -
x/lib/gtk+3.xml
r4c44c67 r39ffbd0 89 89 </para> 90 90 91 <bridgehead renderas="sect4"> Optional(Required if building GNOME)</bridgehead>92 <para role=" optional">91 <bridgehead renderas="sect4">Recommended (Required if building GNOME)</bridgehead> 92 <para role="recommended"> 93 93 <xref linkend="gobject-introspection"/> 94 94 </para> -
xfce/core/libxfce4ui.xml
r4c44c67 r39ffbd0 77 77 <bridgehead renderas="sect4">Required</bridgehead> 78 78 <para role="required"> 79 <xref linkend="gtk2"/> or <xref linkend="gtk3"/> (default)and79 <xref linkend="gtk2"/> and 80 80 <xref linkend="xfconf"/> 81 81 </para> … … 89 89 <para role="optional"> 90 90 <xref linkend="gtk-doc"/>, 91 <xref linkend="gtk3"/>, 91 92 <xref linkend="perl-html-parser"/>, and 92 93 <ulink url="https://glade.gnome.org/">Glade</ulink>
Note:
See TracChangeset
for help on using the changeset viewer.