Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Nov 2016 18:07:51 +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: r425641 - branches/2016Q4/multimedia/ffmpeg
Message-ID:  <201611071807.uA7I7peo057555@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611071807.uA7I7peo057555>