Author: fernando
Date: Thu Jan 7 14:13:39 2016
New Revision: 16793
Log:
• GTK+-3.18.6: Recommend gobject-introspection-1.46.0.
• ATK-2.18.0: Recommend gobject-introspection-1.46.0.
• PHP-7.0.1: Update command explanations for MariaDB-10.1.10 or MySQL.
• libxfce4ui-4.12.1: GTK+-3.18.6 is optional.
• Update to sqlite-autoconf-3100000 (3.10.0).
Modified:
trunk/BOOK/general.ent
trunk/BOOK/general/prog/php.xml
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/packages.ent
trunk/BOOK/server/databases/sqlite.xml
trunk/BOOK/x/lib/atk.xml
trunk/BOOK/x/lib/gtk+3.xml
trunk/BOOK/xfce/core/libxfce4ui.xml
Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent Wed Jan 6 11:28:16 2016 (r16792)
+++ trunk/BOOK/general.ent Thu Jan 7 14:13:39 2016 (r16793)
@@ -1,12 +1,12 @@
<!-- $LastChangedBy$ $Date$ -->
-<!ENTITY day "05"> <!-- Always 2 digits -->
+<!ENTITY day "07"> <!-- Always 2 digits -->
<!ENTITY month "01"> <!-- Always 2 digits -->
<!ENTITY year "2016">
<!ENTITY copyrightdate "2001-&year;">
<!ENTITY copyholder "The BLFS Development Team">
<!ENTITY version "&year;-&month;-&day;">
-<!ENTITY releasedate "January 5th &year;">
+<!ENTITY releasedate "January 7th &year;">
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
<!ENTITY lfs-version "development"> <!-- x.y|development] -->
Modified: trunk/BOOK/general/prog/php.xml
==============================================================================
--- trunk/BOOK/general/prog/php.xml Wed Jan 6 11:28:16 2016 (r16792)
+++ trunk/BOOK/general/prog/php.xml Thu Jan 7 14:13:39 2016 (r16793)
@@ -350,11 +350,6 @@
</para>
<para>
- <option>--with-mysql</option>: This option
- includes <application>MariaDB/MySQL</application> support.
- </para>
-
- <para>
<option>--disable-libxml</option>: This option
allows building PHP without <application>libxml2</application>
installed.
@@ -369,6 +364,21 @@
<parameter>--with-fpm-...</parameter> switches.
</para>
+ <para>
+ <option>--with-mysqli=/usr/bin/mysql_config</option>: This option
+ includes MySQLi support.
+ </para>
+
+ <para>
+ <option>--with-mysql-sock=/run/mysqld/mysqld.sock</option>: Location of
+ the MySQL unix socket pointer.
+ </para>
+
+ <para>
+ <option>--with-pdo-mysql=/usr</option>: This option includes PDO: MySQL
+ support.
+ </para>
+
</sect2>
<sect2 role="configuration">
Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml Wed Jan 6 11:28:16
2016 (r16792)
+++ trunk/BOOK/introduction/welcome/changelog.xml Thu Jan 7 14:13:39
2016 (r16793)
@@ -45,6 +45,16 @@
-->
<listitem>
+ <para>January 7th, 2016</para>
+ <itemizedlist>
+ <listitem>
+ <para>[fernando] - Update to sqlite-autoconf-3100000 (3.10.0). Fixes
+ <ulink url="&blfs-ticket-root;7325">#7325</ulink>.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>January 5th, 2016</para>
<itemizedlist>
<listitem>
Modified: trunk/BOOK/packages.ent
==============================================================================
--- trunk/BOOK/packages.ent Wed Jan 6 11:28:16 2016 (r16792)
+++ trunk/BOOK/packages.ent Thu Jan 7 14:13:39 2016 (r16793)
@@ -433,7 +433,7 @@
<!ENTITY lmdb-version "0.9.17">
<!ENTITY mariadb-version "10.1.10">
<!ENTITY postgresql-version "9.4.5">
-<!ENTITY sqlite-version "3.9.2">
+<!ENTITY sqlite-version "3.10.0">
<!-- Chapter 23 -->
<!ENTITY openldap-version "2.4.43">
Modified: trunk/BOOK/server/databases/sqlite.xml
==============================================================================
--- trunk/BOOK/server/databases/sqlite.xml Wed Jan 6 11:28:16 2016
(r16792)
+++ trunk/BOOK/server/databases/sqlite.xml Thu Jan 7 14:13:39 2016
(r16793)
@@ -4,19 +4,19 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
- <!ENTITY sqlite-dl-version "3090200">
- <!ENTITY sqlite-doc-version "3090200">
+ <!ENTITY sqlite-dl-version "3100000">
+ <!ENTITY sqlite-doc-version "3100000">
- <!ENTITY sqlite-download-http
"http://sqlite.org/2015/sqlite-autoconf-&sqlite-dl-version;.tar.gz">
+ <!ENTITY sqlite-download-http
"http://sqlite.org/2016/sqlite-autoconf-&sqlite-dl-version;.tar.gz">
<!ENTITY sqlite-download-ftp " ">
- <!ENTITY sqlite-md5sum "bc4eb5b3fc5cfcb6e059794306cac1ca">
- <!ENTITY sqlite-size "2.2 MB">
+ <!ENTITY sqlite-md5sum "274364e6ca5c1104d42912f11e61ed26">
+ <!ENTITY sqlite-size "2.3 MB">
<!ENTITY sqlite-buildsize "74 MB (with Optional Documentation)">
- <!ENTITY sqlite-time "0.4 SBU">
+ <!ENTITY sqlite-time "0.3 SBU">
- <!ENTITY sqlite-docs-download
"http://sqlite.org/2015/sqlite-doc-&sqlite-doc-version;.zip">
- <!ENTITY sqlite-docs-md5sum "edc091d50cb97880ebebd9d961e37c17">
- <!ENTITY sqlite-docs-size "5.1 MB">
+ <!ENTITY sqlite-docs-download
"http://sqlite.org/2016/sqlite-doc-&sqlite-doc-version;.zip">
+ <!ENTITY sqlite-docs-md5sum "178ab3f444794d94786b27456f65c6d7">
+ <!ENTITY sqlite-docs-size "5.2 MB">
]>
<sect1 id="sqlite" xreflabel="SQLite-&sqlite-version;">
@@ -102,6 +102,7 @@
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
+ <ulink url="http://www.thrysoee.dk/editline/">libedit</ulink> and
<xref linkend="unzip"/> (required to unzip the documentation)
</para>
@@ -113,6 +114,12 @@
<sect2 role="installation">
<title>Installation of SQLite</title>
+ <note>
+ <para>
+ This package does not support parallel build.
+ </para>
+ </note>
+
<para>
If you downloaded the optional documentation, issue the following command
to install the documentation into the source tree:
@@ -131,7 +138,7 @@
-DSQLITE_ENABLE_UNLOCK_NOTIFY=1 \
-DSQLITE_SECURE_DELETE=1 \
-DSQLITE_ENABLE_DBSTAT_VTAB=1" &&
-make</userinput></screen>
+make -j1</userinput></screen>
<para>
This package does not come with a test suite.
Modified: trunk/BOOK/x/lib/atk.xml
==============================================================================
--- trunk/BOOK/x/lib/atk.xml Wed Jan 6 11:28:16 2016 (r16792)
+++ trunk/BOOK/x/lib/atk.xml Thu Jan 7 14:13:39 2016 (r16793)
@@ -79,8 +79,8 @@
<xref linkend="glib2"/>
</para>
- <bridgehead renderas="sect4">Optional (Required if building
GNOME)</bridgehead>
- <para role="optional">
+ <bridgehead renderas="sect4">Recommended (Required if building
GNOME)</bridgehead>
+ <para role="recommended">
<xref linkend="gobject-introspection"/>
</para>
Modified: trunk/BOOK/x/lib/gtk+3.xml
==============================================================================
--- trunk/BOOK/x/lib/gtk+3.xml Wed Jan 6 11:28:16 2016 (r16792)
+++ trunk/BOOK/x/lib/gtk+3.xml Thu Jan 7 14:13:39 2016 (r16793)
@@ -88,8 +88,8 @@
keys, also needed for tests)
</para>
- <bridgehead renderas="sect4">Optional (Required if building
GNOME)</bridgehead>
- <para role="optional">
+ <bridgehead renderas="sect4">Recommended (Required if building
GNOME)</bridgehead>
+ <para role="recommended">
<xref linkend="gobject-introspection"/>
</para>
Modified: trunk/BOOK/xfce/core/libxfce4ui.xml
==============================================================================
--- trunk/BOOK/xfce/core/libxfce4ui.xml Wed Jan 6 11:28:16 2016 (r16792)
+++ trunk/BOOK/xfce/core/libxfce4ui.xml Thu Jan 7 14:13:39 2016 (r16793)
@@ -76,7 +76,7 @@
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
- <xref linkend="gtk2"/> or <xref linkend="gtk3"/> (default) and
+ <xref linkend="gtk2"/> and
<xref linkend="xfconf"/>
</para>
@@ -88,6 +88,7 @@
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
<xref linkend="gtk-doc"/>,
+ <xref linkend="gtk3"/>,
<xref linkend="perl-html-parser"/>, and
<ulink url="https://glade.gnome.org/">Glade</ulink>
</para>
--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page