svn commit: r507610 - head/multimedia/ffmpeg

Jan Beich jbeich at FreeBSD.org
Tue Jul 30 00:16:19 UTC 2019


Author: jbeich
Date: Tue Jul 30 00:16:18 2019
New Revision: 507610
URL: https://svnweb.freebsd.org/changeset/ports/507610

Log:
  multimedia/ffmpeg: rebuild after r507592
  
  By dropping COMPILER_PATH we've switched to base ld(1) which is LLD on
  11.1+ aarch64, 12.0+ armv7, 12.0+ amd64, 12.1+ i386. So, track runtime
  regressions explicitly. poudriere would've rebuilt due to r507574 anyway:
  ffmpeg <- libva <- libdrm <- libpciaccess <- pciids.

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

Modified: head/multimedia/ffmpeg/Makefile
==============================================================================
--- head/multimedia/ffmpeg/Makefile	Mon Jul 29 23:56:26 2019	(r507609)
+++ head/multimedia/ffmpeg/Makefile	Tue Jul 30 00:16:18 2019	(r507610)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ffmpeg
 PORTVERSION=	4.1.4
-PORTREVISION=	3
+PORTREVISION=	4
 PORTEPOCH=	1
 CATEGORIES=	multimedia audio ipv6 net
 MASTER_SITES=	https://ffmpeg.org/releases/


More information about the svn-ports-head mailing list