Gentoo Archives: gentoo-commits

From: "Markus Dittrich (markusle)" <markusle@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-mathematics/scilab/files: scilab-4.1-header-fix.patch
Date: Wed, 09 Jan 2008 03:04:14
Message-Id: E1JCREh-0005qR-L7@stork.gentoo.org
1 markusle 08/01/09 03:04:11
2
3 Modified: scilab-4.1-header-fix.patch
4 Log:
5 Fixed remaining QA issues caused by implicit declarations (fixes #204875).
6 (Portage version: 2.1.4_rc14)
7
8 Revision Changes Path
9 1.2 sci-mathematics/scilab/files/scilab-4.1-header-fix.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/scilab/files/scilab-4.1-header-fix.patch?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/scilab/files/scilab-4.1-header-fix.patch?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/scilab/files/scilab-4.1-header-fix.patch?r1=1.1&r2=1.2
14
15 Index: scilab-4.1-header-fix.patch
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/scilab/files/scilab-4.1-header-fix.patch,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- scilab-4.1-header-fix.patch 11 Feb 2007 20:26:21 -0000 1.1
22 +++ scilab-4.1-header-fix.patch 9 Jan 2008 03:04:11 -0000 1.2
23 @@ -1,6 +1,6 @@
24 -diff -Naur scilab-4.1/pvm3/pvmgs/pvmgsu_aux.c scilab-4.1-new/pvm3/pvmgs/pvmgsu_aux.c
25 ---- scilab-4.1/pvm3/pvmgs/pvmgsu_aux.c 2002-10-14 10:28:41.000000000 -0400
26 -+++ scilab-4.1-new/pvm3/pvmgs/pvmgsu_aux.c 2007-02-10 14:56:41.000000000 -0500
27 +diff -Naur scilab-4.1.1/pvm3/pvmgs/pvmgsu_aux.c scilab-4.1.1.new/pvm3/pvmgs/pvmgsu_aux.c
28 +--- scilab-4.1.1/pvm3/pvmgs/pvmgsu_aux.c 2002-10-14 10:28:41.000000000 -0400
29 ++++ scilab-4.1.1.new/pvm3/pvmgs/pvmgsu_aux.c 2008-01-08 21:14:35.000000000 -0500
30 @@ -53,6 +53,8 @@
31 #include "pvmgsd.h"
32 #include "pvmproto.h"
33 @@ -10,9 +10,9 @@
34 extern int pvm_errno;
35 extern int pvmmytid;
36 extern int pvmtoplvl;
37 -diff -Naur scilab-4.1/pvm3/src/hoster.c scilab-4.1-new/pvm3/src/hoster.c
38 ---- scilab-4.1/pvm3/src/hoster.c 2005-11-23 05:12:27.000000000 -0500
39 -+++ scilab-4.1-new/pvm3/src/hoster.c 2007-02-10 23:33:45.000000000 -0500
40 +diff -Naur scilab-4.1.1/pvm3/src/hoster.c scilab-4.1.1.new/pvm3/src/hoster.c
41 +--- scilab-4.1.1/pvm3/src/hoster.c 2005-11-23 05:12:27.000000000 -0500
42 ++++ scilab-4.1.1.new/pvm3/src/hoster.c 2008-01-08 21:14:35.000000000 -0500
43 @@ -263,6 +263,7 @@
44 #include "bfunc.h"
45 #include <pvmtev.h>
46 @@ -21,9 +21,9 @@
47
48 #ifdef IMA_BEOSCYLD
49 #include <string.h>
50 -diff -Naur scilab-4.1/pvm3/src/lpvm.c scilab-4.1-new/pvm3/src/lpvm.c
51 ---- scilab-4.1/pvm3/src/lpvm.c 2002-10-15 03:40:21.000000000 -0400
52 -+++ scilab-4.1-new/pvm3/src/lpvm.c 2007-02-10 23:34:09.000000000 -0500
53 +diff -Naur scilab-4.1.1/pvm3/src/lpvm.c scilab-4.1.1.new/pvm3/src/lpvm.c
54 +--- scilab-4.1.1/pvm3/src/lpvm.c 2002-10-15 03:40:21.000000000 -0400
55 ++++ scilab-4.1.1.new/pvm3/src/lpvm.c 2008-01-08 21:14:35.000000000 -0500
56 @@ -607,6 +607,7 @@
57 #include "waitc.h"
58 #include "global.h"
59 @@ -32,9 +32,9 @@
60
61 #ifdef IMA_MPP
62 #include "pvmmimd.h"
63 -diff -Naur scilab-4.1/pvm3/tracer/cmd.c scilab-4.1-new/pvm3/tracer/cmd.c
64 ---- scilab-4.1/pvm3/tracer/cmd.c 2002-10-14 11:00:41.000000000 -0400
65 -+++ scilab-4.1-new/pvm3/tracer/cmd.c 2007-02-10 14:54:48.000000000 -0500
66 +diff -Naur scilab-4.1.1/pvm3/tracer/cmd.c scilab-4.1.1.new/pvm3/tracer/cmd.c
67 +--- scilab-4.1.1/pvm3/tracer/cmd.c 2002-10-14 11:00:41.000000000 -0400
68 ++++ scilab-4.1.1.new/pvm3/tracer/cmd.c 2008-01-08 21:14:35.000000000 -0500
69 @@ -31,6 +31,8 @@
70
71 #include "trcglob.h"
72 @@ -44,9 +44,9 @@
73 #ifdef SYSVSTR
74 #include <string.h>
75 #else
76 -diff -Naur scilab-4.1/pvm3/tracer/tracer.c scilab-4.1-new/pvm3/tracer/tracer.c
77 ---- scilab-4.1/pvm3/tracer/tracer.c 2002-10-14 11:00:41.000000000 -0400
78 -+++ scilab-4.1-new/pvm3/tracer/tracer.c 2007-02-10 14:54:08.000000000 -0500
79 +diff -Naur scilab-4.1.1/pvm3/tracer/tracer.c scilab-4.1.1.new/pvm3/tracer/tracer.c
80 +--- scilab-4.1.1/pvm3/tracer/tracer.c 2002-10-14 11:00:41.000000000 -0400
81 ++++ scilab-4.1.1.new/pvm3/tracer/tracer.c 2008-01-08 21:14:35.000000000 -0500
82 @@ -31,6 +31,8 @@
83
84 #include "trcglob.h"
85 @@ -56,9 +56,9 @@
86 #ifdef NEEDSSELECTH
87 #include <sys/select.h>
88 #endif
89 -diff -Naur scilab-4.1/pvm3/tracer/trccompat.c scilab-4.1-new/pvm3/tracer/trccompat.c
90 ---- scilab-4.1/pvm3/tracer/trccompat.c 2002-10-14 11:00:41.000000000 -0400
91 -+++ scilab-4.1-new/pvm3/tracer/trccompat.c 2007-02-10 14:56:02.000000000 -0500
92 +diff -Naur scilab-4.1.1/pvm3/tracer/trccompat.c scilab-4.1.1.new/pvm3/tracer/trccompat.c
93 +--- scilab-4.1.1/pvm3/tracer/trccompat.c 2002-10-14 11:00:41.000000000 -0400
94 ++++ scilab-4.1.1.new/pvm3/tracer/trccompat.c 2008-01-08 21:14:35.000000000 -0500
95 @@ -28,6 +28,7 @@
96 /* Tracer Headers */
97
98 @@ -67,9 +67,9 @@
99
100 #include "trccompat.h"
101
102 -diff -Naur scilab-4.1/pvm3/tracer/trcsort.c scilab-4.1-new/pvm3/tracer/trcsort.c
103 ---- scilab-4.1/pvm3/tracer/trcsort.c 2002-10-15 08:09:48.000000000 -0400
104 -+++ scilab-4.1-new/pvm3/tracer/trcsort.c 2007-02-10 14:55:01.000000000 -0500
105 +diff -Naur scilab-4.1.1/pvm3/tracer/trcsort.c scilab-4.1.1.new/pvm3/tracer/trcsort.c
106 +--- scilab-4.1.1/pvm3/tracer/trcsort.c 2002-10-15 08:09:48.000000000 -0400
107 ++++ scilab-4.1.1.new/pvm3/tracer/trcsort.c 2008-01-08 21:14:35.000000000 -0500
108 @@ -28,6 +28,7 @@
109 /* Tracer Headers */
110
111 @@ -78,9 +78,9 @@
112 #include <sys/types.h>
113 #include <sys/stat.h>
114
115 -diff -Naur scilab-4.1/pvm3/tracer/trcutil.c scilab-4.1-new/pvm3/tracer/trcutil.c
116 ---- scilab-4.1/pvm3/tracer/trcutil.c 2002-10-14 11:00:41.000000000 -0400
117 -+++ scilab-4.1-new/pvm3/tracer/trcutil.c 2007-02-10 14:55:25.000000000 -0500
118 +diff -Naur scilab-4.1.1/pvm3/tracer/trcutil.c scilab-4.1.1.new/pvm3/tracer/trcutil.c
119 +--- scilab-4.1.1/pvm3/tracer/trcutil.c 2002-10-14 11:00:41.000000000 -0400
120 ++++ scilab-4.1.1.new/pvm3/tracer/trcutil.c 2008-01-08 21:14:35.000000000 -0500
121 @@ -26,6 +26,7 @@
122
123
124 @@ -89,9 +89,9 @@
125
126 #ifdef WIN32
127 #include <winsock.h>
128 -diff -Naur scilab-4.1/routines/graphics/Events.c scilab-4.1-new/routines/graphics/Events.c
129 ---- scilab-4.1/routines/graphics/Events.c 2005-12-07 04:31:48.000000000 -0500
130 -+++ scilab-4.1-new/routines/graphics/Events.c 2007-02-10 14:33:06.000000000 -0500
131 +diff -Naur scilab-4.1.1/routines/graphics/Events.c scilab-4.1.1.new/routines/graphics/Events.c
132 +--- scilab-4.1.1/routines/graphics/Events.c 2005-12-07 04:31:48.000000000 -0500
133 ++++ scilab-4.1.1.new/routines/graphics/Events.c 2008-01-08 21:14:35.000000000 -0500
134 @@ -3,6 +3,7 @@
135 * jpc@××××××××××××.fr
136 --------------------------------------------------------------------------*/
137 @@ -100,9 +100,20 @@
138 #include "bcg.h"
139
140 typedef struct but
141 -diff -Naur scilab-4.1/routines/scicos/matscicos.h scilab-4.1-new/routines/scicos/matscicos.h
142 ---- scilab-4.1/routines/scicos/matscicos.h 2005-11-05 16:19:15.000000000 -0500
143 -+++ scilab-4.1-new/routines/scicos/matscicos.h 2007-02-10 23:32:45.000000000 -0500
144 +diff -Naur scilab-4.1.1/routines/gzvt2/vte.c scilab-4.1.1.new/routines/gzvt2/vte.c
145 +--- scilab-4.1.1/routines/gzvt2/vte.c 2004-10-05 17:07:34.000000000 -0400
146 ++++ scilab-4.1.1.new/routines/gzvt2/vte.c 2008-01-08 21:15:19.000000000 -0500
147 +@@ -23,6 +23,7 @@
148 + #include <sys/stat.h>
149 + #include <fcntl.h>
150 + #include <string.h>
151 ++#include <stdlib.h>
152 + #include <unistd.h>
153 + #include <gtk/gtk.h>
154 + #include <gdk/gdkx.h>
155 +diff -Naur scilab-4.1.1/routines/scicos/matscicos.h scilab-4.1.1.new/routines/scicos/matscicos.h
156 +--- scilab-4.1.1/routines/scicos/matscicos.h 2005-11-05 16:19:15.000000000 -0500
157 ++++ scilab-4.1.1.new/routines/scicos/matscicos.h 2008-01-08 21:14:35.000000000 -0500
158 @@ -10,6 +10,7 @@
159 #include <stdio.h>
160 #endif
161
162
163
164 --
165 gentoo-commits@l.g.o mailing list