aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authorjbeich <jbeich@FreeBSD.org>2017-07-18 05:47:58 +0800
committerjbeich <jbeich@FreeBSD.org>2017-07-18 05:47:58 +0800
commit2f0420a3aa18cd6568d12dd1df38b3f1851293e7 (patch)
treea04e257560ecf0dc7b0cd4e91963f95b4806b94c /emulators
parent500096a7fa675d981b10d70a5f7ffe90e5baa397 (diff)
downloadfreebsd-ports-gnome-2f0420a3aa18cd6568d12dd1df38b3f1851293e7.tar.gz
freebsd-ports-gnome-2f0420a3aa18cd6568d12dd1df38b3f1851293e7.tar.zst
freebsd-ports-gnome-2f0420a3aa18cd6568d12dd1df38b3f1851293e7.zip
emulators/rpcs3: update to 0.0.2.463
Changes: https://github.com/RPCS3/rpcs3/compare/25fcde95...f91f2e3e
Diffstat (limited to 'emulators')
-rw-r--r--emulators/rpcs3/Makefile4
-rw-r--r--emulators/rpcs3/distinfo6
-rw-r--r--emulators/rpcs3/files/patch-rpcs3_rpcs3qt_system__info.h14
3 files changed, 19 insertions, 5 deletions
diff --git a/emulators/rpcs3/Makefile b/emulators/rpcs3/Makefile
index 97eaabe41b68..d08937f15ba9 100644
--- a/emulators/rpcs3/Makefile
+++ b/emulators/rpcs3/Makefile
@@ -2,8 +2,8 @@
PORTNAME= rpcs3
DISTVERSIONPREFIX= v
-DISTVERSION= 0.0.2-463
-DISTVERSIONSUFFIX= -g25fcde95
+DISTVERSION= 0.0.2-490
+DISTVERSIONSUFFIX= -gf91f2e3e
CATEGORIES= emulators
MAINTAINER= jbeich@FreeBSD.org
diff --git a/emulators/rpcs3/distinfo b/emulators/rpcs3/distinfo
index 87003f87843d..1c909120653e 100644
--- a/emulators/rpcs3/distinfo
+++ b/emulators/rpcs3/distinfo
@@ -1,6 +1,6 @@
-TIMESTAMP = 1499992762
-SHA256 (RPCS3-rpcs3-v0.0.2-463-g25fcde95_GH0.tar.gz) = 2d16a7f5f793131f743b1fad4e3872fc10d3a34c839288d11e82ff3754f1fbcb
-SIZE (RPCS3-rpcs3-v0.0.2-463-g25fcde95_GH0.tar.gz) = 11409651
+TIMESTAMP = 1500305814
+SHA256 (RPCS3-rpcs3-v0.0.2-490-gf91f2e3e_GH0.tar.gz) = 01cdfab0c919974106179b3fbeda64b929a206197ea92d944d45d7927bd4b59c
+SIZE (RPCS3-rpcs3-v0.0.2-490-gf91f2e3e_GH0.tar.gz) = 11289238
SHA256 (RPCS3-hidapi-hidapi-0.8.0-rc1-23-gc095a22_GH0.tar.gz) = 76796e880e71864f24540f6f6edf8759e4710f9b2b0594a28066865733681de0
SIZE (RPCS3-hidapi-hidapi-0.8.0-rc1-23-gc095a22_GH0.tar.gz) = 105539
SHA256 (RPCS3-pugixml-f205aaf_GH0.tar.gz) = 3b2a7e21625d8cbeb3aa1841b8816f6cab0752e89008b9fc67a325c800f153b5
diff --git a/emulators/rpcs3/files/patch-rpcs3_rpcs3qt_system__info.h b/emulators/rpcs3/files/patch-rpcs3_rpcs3qt_system__info.h
new file mode 100644
index 000000000000..7867f4858e9e
--- /dev/null
+++ b/emulators/rpcs3/files/patch-rpcs3_rpcs3qt_system__info.h
@@ -0,0 +1,14 @@
+--- rpcs3/rpcs3qt/system_info.h.orig 2017-07-17 15:36:54 UTC
++++ rpcs3/rpcs3qt/system_info.h
+@@ -1,10 +1,10 @@
+ #pragma once
+
++#include <bitset>
+ #include <regex>
+
+ #ifdef _WIN32
+ #include "windows.h"
+-#include <bitset>
+ typedef unsigned __int32 uint32_t;
+ #else
+ #include <stdint.h>