Date: Wed, 9 Nov 2016 09:55:19 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r425787 - in branches/2016Q4/multimedia/kodi: . files Message-ID: <201611090955.uA99tJgZ002505@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Wed Nov 9 09:55:19 2016 New Revision: 425787 URL: https://svnweb.freebsd.org/changeset/ports/425787 Log: MFH: r425786 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 Approved by: ports-secteam blanket Added: branches/2016Q4/multimedia/kodi/files/patch-tools_depends_target_ffmpeg_FFmpeg-2.8.6-Jarvis-16.0_configure - copied unchanged from r425786, head/multimedia/kodi/files/patch-tools_depends_target_ffmpeg_FFmpeg-2.8.6-Jarvis-16.0_configure Modified: branches/2016Q4/multimedia/kodi/Makefile Directory Properties: branches/2016Q4/ (props changed) Modified: branches/2016Q4/multimedia/kodi/Makefile ============================================================================== --- branches/2016Q4/multimedia/kodi/Makefile Wed Nov 9 09:53:11 2016 (r425786) +++ branches/2016Q4/multimedia/kodi/Makefile Wed Nov 9 09:55:19 2016 (r425787) @@ -2,6 +2,7 @@ PORTNAME= kodi DISTVERSION= 16.1 +PORTREVISION= 1 CATEGORIES= multimedia java MAINTAINER= mickael.maillot@gmail.com Copied: branches/2016Q4/multimedia/kodi/files/patch-tools_depends_target_ffmpeg_FFmpeg-2.8.6-Jarvis-16.0_configure (from r425786, 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) +++ branches/2016Q4/multimedia/kodi/files/patch-tools_depends_target_ffmpeg_FFmpeg-2.8.6-Jarvis-16.0_configure Wed Nov 9 09:55:19 2016 (r425787, copy of r425786, head/multimedia/kodi/files/patch-tools_depends_target_ffmpeg_FFmpeg-2.8.6-Jarvis-16.0_configure) @@ -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?201611090955.uA99tJgZ002505>