svn commit: r425787 - in branches/2016Q4/multimedia/kodi: . files

Jan Beich jbeich at FreeBSD.org
Wed Nov 9 09:55:20 UTC 2016


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 at 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


More information about the svn-ports-all mailing list