svn commit: r425640 - head/multimedia/ffmpeg

Jan Beich jbeich at FreeBSD.org
Mon Nov 7 17:46:40 UTC 2016


Author: jbeich
Date: Mon Nov  7 17:46:38 2016
New Revision: 425640
URL: https://svnweb.freebsd.org/changeset/ports/425640

Log:
  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

Modified:
  head/multimedia/ffmpeg/Makefile   (contents, props changed)

Modified: head/multimedia/ffmpeg/Makefile
==============================================================================
--- head/multimedia/ffmpeg/Makefile	Mon Nov  7 16:33:18 2016	(r425639)
+++ head/multimedia/ffmpeg/Makefile	Mon Nov  7 17:46:38 2016	(r425640)
@@ -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-all mailing list