diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-11-04 08:11:02 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-11-04 08:11:02 +0000 |
commit | 3852d09256ab91a0a73fc65a3d3bfd2ccefeeeba (patch) | |
tree | 8a566edd3b9207b7bce4401be41d4da09693f09f /games-emulation | |
parent | Added sparc stable keyword (diff) | |
download | historical-3852d09256ab91a0a73fc65a3d3bfd2ccefeeeba.tar.gz historical-3852d09256ab91a0a73fc65a3d3bfd2ccefeeeba.tar.bz2 historical-3852d09256ab91a0a73fc65a3d3bfd2ccefeeeba.zip |
patch fix #32586
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/daphne/ChangeLog | 7 | ||||
-rw-r--r-- | games-emulation/daphne/daphne-0.99.6-r2.ebuild (renamed from games-emulation/daphne/daphne-0.99.6-r1.ebuild) | 2 | ||||
-rw-r--r-- | games-emulation/daphne/files/0.99.6-local-dapinput.patch | 29 | ||||
-rw-r--r-- | games-emulation/daphne/files/digest-daphne-0.99.6-r2 (renamed from games-emulation/daphne/files/digest-daphne-0.99.6-r1) | 0 |
4 files changed, 29 insertions, 9 deletions
diff --git a/games-emulation/daphne/ChangeLog b/games-emulation/daphne/ChangeLog index 1b578a9e8d82..c9a3e403a1e0 100644 --- a/games-emulation/daphne/ChangeLog +++ b/games-emulation/daphne/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for games-emulation/daphne # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/daphne/ChangeLog,v 1.3 2003/10/30 09:52:56 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/daphne/ChangeLog,v 1.4 2003/11/04 08:11:02 vapier Exp $ + +*daphne-0.99.6-r2 (04 Nov 2003) + + 04 Nov 2003; Mike Frysinger <vapier@gentoo.org> : + Update patch to resolve #32586. *daphne-0.99.6-r1 (30 Oct 2003) diff --git a/games-emulation/daphne/daphne-0.99.6-r1.ebuild b/games-emulation/daphne/daphne-0.99.6-r2.ebuild index e4ab28a8804a..f2052f054412 100644 --- a/games-emulation/daphne/daphne-0.99.6-r1.ebuild +++ b/games-emulation/daphne/daphne-0.99.6-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/daphne/daphne-0.99.6-r1.ebuild,v 1.1 2003/10/30 09:52:56 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/daphne/daphne-0.99.6-r2.ebuild,v 1.1 2003/11/04 08:11:02 vapier Exp $ inherit games eutils flag-o-matic diff --git a/games-emulation/daphne/files/0.99.6-local-dapinput.patch b/games-emulation/daphne/files/0.99.6-local-dapinput.patch index 7867be6712ec..3226ba94bf4a 100644 --- a/games-emulation/daphne/files/0.99.6-local-dapinput.patch +++ b/games-emulation/daphne/files/0.99.6-local-dapinput.patch @@ -1,14 +1,29 @@ ---- src/io/input.cpp.orig 2003-10-30 04:47:16.997745896 -0500 -+++ src/io/input.cpp 2003-10-30 04:47:46.725226632 -0500 -@@ -25,0 +25,1 @@ +--- src/io/input.cpp.orig 2003-11-04 02:51:56.308868080 -0500 ++++ src/io/input.cpp 2003-11-04 02:53:57.283477144 -0500 +@@ -22,6 +22,9 @@ + + // Handles SDL input functions (low-level keyboard/joystick input) + +#include <unistd.h> -@@ -113,7 +113,8 @@ ++#include <sys/stat.h> ++#include <sys/types.h> + #include <time.h> + #include "input.h" + #include "conout.h" +@@ -113,6 +116,9 @@ char strTemp[25] = {0}; char thisChar = 0; -- F = fopen("dapinput.ini", "rt"); + chdir(getenv("HOME")); -+ F = fopen(".dapinput.ini", "rt"); ++ mkdir(".daphne", 0600); ++ chdir(".daphne"); + F = fopen("dapinput.ini", "rt"); // if we opened the file successfully - if (F != NULL) +@@ -589,4 +595,4 @@ + } + idle_timer = refresh_ms_time(); + } +-// end edit +\ No newline at end of file ++// end edit diff --git a/games-emulation/daphne/files/digest-daphne-0.99.6-r1 b/games-emulation/daphne/files/digest-daphne-0.99.6-r2 index 115b93db4360..115b93db4360 100644 --- a/games-emulation/daphne/files/digest-daphne-0.99.6-r1 +++ b/games-emulation/daphne/files/digest-daphne-0.99.6-r2 |