Gentoo Archives: gentoo-commits

From: "Tiziano Mueller (dev-zero)" <dev-zero@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/log4cxx/files: 0.10.0-missing_includes.patch
Date: Tue, 06 May 2008 08:07:02
Message-Id: E1JtICR-0002On-B4@stork.gentoo.org
1 dev-zero 08/05/06 08:06:59
2
3 Added: 0.10.0-missing_includes.patch
4 Log:
5 Version bumpg (bug #220203). Dropped old version.
6 (Portage version: 2.1.5_rc6)
7
8 Revision Changes Path
9 1.1 dev-libs/log4cxx/files/0.10.0-missing_includes.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/log4cxx/files/0.10.0-missing_includes.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/log4cxx/files/0.10.0-missing_includes.patch?rev=1.1&content-type=text/plain
13
14 Index: 0.10.0-missing_includes.patch
15 ===================================================================
16 diff -Naur apache-log4cxx-0.10.0.orig/src/examples/cpp/console.cpp apache-log4cxx-0.10.0/src/examples/cpp/console.cpp
17 --- apache-log4cxx-0.10.0.orig/src/examples/cpp/console.cpp 2008-04-01 00:34:52.000000000 +0200
18 +++ apache-log4cxx-0.10.0/src/examples/cpp/console.cpp 2008-05-06 05:40:52.000000000 +0200
19 @@ -15,7 +15,8 @@
20 * limitations under the License.
21 */
22
23 -#include <stdlib.h>
24 +#include <cstdlib>
25 +#include <cstring>
26 #include <log4cxx/logger.h>
27 #include <log4cxx/consoleappender.h>
28 #include <log4cxx/simplelayout.h>
29 diff -Naur apache-log4cxx-0.10.0.orig/src/main/cpp/inputstreamreader.cpp apache-log4cxx-0.10.0/src/main/cpp/inputstreamreader.cpp
30 --- apache-log4cxx-0.10.0.orig/src/main/cpp/inputstreamreader.cpp 2008-04-01 00:34:09.000000000 +0200
31 +++ apache-log4cxx-0.10.0/src/main/cpp/inputstreamreader.cpp 2008-05-06 05:32:31.000000000 +0200
32 @@ -21,6 +21,8 @@
33 #include <log4cxx/helpers/pool.h>
34 #include <log4cxx/helpers/bytebuffer.h>
35
36 +#include <cstring>
37 +
38 using namespace log4cxx;
39 using namespace log4cxx::helpers;
40
41 diff -Naur apache-log4cxx-0.10.0.orig/src/main/cpp/socketoutputstream.cpp apache-log4cxx-0.10.0/src/main/cpp/socketoutputstream.cpp
42 --- apache-log4cxx-0.10.0.orig/src/main/cpp/socketoutputstream.cpp 2008-04-01 00:34:09.000000000 +0200
43 +++ apache-log4cxx-0.10.0/src/main/cpp/socketoutputstream.cpp 2008-05-06 05:35:55.000000000 +0200
44 @@ -20,6 +20,8 @@
45 #include <log4cxx/helpers/socket.h>
46 #include <log4cxx/helpers/bytebuffer.h>
47
48 +#include <cstring>
49 +
50 using namespace log4cxx;
51 using namespace log4cxx::helpers;
52
53
54
55
56 --
57 gentoo-commits@l.g.o mailing list