Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Jan 2017 18:48:11 +0000 (UTC)
From:      Thomas Zander <riggs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r430270 - head
Message-ID:  <201701011848.v01ImBnk034909@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: riggs
Date: Sun Jan  1 18:48:11 2017
New Revision: 430270
URL: https://svnweb.freebsd.org/changeset/ports/430270

Log:
  Reflect changes to OPTIMIZED_CFLAGS handling in multimedia/ffmpeg
  
  PR:		215402
  Submitted by:	jbeich

Modified:
  head/UPDATING

Modified: head/UPDATING
==============================================================================
--- head/UPDATING	Sun Jan  1 18:47:01 2017	(r430269)
+++ head/UPDATING	Sun Jan  1 18:48:11 2017	(r430270)
@@ -5,6 +5,24 @@ they are unavoidable.
 You should get into the habit of checking this file for changes each time
 you update your ports collection, before attempting any port upgrades.
 
+20170102:
+  AFFECTS: multimedia/ffmpeg
+  AUTHOR: jbeich@FreeBSD.org
+
+  OPTIMIZED_CFLAGS switched to only use vendor optimizations which
+  means -ffast-math -fno-finite-math-only are no longer applied. If
+  you did like the former behavior consider adding
+
+      # multimedia/ffmpeg/Makefile.local
+      OPTIMIZED_CFLAGS_CFLAGS += -ffast-math -fno-finite-math-only
+
+  or
+
+      # /etc/make.conf
+      .if ${.CURDIR:M*/multimedia/ffmpeg}
+      CFLAGS += -ffast-math -fno-finite-math-only
+      .endif
+
 20161230:
   AFFECTS: users of x11/xfce4-terminal
   AUTHOR: olivierd@FreeBSD.org



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