summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2008-11-17 20:36:42 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2008-11-17 20:36:42 +0000
commit7a6ffdd7d5ff0724e514fd63f65c9d87951910de (patch)
treec048d11ab598b7c14d97142ea18f0eb01a5da07d /games-emulation
parentFix patch with absolute paths. (diff)
downloadhistorical-7a6ffdd7d5ff0724e514fd63f65c9d87951910de.tar.gz
historical-7a6ffdd7d5ff0724e514fd63f65c9d87951910de.tar.bz2
historical-7a6ffdd7d5ff0724e514fd63f65c9d87951910de.zip
Fix patch with absolute paths.
Package-Manager: portage-2.2_rc14/cvs/Linux 2.6.27-gentoo-r2 x86_64
Diffstat (limited to 'games-emulation')
-rw-r--r--games-emulation/dosbox/ChangeLog6
-rw-r--r--games-emulation/dosbox/files/dosbox-0.72+gcc-4.3.patch16
-rw-r--r--games-emulation/visualboyadvance/ChangeLog6
-rw-r--r--games-emulation/visualboyadvance/files/1.7.2-gcc41.patch8
-rw-r--r--games-emulation/visualboyadvance/files/visualboyadvance-1.7.2-uninit.patch4
5 files changed, 24 insertions, 16 deletions
diff --git a/games-emulation/dosbox/ChangeLog b/games-emulation/dosbox/ChangeLog
index a9688482c7e9..281e01e392eb 100644
--- a/games-emulation/dosbox/ChangeLog
+++ b/games-emulation/dosbox/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-emulation/dosbox
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox/ChangeLog,v 1.39 2008/06/13 16:34:56 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox/ChangeLog,v 1.40 2008/11/17 20:34:37 flameeyes Exp $
+
+ 17 Nov 2008; Diego E. Pettenò <flameeyes@gentoo.org>
+ files/dosbox-0.72+gcc-4.3.patch:
+ Fix patch with absolute paths.
13 Jun 2008; Diego Pettenò <flameeyes@gentoo.org>
+files/dosbox-0.72+gcc-4.3.patch, dosbox-0.72.ebuild:
diff --git a/games-emulation/dosbox/files/dosbox-0.72+gcc-4.3.patch b/games-emulation/dosbox/files/dosbox-0.72+gcc-4.3.patch
index bacefd420cd9..671b694ec564 100644
--- a/games-emulation/dosbox/files/dosbox-0.72+gcc-4.3.patch
+++ b/games-emulation/dosbox/files/dosbox-0.72+gcc-4.3.patch
@@ -1,6 +1,6 @@
diff -ur /tmp/dosbox-0.72/src/dos/cdrom_image.cpp dosbox-0.72/src/dos/cdrom_image.cpp
---- /tmp/dosbox-0.72/src/dos/cdrom_image.cpp 2007-08-22 13:54:35.000000000 +0200
-+++ dosbox-0.72/src/dos/cdrom_image.cpp 2008-03-06 21:30:00.000000000 +0100
+--- a/dosbox-0.72/src/dos/cdrom_image.cpp 2007-08-22 13:54:35.000000000 +0200
++++ b/dosbox-0.72/src/dos/cdrom_image.cpp 2008-03-06 21:30:00.000000000 +0100
@@ -23,7 +23,7 @@
#include <cstdio>
#include <fstream>
@@ -11,8 +11,8 @@ diff -ur /tmp/dosbox-0.72/src/dos/cdrom_image.cpp dosbox-0.72/src/dos/cdrom_imag
#include <vector>
#include <sys/stat.h>
diff -ur /tmp/dosbox-0.72/src/hardware/gameblaster.cpp dosbox-0.72/src/hardware/gameblaster.cpp
---- /tmp/dosbox-0.72/src/hardware/gameblaster.cpp 2007-01-10 11:17:37.000000000 +0100
-+++ dosbox-0.72/src/hardware/gameblaster.cpp 2008-03-06 21:31:32.000000000 +0100
+--- a//dosbox-0.72/src/hardware/gameblaster.cpp 2007-01-10 11:17:37.000000000 +0100
++++ b/dosbox-0.72/src/hardware/gameblaster.cpp 2008-03-06 21:31:32.000000000 +0100
@@ -24,6 +24,7 @@
#include "hardware.h"
#include "setup.h"
@@ -22,8 +22,8 @@ diff -ur /tmp/dosbox-0.72/src/hardware/gameblaster.cpp dosbox-0.72/src/hardware/
#define LEFT 0x00
#define RIGHT 0x01
diff -ur /tmp/dosbox-0.72/src/hardware/tandy_sound.cpp dosbox-0.72/src/hardware/tandy_sound.cpp
---- /tmp/dosbox-0.72/src/hardware/tandy_sound.cpp 2007-06-29 20:21:12.000000000 +0200
-+++ dosbox-0.72/src/hardware/tandy_sound.cpp 2008-03-06 21:32:02.000000000 +0100
+--- a/dosbox-0.72/src/hardware/tandy_sound.cpp 2007-06-29 20:21:12.000000000 +0200
++++ b/dosbox-0.72/src/hardware/tandy_sound.cpp 2008-03-06 21:32:02.000000000 +0100
@@ -28,6 +28,7 @@
#include "setup.h"
#include "pic.h"
@@ -33,8 +33,8 @@ diff -ur /tmp/dosbox-0.72/src/hardware/tandy_sound.cpp dosbox-0.72/src/hardware/
#define DAC_CLOCK 3570000
#define MAX_OUTPUT 0x7fff
diff -ur /tmp/dosbox-0.72/src/shell/shell_cmds.cpp dosbox-0.72/src/shell/shell_cmds.cpp
---- /tmp/dosbox-0.72/src/shell/shell_cmds.cpp 2007-08-17 19:58:46.000000000 +0200
-+++ dosbox-0.72/src/shell/shell_cmds.cpp 2008-03-06 21:32:47.000000000 +0100
+--- a/dosbox-0.72/src/shell/shell_cmds.cpp 2007-08-17 19:58:46.000000000 +0200
++++ b/dosbox-0.72/src/shell/shell_cmds.cpp 2008-03-06 21:32:47.000000000 +0100
@@ -27,6 +27,7 @@
#include "regs.h"
#include "../dos/drives.h"
diff --git a/games-emulation/visualboyadvance/ChangeLog b/games-emulation/visualboyadvance/ChangeLog
index 86ff5f16621e..b971b67369d6 100644
--- a/games-emulation/visualboyadvance/ChangeLog
+++ b/games-emulation/visualboyadvance/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-emulation/visualboyadvance
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/visualboyadvance/ChangeLog,v 1.33 2008/05/02 21:34:30 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/visualboyadvance/ChangeLog,v 1.34 2008/11/17 20:36:42 flameeyes Exp $
+
+ 17 Nov 2008; Diego E. Pettenò <flameeyes@gentoo.org>
+ files/1.7.2-gcc41.patch, files/visualboyadvance-1.7.2-uninit.patch:
+ Fix patch with absolute paths.
02 May 2008; Tupone Alfredo <tupone@gentoo.org>
visualboyadvance-1.7.2-r2.ebuild:
diff --git a/games-emulation/visualboyadvance/files/1.7.2-gcc41.patch b/games-emulation/visualboyadvance/files/1.7.2-gcc41.patch
index 764e37652a69..7f6cc077b24a 100644
--- a/games-emulation/visualboyadvance/files/1.7.2-gcc41.patch
+++ b/games-emulation/visualboyadvance/files/1.7.2-gcc41.patch
@@ -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 @@ diff -ru /root/VisualBoyAdvance-1.7.2/src/prof/prof.cpp VisualBoyAdvance-1.7.2/s
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;
diff --git a/games-emulation/visualboyadvance/files/visualboyadvance-1.7.2-uninit.patch b/games-emulation/visualboyadvance/files/visualboyadvance-1.7.2-uninit.patch
index 235c6f536fdb..5fabdf125874 100644
--- a/games-emulation/visualboyadvance/files/visualboyadvance-1.7.2-uninit.patch
+++ b/games-emulation/visualboyadvance/files/visualboyadvance-1.7.2-uninit.patch
@@ -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),