Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (5f0aeaa3ae14d87e3ae2297e23d8cb75b600c8ef)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (5f0aeaa3ae14d87e3ae2297e23d8cb75b600c8ef)
  • Date: Sun, 9 Jul 2017 21:52:45 +0000

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

qt5/qtbase/DEPENDS | 2 +-
qt5/qtbase/HISTORY | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit 5f0aeaa3ae14d87e3ae2297e23d8cb75b600c8ef
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

qtbase: ibase plugin exclusion code is broken. Should work per
src/sql/README.module

Error:
Info: creating cache file
/usr/src/qtbase-opensource-src-5.9.1/.qmake.cache
ERROR: Unknown command line option '-no-sql-ibase'.

diff --git a/qt5/qtbase/DEPENDS b/qt5/qtbase/DEPENDS
index aa15ee3..354fe90 100755
--- a/qt5/qtbase/DEPENDS
+++ b/qt5/qtbase/DEPENDS
@@ -70,7 +70,7 @@ optional_depends glib2 '-glib' '-no-glib' 'glib support'
if [[ $QT_SQL == y ]];then
optional_depends firebird3 \
"-plugin-sql-ibase" \
- '-no-sql-ibase' \
+ '' \
'Firebird database support' &&

optional_depends MYSQL \
diff --git a/qt5/qtbase/HISTORY b/qt5/qtbase/HISTORY
index 049047a..ee5776f 100644
--- a/qt5/qtbase/HISTORY
+++ b/qt5/qtbase/HISTORY
@@ -1,3 +1,6 @@
+2017-07-09 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: ibase plugin exclusion code is broken. Should work per
src/sql/README.module .
+
2017-06-30 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 5.9.1
* patches/ PRE_BUILD: updated



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (5f0aeaa3ae14d87e3ae2297e23d8cb75b600c8ef), Eric Sandall, 07/09/2017

Archive powered by MHonArc 2.6.24.

Top of Page