pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

libretro-mednafen-pce-fast: Remove invalid patch



Module Name:	pkgsrc-wip
Committed By:	Nia Alarie <nia.alarie%gmail.com@localhost>
Pushed By:	nee
Date:		Tue Jun 6 18:14:12 2017 +0100
Changeset:	f56ac9c5311b7d5d604c8c5f5a67d57ca70745de

Modified Files:
	libretro-mednafen-pce-fast/distinfo
Removed Files:
	libretro-mednafen-pce-fast/patches/patch-mednafen_mempatcher.cpp

Log Message:
libretro-mednafen-pce-fast: Remove invalid patch

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=f56ac9c5311b7d5d604c8c5f5a67d57ca70745de

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 libretro-mednafen-pce-fast/distinfo                |  1 -
 .../patches/patch-mednafen_mempatcher.cpp          | 33 ----------------------
 2 files changed, 34 deletions(-)

diffs:
diff --git a/libretro-mednafen-pce-fast/distinfo b/libretro-mednafen-pce-fast/distinfo
index c3b2006ed9..380c8a4130 100644
--- a/libretro-mednafen-pce-fast/distinfo
+++ b/libretro-mednafen-pce-fast/distinfo
@@ -4,4 +4,3 @@ SHA1 (libretro-mednafen-pce-fast-20170409-a24a7b76d854cffa8d9896650c52491dc8d4d6
 RMD160 (libretro-mednafen-pce-fast-20170409-a24a7b76d854cffa8d9896650c52491dc8d4d6d5.tar.gz) = 6ce482aaa1637433a8ebcf95c990ca28b1631504
 SHA512 (libretro-mednafen-pce-fast-20170409-a24a7b76d854cffa8d9896650c52491dc8d4d6d5.tar.gz) = b56a8fed43a9113fa886b1c4bcb2fd1ceb3e3c4e925ff6d1b7ecc6e964cfdc02067471543b65c11a37c1b341413d8998b70f8020930c2c32450a361ed52afd21
 Size (libretro-mednafen-pce-fast-20170409-a24a7b76d854cffa8d9896650c52491dc8d4d6d5.tar.gz) = 364116 bytes
-SHA1 (patch-mednafen_mempatcher.cpp) = b0832f1f10e78ad28a852a56540af575a824eeb2
diff --git a/libretro-mednafen-pce-fast/patches/patch-mednafen_mempatcher.cpp b/libretro-mednafen-pce-fast/patches/patch-mednafen_mempatcher.cpp
deleted file mode 100644
index 9e3e5b47c6..0000000000
--- a/libretro-mednafen-pce-fast/patches/patch-mednafen_mempatcher.cpp
+++ /dev/null
@@ -1,33 +0,0 @@
-$NetBSD: patch-mednafen_mempatcher.cpp,v 1.1 2017/02/08 00:02:18 joerg Exp $
-
-Pointers are not relative to 0.
-
---- mednafen/mempatcher.cpp.orig	2017-01-08 19:45:01.356354564 +0000
-+++ mednafen/mempatcher.cpp
-@@ -196,7 +196,7 @@ static bool SeekToOurSection(void *fp_pt
-    FILE *fp = (FILE*)fp_ptr;
-    char buf[2048];
- 
--   while(fgets(buf,2048,fp) > 0)
-+   while(fgets(buf,2048,fp))
-    {
-       if(buf[0] == '[')
-       {
-@@ -253,7 +253,7 @@ void MDFN_LoadGameCheats(void *override_
- 
-  if(SeekToOurSection(fp))
-  {
--  while(fgets(linebuf,2048,fp) > 0)
-+  while(fgets(linebuf,2048,fp))
-   { 
-    char namebuf[2048];
-    char *tbuf=linebuf;
-@@ -395,7 +395,7 @@ void MDFN_FlushGameCheats(int nosave)
-   {
-    FILE *tmp_fp = fopen(tmp_fn.c_str(), "wb");
- 
--   while(fgets((char*)linebuf, 2048, fp) > 0)
-+   while(fgets((char*)linebuf, 2048, fp))
-    {
-     if(linebuf[0] == '[' && !insection)
-     {


Home | Main Index | Thread Index | Old Index