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-cpp/libherdstat/files: libherdstat-0.1.1-gcc-4.3.patch libherdstat-0.1.1-project_xml.patch
Date: Wed, 30 Apr 2008 23:48:47
Message-Id: E1JrM2W-0005Ox-Fr@stork.gentoo.org
1 dev-zero 08/04/30 23:48:44
2
3 Added: libherdstat-0.1.1-gcc-4.3.patch
4 libherdstat-0.1.1-project_xml.patch
5 Log:
6 Added patches to fix link (bug #211715) to list of developers and to fix compilation problems with gcc-4.3 (bug #216269), thanks to tove and jkt.
7 (Portage version: 2.1.5_rc6)
8
9 Revision Changes Path
10 1.1 dev-cpp/libherdstat/files/libherdstat-0.1.1-gcc-4.3.patch
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/libherdstat/files/libherdstat-0.1.1-gcc-4.3.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/libherdstat/files/libherdstat-0.1.1-gcc-4.3.patch?rev=1.1&content-type=text/plain
14
15 Index: libherdstat-0.1.1-gcc-4.3.patch
16 ===================================================================
17 --- herdstat/util/misc.hh.orig 2005-11-02 15:00:46.000000000 +0100
18 +++ herdstat/util/misc.hh 2008-04-05 04:15:32.745734668 +0200
19 @@ -34,6 +34,8 @@
20
21 #include <string>
22 #include <map>
23 +#include <algorithm>
24 +#include <ctime>
25
26 enum color_name_T
27 {
28 --- herdstat/util/string.hh.orig 2005-11-02 15:00:46.000000000 +0100
29 +++ herdstat/util/string.hh 2008-04-05 04:17:57.303614508 +0200
30 @@ -35,9 +35,12 @@
31 #include <string>
32 #include <vector>
33 #include <sstream>
34 +#include <algorithm>
35 #include <cstdarg>
36 #include <cerrno>
37 #include <cctype>
38 +#include <cstdlib>
39 +#include <climits>
40 #include <herdstat/exceptions.hh>
41
42 namespace herdstat {
43
44 --- herdstat/exceptions.cc.orig 2005-11-02 15:00:46.000000000 +0100
45 +++ herdstat/exceptions.cc 2008-04-05 04:20:52.322830799 +0200
46 @@ -27,6 +27,8 @@
47 #include <string>
48 #include <cerrno>
49 #include <cstdarg>
50 +#include <cstdlib>
51 +#include <cstring>
52 #include <herdstat/exceptions.hh>
53
54 namespace herdstat {
55 --- herdstat/util/misc.cc.orig 2005-11-02 15:00:46.000000000 +0100
56 +++ herdstat/util/misc.cc 2008-04-05 04:25:26.032397691 +0200
57 @@ -29,6 +29,7 @@
58 #include <cstdlib>
59 #include <cstdarg>
60 #include <ctime>
61 +#include <cstring>
62 #include <unistd.h>
63
64 #include <herdstat/exceptions.hh>
65 --- herdstat/portage/config.cc.orig 2005-11-02 15:00:46.000000000 +0100
66 +++ herdstat/portage/config.cc 2008-04-05 04:26:49.103038711 +0200
67 @@ -24,6 +24,7 @@
68 # include "config.h"
69 #endif
70
71 +#include <cstring>
72 #include <herdstat/util/string.hh>
73 #include <herdstat/portage/config.hh>
74
75
76
77
78 1.1 dev-cpp/libherdstat/files/libherdstat-0.1.1-project_xml.patch
79
80 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/libherdstat/files/libherdstat-0.1.1-project_xml.patch?rev=1.1&view=markup
81 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/libherdstat/files/libherdstat-0.1.1-project_xml.patch?rev=1.1&content-type=text/plain
82
83 Index: libherdstat-0.1.1-project_xml.patch
84 ===================================================================
85 diff -urNa libherdstat-0.1.1_bck/herdstat/portage/project_xml.cc libherdstat-0.1.1/herdstat/portage/project_xml.cc
86 --- libherdstat-0.1.1_bck/herdstat/portage/project_xml.cc 2005-11-02 15:00:46.000000000 +0100
87 +++ libherdstat-0.1.1/herdstat/portage/project_xml.cc 2008-02-28 12:58:19.000000000 +0100
88 @@ -34,7 +34,7 @@
89 namespace herdstat {
90 namespace portage {
91 /*** static members *********************************************************/
92 -const char * const project_xml::_baseURL = "http://www.gentoo.org/cgi-bin/viewcvs.cgi/*checkout*/xml/htdocs%s?rev=HEAD&root=gentoo&content-type=text/plain";
93 +const char * const project_xml::_baseURL = "http://sources.gentoo.org/viewcvs.py/*checkout*/gentoo/xml/htdocs%s?content-type=text/plain";
94 const char * const project_xml::_baseLocal = "%s/gentoo/xml/htdocs/%s";
95 std::set<std::string> project_xml::_parsed;
96 /****************************************************************************/
97
98
99
100 --
101 gentoo-commits@l.g.o mailing list