summaryrefslogtreecommitdiff
path: root/emulators/mednafen
diff options
context:
space:
mode:
authorwiz <wiz>2012-11-07 11:33:33 +0000
committerwiz <wiz>2012-11-07 11:33:33 +0000
commite3ba59c489d957f8cc23a45870bfe78f727a41f4 (patch)
tree15158213350f8f94715bfdf943076bd82111208f /emulators/mednafen
parente093aaf8ac1651a44c2438f91a3d81d6c0c3abba (diff)
downloadpkgsrc-e3ba59c489d957f8cc23a45870bfe78f727a41f4.tar.gz
Patch seems unneeded, remove it.
Please report details if this patch really is needed.
Diffstat (limited to 'emulators/mednafen')
-rw-r--r--emulators/mednafen/distinfo3
-rw-r--r--emulators/mednafen/patches/patch-aa15
2 files changed, 1 insertions, 17 deletions
diff --git a/emulators/mednafen/distinfo b/emulators/mednafen/distinfo
index 7ce045e90c5..91320a01c1f 100644
--- a/emulators/mednafen/distinfo
+++ b/emulators/mednafen/distinfo
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.12 2012/10/24 22:36:27 wiz Exp $
+$NetBSD: distinfo,v 1.13 2012/11/07 11:33:33 wiz Exp $
SHA1 (mednafen-0.8.D.3.tar.bz2) = b19b92101853cb653506456fd8ab1c0bb0b6e636
RMD160 (mednafen-0.8.D.3.tar.bz2) = 546f49a9541ba4d0367fe682aef23cdadf3d7325
Size (mednafen-0.8.D.3.tar.bz2) = 2442705 bytes
-SHA1 (patch-aa) = c6bd95d539bb4c069d24dca231d058c90ba2c05b
SHA1 (patch-src_wswan_dis_opcodes_inc) = 547ad7a0a7943f1697e64a9607429211fc62fd56
diff --git a/emulators/mednafen/patches/patch-aa b/emulators/mednafen/patches/patch-aa
deleted file mode 100644
index 35193a5b250..00000000000
--- a/emulators/mednafen/patches/patch-aa
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-aa,v 1.3 2012/10/24 22:36:27 wiz Exp $
-
-https://sourceforge.net/tracker/?func=detail&aid=3579878&group_id=150840&atid=779049
-
---- po/Makefile.in.in.orig 2008-06-09 15:07:36.000000000 +0000
-+++ po/Makefile.in.in
-@@ -39,7 +39,7 @@ INSTALL_DATA = @INSTALL_DATA@
- # In automake >= 1.10, @mkdir_p@ is derived from ${MKDIR_P}, which is defined
- # either as "/path/to/mkdir -p" or ".../install-sh -c -d". For these automake
- # versions, $(mkinstalldirs) and $(install_sh) are unused.
--mkinstalldirs = $(SHELL) @install_sh@ -d
-+mkinstalldirs = @install_sh@ -d
- install_sh = $(SHELL) @install_sh@
- MKDIR_P = @MKDIR_P@
- mkdir_p = @mkdir_p@