From b3ccd16ae886bb733670dad06f43643f74e78e50 Mon Sep 17 00:00:00 2001 From: Jan Beich Date: Tue, 28 Mar 2017 19:19:22 +0000 Subject: MFH: r437149 emulators/ppsspp: backport ffmpeg >= 3.1.1 crash workaround https://github.com/hrydgard/ppsspp/issues/9026 Approved by: ports-secteam blanket --- emulators/ppsspp/Makefile | 7 ++++++- emulators/ppsspp/distinfo | 2 ++ 2 files changed, 8 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3