Gentoo Archives: gentoo-commits

From: "Peter Alfredsen (loki_val)" <loki_val@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-office/qtstalker/files: qtstalker-0.35-gcc43.patch qtstalker-install_docs_with_emerge.patch qtstalker-sandboxfix_no_fixpath.patch qtstalker-no_mysql_support.patch qtstalker-0.33-sandboxfix_no_fixpath.patch qtstalker-0.33-install_docs_with_emerge.patch
Date: Mon, 09 Jun 2008 08:44:15
Message-Id: E1K5cz2-0002Rc-UH@stork.gentoo.org
1 loki_val 08/06/09 08:44:08
2
3 Added: qtstalker-0.35-gcc43.patch
4 Removed: qtstalker-install_docs_with_emerge.patch
5 qtstalker-sandboxfix_no_fixpath.patch
6 qtstalker-no_mysql_support.patch
7 qtstalker-0.33-sandboxfix_no_fixpath.patch
8 qtstalker-0.33-install_docs_with_emerge.patch
9 Log:
10 Add patch for gcc-4.3.0, remove old. Closes bug #217671.
11 (Portage version: 2.1.5.4)
12
13 Revision Changes Path
14 1.1 app-office/qtstalker/files/qtstalker-0.35-gcc43.patch
15
16 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/qtstalker/files/qtstalker-0.35-gcc43.patch?rev=1.1&view=markup
17 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/qtstalker/files/qtstalker-0.35-gcc43.patch?rev=1.1&content-type=text/plain
18
19 Index: qtstalker-0.35-gcc43.patch
20 ===================================================================
21 --- qtstalker/lib/UpgradeMessage.cpp.orig 2008-04-14 17:59:26.000000000 +0200
22 +++ qtstalker/lib/UpgradeMessage.cpp 2008-04-14 17:59:59.000000000 +0200
23 @@ -32,10 +32,11 @@
24 #include <qfileinfo.h>
25 #include <qdir.h>
26 #include <qfile.h>
27 #include <qpushbutton.h>
28 #include <db.h>
29 +#include <stdlib.h>
30
31 UpgradeMessage::UpgradeMessage (int type) : QTabDialog (0, "UpgradeMessage", TRUE)
32 {
33 switch (type)
34 {
35 --- qtstalker/src/IndicatorPage.cpp.orig 2008-04-14 18:06:35.000000000 +0200
36 +++ qtstalker/src/IndicatorPage.cpp 2008-04-14 18:07:01.000000000 +0200
37 @@ -41,11 +41,11 @@
38 #include <qfile.h>
39 #include <qtextstream.h>
40 #include <qinputdialog.h>
41 #include <qmessagebox.h>
42 #include <qtooltip.h>
43 -
44 +#include <stdlib.h>
45
46 IndicatorPage::IndicatorPage (QWidget *w, DBIndex *i) : QWidget (w)
47 {
48 chartIndex = i;
49 updateEnableFlag = FALSE;
50
51
52
53 --
54 gentoo-commits@l.g.o mailing list