Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-puzzle/amoebax/files: amoebax-0.2.1-compile.patch amoebax-0.2.0-aclocal.patch amoebax-0.2.1-aclocal.patch
Date: Mon, 07 Jul 2014 17:58:36
Message-Id: 20140707175832.1883E2004C@flycatcher.gentoo.org
1 mr_bones_ 14/07/07 17:58:32
2
3 Modified: amoebax-0.2.0-aclocal.patch
4 Added: amoebax-0.2.1-compile.patch
5 amoebax-0.2.1-aclocal.patch
6 Log:
7 version bump
8
9 (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
10
11 Revision Changes Path
12 1.2 games-puzzle/amoebax/files/amoebax-0.2.0-aclocal.patch
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/amoebax/files/amoebax-0.2.0-aclocal.patch?rev=1.2&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/amoebax/files/amoebax-0.2.0-aclocal.patch?rev=1.2&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/amoebax/files/amoebax-0.2.0-aclocal.patch?r1=1.1&r2=1.2
17
18 Index: amoebax-0.2.0-aclocal.patch
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/games-puzzle/amoebax/files/amoebax-0.2.0-aclocal.patch,v
21 retrieving revision 1.1
22 retrieving revision 1.2
23 diff -u -r1.1 -r1.2
24 --- amoebax-0.2.0-aclocal.patch 9 Jan 2010 18:59:59 -0000 1.1
25 +++ amoebax-0.2.0-aclocal.patch 7 Jul 2014 17:58:31 -0000 1.2
26 @@ -1,5 +1,5 @@
27 ---- m4/objc.m4.old 2010-01-09 19:41:58.000000000 +0100
28 -+++ m4/objc.m4 2010-01-09 19:43:35.000000000 +0100
29 +--- m4/objc.m4.old
30 ++++ m4/objc.m4
31 @@ -448,32 +448,32 @@
32
33 # AC_LANG_SOURCE(Objective C)(BODY)
34
35
36
37 1.1 games-puzzle/amoebax/files/amoebax-0.2.1-compile.patch
38
39 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/amoebax/files/amoebax-0.2.1-compile.patch?rev=1.1&view=markup
40 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/amoebax/files/amoebax-0.2.1-compile.patch?rev=1.1&content-type=text/plain
41
42 Index: amoebax-0.2.1-compile.patch
43 ===================================================================
44 --- src/binreloc.cxx
45 +++ src/binreloc.cxx
46 @@ -739,7 +739,8 @@
47 char *
48 br_dirname (const char *path)
49 {
50 - char *end, *result;
51 + const char *end;
52 + char *result;
53
54 if (path == (const char *) NULL)
55 return (char *) NULL;
56
57
58
59 1.1 games-puzzle/amoebax/files/amoebax-0.2.1-aclocal.patch
60
61 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/amoebax/files/amoebax-0.2.1-aclocal.patch?rev=1.1&view=markup
62 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/amoebax/files/amoebax-0.2.1-aclocal.patch?rev=1.1&content-type=text/plain
63
64 Index: amoebax-0.2.1-aclocal.patch
65 ===================================================================
66 --- m4/objc.m4.old
67 +++ m4/objc.m4
68 @@ -448,32 +448,32 @@
69
70 # AC_LANG_SOURCE(Objective C)(BODY)
71 # ---------------------------------
72 -m4_copy([AC_LANG_SOURCE(C)], [AC_LANG_SOURCE(Objective C)])
73 +m4_copy_force([AC_LANG_SOURCE(C)], [AC_LANG_SOURCE(Objective C)])
74
75
76 # AC_LANG_PROGRAM(Objective C)([PROLOGUE], [BODY])
77 # ------------------------------------------------
78 -m4_copy([AC_LANG_PROGRAM(C)], [AC_LANG_PROGRAM(Objective C)])
79 +m4_copy_force([AC_LANG_PROGRAM(C)], [AC_LANG_PROGRAM(Objective C)])
80
81
82 # AC_LANG_CALL(Objective C)(PROLOGUE, FUNCTION)
83 # ---------------------------------------------
84 -m4_copy([AC_LANG_CALL(C)], [AC_LANG_CALL(Objective C)])
85 +m4_copy_force([AC_LANG_CALL(C)], [AC_LANG_CALL(Objective C)])
86
87
88 # AC_LANG_FUNC_LINK_TRY(Objective C)(FUNCTION)
89 # --------------------------------------------
90 -m4_copy([AC_LANG_FUNC_LINK_TRY(C)], [AC_LANG_FUNC_LINK_TRY(Objective C)])
91 +m4_copy_force([AC_LANG_FUNC_LINK_TRY(C)], [AC_LANG_FUNC_LINK_TRY(Objective C)])
92
93
94 # AC_LANG_BOOL_COMPILE_TRY(Objective C)(PROLOGUE, EXPRESSION)
95 # -----------------------------------------------------------
96 -m4_copy([AC_LANG_BOOL_COMPILE_TRY(C)], [AC_LANG_BOOL_COMPILE_TRY(Objective C)])
97 +m4_copy_force([AC_LANG_BOOL_COMPILE_TRY(C)], [AC_LANG_BOOL_COMPILE_TRY(Objective C)])
98
99
100 # AC_LANG_INT_SAVE(Objective C)(PROLOGUE, EXPRESSION)
101 # ---------------------------------------------------
102 -m4_copy([AC_LANG_INT_SAVE(C)], [AC_LANG_INT_SAVE(Objective C)])
103 +m4_copy_force([AC_LANG_INT_SAVE(C)], [AC_LANG_INT_SAVE(Objective C)])