1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00

emulators/rpcs3: update to 0.0.2.463

Changes:	25fcde95...f91f2e3e
This commit is contained in:
Jan Beich 2017-07-17 21:47:58 +00:00
parent 063fb41f21
commit 8f38ae280a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=446119
3 changed files with 19 additions and 5 deletions

View File

@ -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

View File

@ -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

View File

@ -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>