Gentoo Archives: gentoo-commits

From: "Marcelo Goes (vanquirius)" <vanquirius@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-arch/tardy/files: tardy-1.12-gcc43.patch tardy-1.16-gcc43.patch
Date: Sun, 22 Jun 2008 18:24:48
Message-Id: E1KAUF1-0007kQ-3Q@stork.gentoo.org
1 vanquirius 08/06/22 18:24:43
2
3 Added: tardy-1.12-gcc43.patch tardy-1.16-gcc43.patch
4 Log:
5 Add gcc-4.3 patch for bug 226861. Thanks to Evil Compile Person <bugs at dev.gentooexperimental.org> and Jeremy Olexa <darkside at
6 gentoo dot org>. 1.16 version bump. Adding myself as a maintainer in metadata.
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.1 app-arch/tardy/files/tardy-1.12-gcc43.patch
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/tardy/files/tardy-1.12-gcc43.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/tardy/files/tardy-1.12-gcc43.patch?rev=1.1&content-type=text/plain
14
15 Index: tardy-1.12-gcc43.patch
16 ===================================================================
17 diff --exclude='*~' -Naur tardy-1.12.orig/common/filenamelist/filter/progress.cc tardy-1.12/common/filenamelist/filter/progress.cc
18 --- tardy-1.12.orig/common/filenamelist/filter/progress.cc 2008-06-22 15:08:50.000000000 +0000
19 +++ tardy-1.12/common/filenamelist/filter/progress.cc 2008-06-22 15:09:36.000000000 +0000
20 @@ -27,6 +27,7 @@
21 #include <ac/unistd.h>
22 #include <sys/types.h>
23 #include <sys/stat.h>
24 +#include <string.h>
25
26 #include <filenamelist/filter/progress.h>
27
28
29
30
31 1.1 app-arch/tardy/files/tardy-1.16-gcc43.patch
32
33 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/tardy/files/tardy-1.16-gcc43.patch?rev=1.1&view=markup
34 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/tardy/files/tardy-1.16-gcc43.patch?rev=1.1&content-type=text/plain
35
36 Index: tardy-1.16-gcc43.patch
37 ===================================================================
38 diff --exclude='*~' -Naur tardy-1.16.orig/common/filenamelist/filter/progress.cc tardy-1.16/common/filenamelist/filter/progress.cc
39 --- tardy-1.16.orig/common/filenamelist/filter/progress.cc 2008-04-28 22:54:43.000000000 +0000
40 +++ tardy-1.16/common/filenamelist/filter/progress.cc 2008-06-22 15:14:33.000000000 +0000
41 @@ -23,6 +23,7 @@
42 #include <ac/unistd.h>
43 #include <ac/sys/types.h>
44 #include <ac/sys/stat.h>
45 +#include <string.h>
46
47 #include <filenamelist/filter/progress.h>
48
49
50
51
52 --
53 gentoo-commits@l.g.o mailing list