Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-nntp/klibido/files: klibido-0.2.5+gcc-4.3.patch
Date: Mon, 09 Jun 2008 11:57:05
Message-Id: E1K5fzg-00023y-8b@stork.gentoo.org
1 flameeyes 08/06/09 11:57:00
2
3 Added: klibido-0.2.5+gcc-4.3.patch
4 Log:
5 Add patch to build with GCC 4.3. Thanks to Marek Miller in bug #225359.
6 (Portage version: 2.1.5.4)
7
8 Revision Changes Path
9 1.1 net-nntp/klibido/files/klibido-0.2.5+gcc-4.3.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-nntp/klibido/files/klibido-0.2.5+gcc-4.3.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-nntp/klibido/files/klibido-0.2.5+gcc-4.3.patch?rev=1.1&content-type=text/plain
13
14 Index: klibido-0.2.5+gcc-4.3.patch
15 ===================================================================
16 --- src/grouplist.cpp~ 2007-04-02 10:09:18.000000000 +0000
17 +++ src/grouplist.cpp 2007-04-02 10:09:24.000000000 +0000
18 @@ -22,6 +22,7 @@
19 #include "grouplist.h"
20 #include "binheader.h"
21 #include <kmessagebox.h>
22 +#include <cstdlib>
23 #include <assert.h>
24 #include <kiconloader.h>
25 #include "progress.h"
26 --- src/headerlist.cpp~ 2007-04-02 10:12:28.000000000 +0000
27 +++ src/headerlist.cpp 2007-04-02 10:12:34.000000000 +0000
28 @@ -24,6 +24,7 @@
29 #include <kmessagebox.h>
30 #include <klocale.h>
31 #include "progress.h"
32 +#include <cstdlib>
33 #include <errno.h>
34 #include <kprogress.h>
35 #include <qregexp.h>
36 --- src/hlistviewitem.cpp~ 2007-04-02 10:14:54.000000000 +0000
37 +++ src/hlistviewitem.cpp 2007-04-02 10:14:59.000000000 +0000
38 @@ -21,6 +21,7 @@
39 #include "newsgroup.h"
40 #include <qpainter.h>
41 #include <klocale.h>
42 +#include <cstdlib>
43 /*
44 static const char *patterns[] = { "\\d+\\.(?:avi|mpg|mpeg|wmv)", //.nn.avi
45 "(?:avi|mpg|mpeg|wmv)\\.\\d+)", //.avi.nn
46 --- src/nntpthreadsocket.cpp~ 2007-04-02 10:15:35.000000000 +0000
47 +++ src/nntpthreadsocket.cpp 2007-04-02 10:15:41.000000000 +0000
48 @@ -22,6 +22,7 @@
49 #include "nntpthreadsocket.h"
50 #include <sys/types.h>
51 #include <sys/socket.h>
52 +#include <cstdlib>
53 #include <assert.h>
54 #include <netdb.h>
55 #include <sys/poll.h>
56 --- src/queueparts.cpp~ 2007-04-02 10:16:09.000000000 +0000
57 +++ src/queueparts.cpp 2007-04-02 10:16:15.000000000 +0000
58 @@ -20,6 +20,7 @@
59
60 #include "queueparts.h"
61 #include <qfileinfo.h>
62 +#include <cstdlib>
63
64
65
66 --- src/qmgr.cpp~ 2007-04-02 10:17:13.000000000 +0000
67 +++ src/qmgr.cpp 2007-04-02 10:17:20.000000000 +0000
68 @@ -29,6 +29,7 @@
69 #include <qdatetime.h>
70 #include "nzbform.h"
71 #include "mylistview.h"
72 +#include <cstdlib>
73
74
75 extern bool g_qResume;
76 --- src/updatedb.cpp~ 2007-04-02 10:18:26.000000000 +0000
77 +++ src/updatedb.cpp 2007-04-02 10:18:31.000000000 +0000
78 @@ -20,6 +20,7 @@
79
80 #include "updatedb.h"
81 #include "binheader.h"
82 +#include <cstdlib>
83
84 //CACHE PARAMETERS
85 #define CACHESIZE 503
86
87 --- src/newsgroup.h.orig 2008-06-08 16:03:20.000000000 +0200
88 +++ src/newsgroup.h 2008-06-08 16:03:37.000000000 +0200
89 @@ -20,6 +20,7 @@
90 #ifndef NEWSGROUP_H
91 #define NEWSGROUP_H
92
93 +#include <cstdlib>
94 #include "globals.h"
95 // #include <kmdimainfrm.h>
96 #include <klistview.h>
97
98
99
100 --
101 gentoo-commits@l.g.o mailing list