aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authorjbeich <jbeich@FreeBSD.org>2017-03-29 03:11:35 +0800
committerjbeich <jbeich@FreeBSD.org>2017-03-29 03:11:35 +0800
commitb5f990eb773e3eec4398cce94026a7ddb634dbdb (patch)
tree13b819f343d8f8eea388b437e70c517d0b32a608 /emulators
parent7f6faf48b788a13018c1ccac639f0b71691b887f (diff)
downloadfreebsd-ports-gnome-b5f990eb773e3eec4398cce94026a7ddb634dbdb.tar.gz
freebsd-ports-gnome-b5f990eb773e3eec4398cce94026a7ddb634dbdb.tar.zst
freebsd-ports-gnome-b5f990eb773e3eec4398cce94026a7ddb634dbdb.zip
emulators/ppsspp: backport ffmpeg >= 3.1.1 crash workaround
https://github.com/hrydgard/ppsspp/issues/9026
Diffstat (limited to 'emulators')
-rw-r--r--emulators/ppsspp/Makefile7
-rw-r--r--emulators/ppsspp/distinfo2
2 files changed, 8 insertions, 1 deletions
diff --git a/emulators/ppsspp/Makefile b/emulators/ppsspp/Makefile
index 56952c5db083..2d4cb619305e 100644
--- a/emulators/ppsspp/Makefile
+++ b/emulators/ppsspp/Makefile
@@ -3,13 +3,18 @@
PORTNAME= ppsspp
DISTVERSIONPREFIX= v
DISTVERSION?= 1.3
-PORTREVISION?= 3
+PORTREVISION?= 4
CATEGORIES= emulators
# XXX Get from Debian once #697821 lands
MASTER_SITES= https://bazaar.launchpad.net/~sergio-br2/${PORTNAME}/debian-sdl/download/5/${PORTNAME}.1-20140802045408-dd26dik367ztj5xg-8/:manpage
DISTFILES= ${PORTNAME}.1:manpage
EXTRACT_ONLY= ${DISTFILES:N*\:manpage:C/:.*//}
+.ifndef PKGNAMESUFFIX
+PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
+PATCHFILES= 7a7e4ed23f5f.patch:-p1
+.endif
+
MAINTAINER= jbeich@FreeBSD.org
COMMENT= PSP emulator in C++ with dynarec JIT for x86, ARM, MIPS
diff --git a/emulators/ppsspp/distinfo b/emulators/ppsspp/distinfo
index af7c391997ef..3ee9431d0f3c 100644
--- a/emulators/ppsspp/distinfo
+++ b/emulators/ppsspp/distinfo
@@ -7,3 +7,5 @@ SHA256 (hrydgard-ppsspp-lang-cdf4a8d_GH0.tar.gz) = 32ddb92389fef5b9244e70f183d29
SIZE (hrydgard-ppsspp-lang-cdf4a8d_GH0.tar.gz) = 249259
SHA256 (Kingcom-armips-1ffab37_GH0.tar.gz) = ebfcc89e2bc983330fa5131ecbd324812f4679c9f04134ffea8f2658780a1c64
SIZE (Kingcom-armips-1ffab37_GH0.tar.gz) = 146794
+SHA256 (7a7e4ed23f5f.patch) = 62038974cdb06d1f6d4cbae8c9e22bafbf718d7acaff6ebe15b4d9b1f3e1f2e3
+SIZE (7a7e4ed23f5f.patch) = 1241