FreeBSD Bugzilla – Attachment 218747 Details for
Bug 250353
emulators/mgba: Update to 0.8.3
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
mgba.diff
mgba.diff (text/plain), 1.90 KB, created by
James Wright
on 2020-10-14 21:06:59 UTC
(
hide
)
Description:
mgba.diff
Filename:
MIME Type:
Creator:
James Wright
Created:
2020-10-14 21:06:59 UTC
Size:
1.90 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 552355) >+++ Makefile (working copy) >@@ -1,7 +1,7 @@ > # $FreeBSD$ > > PORTNAME= mgba >-DISTVERSION= 0.8.1 >+DISTVERSION= 0.8.3 > CATEGORIES= emulators > > MAINTAINER= greg@unrelenting.technology >Index: distinfo >=================================================================== >--- distinfo (revision 552355) >+++ distinfo (working copy) >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1591359084 >-SHA256 (mgba-emu-mgba-0.8.1_GH0.tar.gz) = df136ea50c9cca380ab93e00fd8d87811e41a49a804c5b0e018babef0c490f13 >-SIZE (mgba-emu-mgba-0.8.1_GH0.tar.gz) = 11893993 >+TIMESTAMP = 1602649837 >+SHA256 (mgba-emu-mgba-0.8.3_GH0.tar.gz) = 63045d0815e15e963d90b15d5a10edf31a5d72d0ddb5e028e42ba38b0d4368c9 >+SIZE (mgba-emu-mgba-0.8.3_GH0.tar.gz) = 12013512 >Index: files/patch-src_platform_qt_CoreManager.cpp >=================================================================== >--- files/patch-src_platform_qt_CoreManager.cpp (revision 552355) >+++ files/patch-src_platform_qt_CoreManager.cpp (nonexistent) >@@ -1,11 +0,0 @@ >---- src/platform/qt/CoreManager.cpp.orig 2020-06-07 01:07:14 UTC >-+++ src/platform/qt/CoreManager.cpp >-@@ -65,7 +65,7 @@ CoreController* CoreManager::loadGame(const QString& p >- if (vfOriginal && (size = vfOriginal->size(vfOriginal)) > 0) { >- void* mem = vfOriginal->map(vfOriginal, size, MAP_READ); >- vf = VFileMemChunk(mem, size); >-- vfOriginal->unmap(vfOriginal, mem, (size_t) read); >-+ vfOriginal->unmap(vfOriginal, mem, size); >- vfOriginal->close(vfOriginal); >- } >- } >Index: pkg-plist >=================================================================== >--- pkg-plist (revision 552355) >+++ pkg-plist (working copy) >@@ -143,7 +143,7 @@ > include/mgba/internal/sm83/sm83.h > lib/libmgba.so > lib/libmgba.so.0.8 >-lib/libmgba.so.0.8.1 >+lib/libmgba.so.0.8.3 > %%LIBRETRO%%lib/libretro/mgba_libretro.so > %%QT5%%man/man6/mgba-qt.6.gz > man/man6/mgba.6.gz
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 250353
:
218747
|
218762