Gentoo Archives: gentoo-commits

From: "Keri Harris (keri)" <keri@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/mozart/files: mozart-1.4.0-ozbison-string.patch
Date: Thu, 26 Aug 2010 07:29:09
Message-Id: 20100826072904.2AD382004A@flycatcher.gentoo.org
1 keri 10/08/26 07:29:04
2
3 Added: mozart-1.4.0-ozbison-string.patch
4 Log:
5 Mozart ozbison QA tidyups; mention Mozart tests can only be run single-threaded
6 (Portage version: 2.1.8.3/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 dev-lang/mozart/files/mozart-1.4.0-ozbison-string.patch
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/mozart/files/mozart-1.4.0-ozbison-string.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/mozart/files/mozart-1.4.0-ozbison-string.patch?rev=1.1&content-type=text/plain
13
14 Index: mozart-1.4.0-ozbison-string.patch
15 ===================================================================
16 diff -ur mozart-1.4.0.20080704.orig/platform/tools/gump/ozbison/conflicts.c mozart-1.4.0.20080704/platform/tools/gump/ozbison/conflicts.c
17 --- mozart-1.4.0.20080704.orig/platform/tools/gump/ozbison/conflicts.c 1998-12-17 02:55:09.000000000 +1300
18 +++ mozart-1.4.0.20080704/platform/tools/gump/ozbison/conflicts.c 2010-08-25 20:00:30.000000000 +1200
19 @@ -18,6 +18,7 @@
20 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
21
22 #include <stdio.h>
23 +#include <string.h>
24 #include "system.h"
25 #include "machine.h"
26 #include "new.h"
27 diff -ur mozart-1.4.0.20080704.orig/platform/tools/gump/ozbison/print.c mozart-1.4.0.20080704/platform/tools/gump/ozbison/print.c
28 --- mozart-1.4.0.20080704.orig/platform/tools/gump/ozbison/print.c 1998-02-07 00:31:08.000000000 +1300
29 +++ mozart-1.4.0.20080704/platform/tools/gump/ozbison/print.c 2010-08-25 20:00:14.000000000 +1200
30 @@ -19,6 +19,7 @@
31
32
33 #include <stdio.h>
34 +#include <string.h>
35 #include "system.h"
36 #include "machine.h"
37 #include "new.h"
38 diff -ur mozart-1.4.0.20080704.orig/platform/tools/gump/ozbison/symtab.c mozart-1.4.0.20080704/platform/tools/gump/ozbison/symtab.c
39 --- mozart-1.4.0.20080704.orig/platform/tools/gump/ozbison/symtab.c 1998-02-07 00:31:08.000000000 +1300
40 +++ mozart-1.4.0.20080704/platform/tools/gump/ozbison/symtab.c 2010-08-25 19:59:28.000000000 +1200
41 @@ -19,6 +19,7 @@
42
43
44 #include <stdio.h>
45 +#include <string.h>
46 #include "system.h"
47 #include "new.h"
48 #include "symtab.h"