Gentoo Archives: gentoo-commits

From: "Michael Haubenwallner (haubi)" <haubi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in src/patchsets/mico/2.3.13: 003_all_pthread.patch 009_all_check-const-overload.patch
Date: Tue, 28 Jun 2011 15:03:02
Message-Id: 20110628150251.14A7B20054@flycatcher.gentoo.org
1 haubi 11/06/28 15:02:51
2
3 Modified: 003_all_pthread.patch
4 009_all_check-const-overload.patch
5 Log:
6 add reference to upstream patch report
7
8 Revision Changes Path
9 1.3 src/patchsets/mico/2.3.13/003_all_pthread.patch
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/mico/2.3.13/003_all_pthread.patch?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/mico/2.3.13/003_all_pthread.patch?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/mico/2.3.13/003_all_pthread.patch?r1=1.2&r2=1.3
14
15 Index: 003_all_pthread.patch
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo/src/patchsets/mico/2.3.13/003_all_pthread.patch,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- 003_all_pthread.patch 26 May 2011 09:12:31 -0000 1.2
22 +++ 003_all_pthread.patch 28 Jun 2011 15:02:50 -0000 1.3
23 @@ -1,5 +1,7 @@
24 When using gcc, use '-pthread' (or '-pthreads' on solaris)
25 compiler flag to do all pthread specific things.
26 +
27 +http://sourceforge.net/mailarchive/forum.php?thread_name=4DDFA157.4040609%40gentoo.org&forum_name=mico-devel
28 --- configure.in.orig 2009-04-02 17:25:45 +0200
29 +++ configure.in 2009-04-02 17:32:00 +0200
30 @@ -524,7 +524,19 @@
31
32
33
34 1.2 src/patchsets/mico/2.3.13/009_all_check-const-overload.patch
35
36 file : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/mico/2.3.13/009_all_check-const-overload.patch?rev=1.2&view=markup
37 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/mico/2.3.13/009_all_check-const-overload.patch?rev=1.2&content-type=text/plain
38 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/mico/2.3.13/009_all_check-const-overload.patch?r1=1.1&r2=1.2
39
40 Index: 009_all_check-const-overload.patch
41 ===================================================================
42 RCS file: /var/cvsroot/gentoo/src/patchsets/mico/2.3.13/009_all_check-const-overload.patch,v
43 retrieving revision 1.1
44 retrieving revision 1.2
45 diff -u -r1.1 -r1.2
46 --- 009_all_check-const-overload.patch 26 May 2011 09:16:00 -0000 1.1
47 +++ 009_all_check-const-overload.patch 28 Jun 2011 15:02:50 -0000 1.2
48 @@ -2,6 +2,7 @@
49 resulting in build errors (suggesting -fpermissive) with gcc-4.6:
50 http://bugs.gentoo.org/show_bug.cgi?id=365117
51
52 +http://sourceforge.net/mailarchive/forum.php?thread_name=4DDFA16F.6040109%40gentoo.org&forum_name=mico-devel
53 --- aclocal.m4.orig 2011-05-25 14:20:01.626683873 +0200
54 +++ aclocal.m4 2011-05-25 14:20:43.930773070 +0200
55 @@ -353,11 +353,12 @@