Date: Wed, 9 Nov 2016 09:53:11 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425786 - in head/multimedia/kodi: . files Message-ID: <201611090953.uA99rBM2002251@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Wed Nov 9 09:53:11 2016 New Revision: 425786 URL: https://svnweb.freebsd.org/changeset/ports/425786 Log: multimedia/kodi: fix h264 decoder crash on 11.0+ i386 -mstackrealign isn't required (yet?) unlike multimedia/ffmpeg. PR: 205958 Obtained from: https://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=d2af93ac1608 Approved by: portmgr blanket Added: head/multimedia/kodi/files/patch-tools_depends_target_ffmpeg_FFmpeg-2.8.6-Jarvis-16.0_configure (contents, props changed) Modified: head/multimedia/kodi/Makefile (contents, props changed) Modified: head/multimedia/kodi/Makefile ============================================================================== --- head/multimedia/kodi/Makefile Wed Nov 9 09:00:14 2016 (r425785) +++ head/multimedia/kodi/Makefile Wed Nov 9 09:53:11 2016 (r425786) @@ -2,6 +2,7 @@ PORTNAME= kodi DISTVERSION= 16.1 +PORTREVISION= 1 CATEGORIES= multimedia java MAINTAINER= mickael.maillot@gmail.com Added: head/multimedia/kodi/files/patch-tools_depends_target_ffmpeg_FFmpeg-2.8.6-Jarvis-16.0_configure ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/kodi/files/patch-tools_depends_target_ffmpeg_FFmpeg-2.8.6-Jarvis-16.0_configure Wed Nov 9 09:53:11 2016 (r425786) @@ -0,0 +1,10 @@ +--- tools/depends/target/ffmpeg/FFmpeg-2.8.6-Jarvis-16.0/configure.orig 2016-02-03 20:33:07 UTC ++++ tools/depends/target/ffmpeg/FFmpeg-2.8.6-Jarvis-16.0/configure +@@ -5683,6 +5683,7 @@ elif enabled llvm_gcc; then + check_cflags -mllvm -stack-alignment=16 + elif enabled clang; then + check_cflags -mllvm -stack-alignment=16 ++ check_cflags -mstack-alignment=16 + check_cflags -Qunused-arguments + check_cflags -Werror=implicit-function-declaration + check_cflags -Werror=missing-prototypes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611090953.uA99rBM2002251>