* [gentoo-commits] gentoo-x86 commit in games-emulation/visualboyadvance/files: 1.7.2-gcc41.patch visualboyadvance-1.7.2-uninit.patch
@ 2008-11-17 20:36 Diego Petteno (flameeyes)
0 siblings, 0 replies; only message in thread
From: Diego Petteno (flameeyes) @ 2008-11-17 20:36 UTC (permalink / raw
To: gentoo-commits
flameeyes 08/11/17 20:36:42
Modified: 1.7.2-gcc41.patch
visualboyadvance-1.7.2-uninit.patch
Log:
Fix patch with absolute paths.
(Portage version: 2.2_rc14/cvs/Linux 2.6.27-gentoo-r2 x86_64)
Revision Changes Path
1.2 games-emulation/visualboyadvance/files/1.7.2-gcc41.patch
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/visualboyadvance/files/1.7.2-gcc41.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/visualboyadvance/files/1.7.2-gcc41.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/visualboyadvance/files/1.7.2-gcc41.patch?r1=1.1&r2=1.2
Index: 1.7.2-gcc41.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/visualboyadvance/files/1.7.2-gcc41.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- 1.7.2-gcc41.patch 13 Oct 2006 17:12:33 -0000 1.1
+++ 1.7.2-gcc41.patch 17 Nov 2008 20:36:42 -0000 1.2
@@ -1,6 +1,6 @@
diff -ru /root/VisualBoyAdvance-1.7.2/src/prof/prof.cpp VisualBoyAdvance-1.7.2/src/prof/prof.cpp
---- /root/VisualBoyAdvance-1.7.2/src/prof/prof.cpp 2004-05-14 00:31:58.000000000 +1000
-+++ VisualBoyAdvance-1.7.2/src/prof/prof.cpp 2006-06-03 13:49:41.000000000 +1000
+--- a/VisualBoyAdvance-1.7.2/src/prof/prof.cpp 2004-05-14 00:31:58.000000000 +1000
++++ b/VisualBoyAdvance-1.7.2/src/prof/prof.cpp 2006-06-03 13:49:41.000000000 +1000
@@ -266,7 +266,7 @@
for (toindex=froms[fromindex]; toindex!=0; toindex=tos[toindex].link) {
if(profWrite8(fd, GMON_TAG_CG_ARC) ||
@@ -11,8 +11,8 @@
systemMessage(0, "mcount: arc");
fclose(fd);
diff -ru /root/VisualBoyAdvance-1.7.2/src/sdl/debugger.cpp VisualBoyAdvance-1.7.2/src/sdl/debugger.cpp
---- /root/VisualBoyAdvance-1.7.2/src/sdl/debugger.cpp 2004-05-14 00:13:14.000000000 +1000
-+++ VisualBoyAdvance-1.7.2/src/sdl/debugger.cpp 2006-06-03 13:49:57.000000000 +1000
+--- a/VisualBoyAdvance-1.7.2/src/sdl/debugger.cpp 2004-05-14 00:13:14.000000000 +1000
++++ b/VisualBoyAdvance-1.7.2/src/sdl/debugger.cpp 2006-06-03 13:49:57.000000000 +1000
@@ -950,9 +950,9 @@
{
u32 address = 0;
1.2 games-emulation/visualboyadvance/files/visualboyadvance-1.7.2-uninit.patch
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/visualboyadvance/files/visualboyadvance-1.7.2-uninit.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/visualboyadvance/files/visualboyadvance-1.7.2-uninit.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/visualboyadvance/files/visualboyadvance-1.7.2-uninit.patch?r1=1.1&r2=1.2
Index: visualboyadvance-1.7.2-uninit.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/visualboyadvance/files/visualboyadvance-1.7.2-uninit.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- visualboyadvance-1.7.2-uninit.patch 16 Jun 2007 18:08:58 -0000 1.1
+++ visualboyadvance-1.7.2-uninit.patch 17 Nov 2008 20:36:42 -0000 1.2
@@ -1,6 +1,6 @@
diff -ru /root/VisualBoyAdvance-1.7.2/src/gtk/window.cpp VisualBoyAdvance-1.7.2/src/gtk/window.cpp
---- /root/VisualBoyAdvance-1.7.2/src/gtk/window.cpp 2004-05-14 00:31:58.000000000 +1000
-+++ VisualBoyAdvance-1.7.2/src/gtk/window.cpp 2007-03-17 14:57:22.000000000 -0500
+--- a/VisualBoyAdvance-1.7.2/src/gtk/window.cpp 2004-05-14 00:31:58.000000000 +1000
++++ b/VisualBoyAdvance-1.7.2/src/gtk/window.cpp 2007-03-17 14:57:22.000000000 -0500
@@ -91,7 +91,8 @@
m_iFilterIBMin (FirstFilterIB),
m_iFilterIBMax (LastFilterIB),
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-11-17 20:36 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-17 20:36 [gentoo-commits] gentoo-x86 commit in games-emulation/visualboyadvance/files: 1.7.2-gcc41.patch visualboyadvance-1.7.2-uninit.patch Diego Petteno (flameeyes)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox