svn commit: r425641 - branches/2016Q4/multimedia/ffmpeg

Jan Beich jbeich at FreeBSD.org
Mon Nov 7 18:07:52 UTC 2016


Author: jbeich
Date: Mon Nov  7 18:07:51 2016
New Revision: 425641
URL: https://svnweb.freebsd.org/changeset/ports/425641

Log:
  MFH: r425640
  
  multimedia/ffmpeg: switch to clang on 9.x
  
  It turns out the following is true for ffvp9 on amd64:
  
    WARNING: gcc 4.2 is outdated and may miscompile FFmpeg. Please use a newer compiler.
  
  PR:		213706
  Approved by:	portmgr blanket
  Approved by:	ports-secteam blanket

Modified:
  branches/2016Q4/multimedia/ffmpeg/Makefile
Directory Properties:
  branches/2016Q4/   (props changed)

Modified: branches/2016Q4/multimedia/ffmpeg/Makefile
==============================================================================
--- branches/2016Q4/multimedia/ffmpeg/Makefile	Mon Nov  7 17:46:38 2016	(r425640)
+++ branches/2016Q4/multimedia/ffmpeg/Makefile	Mon Nov  7 18:07:51 2016	(r425641)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ffmpeg
 PORTVERSION=	2.8.8
-PORTREVISION=	4
+PORTREVISION=	5
 PORTEPOCH=	1
 CATEGORIES=	multimedia audio ipv6 net
 MASTER_SITES=	http://ffmpeg.org/releases/
@@ -18,7 +18,7 @@ BUILD_DEPENDS=	yasm:devel/yasm \
 		${LOCALBASE}/bin/as:devel/binutils
 
 HAS_CONFIGURE=	yes
-USES=		compiler cpe gmake perl5 pkgconfig tar:bzip2 shebangfix
+USES=		compiler:c11 cpe gmake perl5 pkgconfig tar:bzip2 shebangfix
 USE_LDCONFIG=	yes
 USE_PERL5=	build
 SHEBANG_FILES=	doc/texi2pod.pl


More information about the svn-ports-branches mailing list