Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Thomas Orgis (2694fdf03b824c4d42f559c0516f4862d3722d0f)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (2694fdf03b824c4d42f559c0516f4862d3722d0f)
  • Date: Sun, 26 Apr 2009 09:16:32 -0500

GIT changes to master grimoire by Thomas Orgis <sobukus AT sourcemage.org>:

x11-toolkits/qt4/BUILD | 2 +-
x11-toolkits/qt4/HISTORY | 4 ++++
2 files changed, 5 insertions(+), 1 deletion(-)

New commits:
commit 2694fdf03b824c4d42f559c0516f4862d3722d0f
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

qt4: select opensource license, prevent cast interrupting query

diff --git a/x11-toolkits/qt4/BUILD b/x11-toolkits/qt4/BUILD
index 9de1995..33e0b3b 100755
--- a/x11-toolkits/qt4/BUILD
+++ b/x11-toolkits/qt4/BUILD
@@ -16,7 +16,7 @@ OPTS="$QT_DEBUG \
$QT_WEBKIT \
$OPTS" &&

-./configure -confirm-license
\
+./configure -opensource -confirm-license
\
-prefix "$INSTALL_ROOT/usr"
\
-bindir "$INSTALL_ROOT/usr/bin/qt4"
\
-docdir "$INSTALL_ROOT/usr/share/doc/qt4"
\
diff --git a/x11-toolkits/qt4/HISTORY b/x11-toolkits/qt4/HISTORY
index 88b4753..37297a8 100644
--- a/x11-toolkits/qt4/HISTORY
+++ b/x11-toolkits/qt4/HISTORY
@@ -1,3 +1,7 @@
+2009-04-26 Thomas Orgis <sobukus AT sourcemage.org>
+ * BUILD: select opensource license on command line,
+ preventing build-time query
+
2009-04-23 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 4.5.1 (prerelease & stable)





Archive powered by MHonArc 2.6.24.

Top of Page