Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-misc/boinc/files: boinc-6.2.15-project-list-size.patch boinc-6.2.15-mute-warnings.patch
Date: Mon, 24 Nov 2008 19:04:03
Message-Id: E1L4gir-0003x3-DB@stork.gentoo.org
1 scarabeus 08/11/24 19:03:49
2
3 Added: boinc-6.2.15-project-list-size.patch
4 boinc-6.2.15-mute-warnings.patch
5 Log:
6 Version bump. Fixes bug 155671 and 234360. Cryos blessed this one :]
7 (Portage version: 2.2_rc14/cvs/Linux 2.6.27-gentoo x86_64)
8
9 Revision Changes Path
10 1.1 sci-misc/boinc/files/boinc-6.2.15-project-list-size.patch
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/boinc/files/boinc-6.2.15-project-list-size.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/boinc/files/boinc-6.2.15-project-list-size.patch?rev=1.1&content-type=text/plain
14
15 Index: boinc-6.2.15-project-list-size.patch
16 ===================================================================
17 --- clientgui/ProjectInfoPage.cpp.orig 2008-09-16 17:17:02.000000000 -0700
18 +++ clientgui/ProjectInfoPage.cpp 2008-09-16 17:57:51.000000000 -0700
19 @@ -132,6 +132,7 @@
20 m_pProjectListCtrl = new CProjectListCtrl;
21 m_pProjectListCtrl->Create( itemWizardPage23 );
22 itemFlexGridSizer3->Add(m_pProjectListCtrl, 0, wxGROW|wxRIGHT, 10);
23 + itemFlexGridSizer3->SetMinSize(-1,200);
24
25 wxFlexGridSizer* itemFlexGridSizer11 = new wxFlexGridSizer(2, 1, 0, 0);
26 itemFlexGridSizer11->AddGrowableRow(0);
27
28
29
30 1.1 sci-misc/boinc/files/boinc-6.2.15-mute-warnings.patch
31
32 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/boinc/files/boinc-6.2.15-mute-warnings.patch?rev=1.1&view=markup
33 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/boinc/files/boinc-6.2.15-mute-warnings.patch?rev=1.1&content-type=text/plain
34
35 Index: boinc-6.2.15-mute-warnings.patch
36 ===================================================================
37 --- lib/parse.h.orig 2008-09-15 16:37:16.000000000 -0700
38 +++ lib/parse.h 2008-09-15 16:44:37.000000000 -0700
39 @@ -23,9 +23,10 @@
40 #ifdef _WIN32
41 #include "boinc_win.h"
42 #else
43 -#include "config.h"
44 +//#include "config.h"
45 #include <stdio.h>
46 #include <stdlib.h>
47 +#include <cstring>
48 #ifdef HAVE_STRING_H
49 #include <string.h>
50 #endif
51 --- api/boinc_gl.h.orig 2008-09-15 16:42:22.000000000 -0700
52 +++ api/boinc_gl.h 2008-09-15 16:42:42.000000000 -0700
53 @@ -37,7 +37,7 @@
54
55
56 #else // !_WIN32, !__APPLE_CC__
57 -#include "config.h"
58 +//#include "config.h"
59
60 # if defined(HAVE_GL_H)
61 # include <gl.h>
62 --- ./api/texfont.C.orig 2008-09-15 18:28:54.000000000 -0700
63 +++ ./api/texfont.C 2008-09-15 18:31:56.000000000 -0700
64 @@ -7,6 +7,8 @@
65 #pragma warning (disable:4244) // disable bogus conversion warnings
66 #endif
67
68 +#include "config.h"
69 +
70 #include <assert.h>
71 #include <ctype.h>
72 #include <stdlib.h>
73 --- api/txf_util.C.orig 2008-09-15 18:32:24.000000000 -0700
74 +++ api/txf_util.C 2008-09-15 18:32:40.000000000 -0700
75 @@ -24,6 +24,8 @@
76 #include "boinc_win.h"
77 #endif
78
79 +#include "config.h"
80 +
81 #include <cstring>
82 #include "filesys.h"
83 #include "boinc_api.h"