aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjbeich <jbeich@FreeBSD.org>2017-03-29 03:19:22 +0800
committerjbeich <jbeich@FreeBSD.org>2017-03-29 03:19:22 +0800
commit2456247c1b4ed6f13cf707b2b00e8638b29e1f6c (patch)
tree45568a7cabee909e7b0fcd7f5af84d1b812a80d2
parent3228f52bd5b496535560da4a61e4dd44d7849d90 (diff)
downloadfreebsd-ports-2456247c1b4ed6f13cf707b2b00e8638b29e1f6c.tar.gz
freebsd-ports-2456247c1b4ed6f13cf707b2b00e8638b29e1f6c.tar.zst
freebsd-ports-2456247c1b4ed6f13cf707b2b00e8638b29e1f6c.zip
MFH: r437149
emulators/ppsspp: backport ffmpeg >= 3.1.1 crash workaround https://github.com/hrydgard/ppsspp/issues/9026 Approved by: ports-secteam blanket
-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 61766b357dcf..7b49d7bcbdf5 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