From c400a2c8b66ef7d81b63a185371097fcd14de2f7 Mon Sep 17 00:00:00 2001 From: Jan Beich Date: Wed, 2 May 2018 15:07:27 +0000 Subject: multimedia/ffmpeg: update to 4.0 - FFSERVER support was removed upstream - libressl now uses libtls backend instead of patching openssl one - Clang i386 no longer uses 16-byte aligned stack Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.0:/Changelog ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ PR: 227726 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D15175 --- emulators/mgba/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'emulators/mgba/Makefile') diff --git a/emulators/mgba/Makefile b/emulators/mgba/Makefile index ffe28e0de2af..3d371973f842 100644 --- a/emulators/mgba/Makefile +++ b/emulators/mgba/Makefile @@ -2,7 +2,7 @@ PORTNAME= mgba DISTVERSION= 0.6.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= emulators MAINTAINER= greg@unrelenting.technology @@ -47,6 +47,7 @@ QT5_DESC= Qt 5 frontend DEBUGGERS_CMAKE_BOOL= USE_DEBUGGERS USE_EDITLINE USE_GDB_STUB DEBUGGERS_USES= libedit +FFMPEG_BROKEN= fails to build with ffmpeg 4.0 FFMPEG_CMAKE_BOOL= USE_FFMPEG FFMPEG_LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg \ libavformat.so:multimedia/ffmpeg \ -- cgit v1.2.3