Gentoo Archives: gentoo-commits

From: "Alin Nastac (mrness)" <mrness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/wvstreams/files: wvstreams-4.4.1-valgrind.patch wvstreams-4.4-valgrind.patch
Date: Sat, 21 Jun 2008 01:45:03
Message-Id: E1K9s9y-0000aa-5j@stork.gentoo.org
1 mrness 08/06/21 01:44:58
2
3 Modified: wvstreams-4.4.1-valgrind.patch
4 wvstreams-4.4-valgrind.patch
5 Log:
6 Correct valgrind patches.
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.2 net-libs/wvstreams/files/wvstreams-4.4.1-valgrind.patch
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/wvstreams/files/wvstreams-4.4.1-valgrind.patch?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/wvstreams/files/wvstreams-4.4.1-valgrind.patch?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/wvstreams/files/wvstreams-4.4.1-valgrind.patch?r1=1.1&r2=1.2
15
16 Index: wvstreams-4.4.1-valgrind.patch
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-libs/wvstreams/files/wvstreams-4.4.1-valgrind.patch,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- wvstreams-4.4.1-valgrind.patch 21 Jun 2008 01:34:57 -0000 1.1
23 +++ wvstreams-4.4.1-valgrind.patch 21 Jun 2008 01:44:57 -0000 1.2
24 @@ -6,15 +6,14 @@
25 #include <sys/resource.h>
26
27 -#ifdef HAVE_VALGRIND_MEMCHECK_H
28 -+//#ifdef HAVE_VALGRIND_MEMCHECK_H
29 - #include <valgrind/memcheck.h>
30 +-#include <valgrind/memcheck.h>
31 -#else
32 --#define VALGRIND_MAKE_READABLE(x, y)
33 --#define RUNNING_ON_VALGRIND 0
34 --#endif
35 ++//#ifdef HAVE_VALGRIND_MEMCHECK_H
36 ++//#include <valgrind/memcheck.h>
37 +//#else
38 -+#define VALGRIND_MAKE_READABLE(x, y)
39 -+//#define RUNNING_ON_VALGRIND 0
40 + #define VALGRIND_MAKE_READABLE(x, y)
41 + #define RUNNING_ON_VALGRIND 0
42 +-#endif
43 +//#endif
44
45 #define TASK_DEBUG 0
46
47
48
49 1.2 net-libs/wvstreams/files/wvstreams-4.4-valgrind.patch
50
51 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/wvstreams/files/wvstreams-4.4-valgrind.patch?rev=1.2&view=markup
52 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/wvstreams/files/wvstreams-4.4-valgrind.patch?rev=1.2&content-type=text/plain
53 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/wvstreams/files/wvstreams-4.4-valgrind.patch?r1=1.1&r2=1.2
54
55 Index: wvstreams-4.4-valgrind.patch
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo-x86/net-libs/wvstreams/files/wvstreams-4.4-valgrind.patch,v
58 retrieving revision 1.1
59 retrieving revision 1.2
60 diff -u -r1.1 -r1.2
61 --- wvstreams-4.4-valgrind.patch 21 Jun 2008 01:34:57 -0000 1.1
62 +++ wvstreams-4.4-valgrind.patch 21 Jun 2008 01:44:57 -0000 1.2
63 @@ -6,15 +6,14 @@
64 #include <sys/resource.h>
65
66 -#ifdef HAVE_VALGRIND_MEMCHECK_H
67 -+//#ifdef HAVE_VALGRIND_MEMCHECK_H
68 - #include <valgrind/memcheck.h>
69 +-#include <valgrind/memcheck.h>
70 -#else
71 --#define VALGRIND_MAKE_READABLE(x, y)
72 --#define RUNNING_ON_VALGRIND 0
73 --#endif
74 ++//#ifdef HAVE_VALGRIND_MEMCHECK_H
75 ++//#include <valgrind/memcheck.h>
76 +//#else
77 -+#define VALGRIND_MAKE_READABLE(x, y)
78 -+//#define RUNNING_ON_VALGRIND 0
79 + #define VALGRIND_MAKE_READABLE(x, y)
80 + #define RUNNING_ON_VALGRIND 0
81 +-#endif
82 +//#endif
83
84 #define TASK_DEBUG 0
85
86
87
88 --
89 gentoo-commits@l.g.o mailing list