Gentoo Archives: gentoo-commits

From: "Matsuu Takuto (matsuu)" <matsuu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/gonzui/files: gonzui-1.2-gentoo.patch
Date: Thu, 01 Jan 2009 02:35:23
Message-Id: E1LIDP6-0001KN-PK@stork.gentoo.org
1 matsuu 09/01/01 02:35:20
2
3 Modified: gonzui-1.2-gentoo.patch
4 Log:
5 Fixed parallel make issue, bug #246965.
6 (Portage version: 2.1.6.4/cvs/Linux 2.6.28-gentoo x86_64)
7
8 Revision Changes Path
9 1.2 app-text/gonzui/files/gonzui-1.2-gentoo.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/gonzui/files/gonzui-1.2-gentoo.patch?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/gonzui/files/gonzui-1.2-gentoo.patch?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/gonzui/files/gonzui-1.2-gentoo.patch?r1=1.1&r2=1.2
14
15 Index: gonzui-1.2-gentoo.patch
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-text/gonzui/files/gonzui-1.2-gentoo.patch,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- gonzui-1.2-gentoo.patch 13 Aug 2008 17:25:30 -0000 1.1
22 +++ gonzui-1.2-gentoo.patch 1 Jan 2009 02:35:20 -0000 1.2
23 @@ -1,6 +1,6 @@
24 diff -Naur gonzui-1.2.orig/Makefile.am gonzui-1.2/Makefile.am
25 --- gonzui-1.2.orig/Makefile.am 2005-03-25 18:00:20.000000000 +0900
26 -+++ gonzui-1.2/Makefile.am 2008-08-14 02:17:18.000000000 +0900
27 ++++ gonzui-1.2/Makefile.am 2009-01-01 11:28:13.000000000 +0900
28 @@ -28,7 +28,7 @@
29 gonzui.rb.in > gonzui.rb
30 chmod -w gonzui.rb
31 @@ -12,7 +12,7 @@
32
33 diff -Naur gonzui-1.2.orig/configure.ac gonzui-1.2/configure.ac
34 --- gonzui-1.2.orig/configure.ac 2005-07-05 00:07:52.000000000 +0900
35 -+++ gonzui-1.2/configure.ac 2008-08-14 02:04:17.000000000 +0900
36 ++++ gonzui-1.2/configure.ac 2009-01-01 11:28:13.000000000 +0900
37 @@ -9,7 +9,6 @@
38 AC_PROG_CC
39 AC_PROG_INSTALL
40 @@ -23,7 +23,7 @@
41 AM_USER_GROUP
42 diff -Naur gonzui-1.2.orig/langscan/Makefile.am gonzui-1.2/langscan/Makefile.am
43 --- gonzui-1.2.orig/langscan/Makefile.am 2005-07-05 00:07:57.000000000 +0900
44 -+++ gonzui-1.2/langscan/Makefile.am 2008-08-14 02:17:58.000000000 +0900
45 ++++ gonzui-1.2/langscan/Makefile.am 2009-01-01 11:28:13.000000000 +0900
46 @@ -26,6 +26,7 @@
47 brainfuck.rb \
48 c.rb \
49 @@ -32,3 +32,15 @@
50 elisp.rb \
51 java.rb \
52 javascript.rb \
53 +diff -Naur gonzui-1.2.orig/langscan/python/Makefile.am gonzui-1.2/langscan/python/Makefile.am
54 +--- gonzui-1.2.orig/langscan/python/Makefile.am 2005-03-20 21:08:58.000000000 +0900
55 ++++ gonzui-1.2/langscan/python/Makefile.am 2009-01-01 11:28:39.000000000 +0900
56 +@@ -27,7 +27,7 @@
57 +
58 + # We do this to workaround flex 2.5.4 issue because our .l
59 + # file could not be processed with flex 2.5.4.
60 +-pythontok.c: pythontok.l
61 ++pythontok.c: python.h pythontok.l
62 + flex -d -opythontok.c pythontok.l || cp pythontok.c.dist pythontok.c
63 + cmp -s pythontok.c pythontok.c.dist || cp pythontok.c pythontok.c.dist
64 +