<pre style='margin:0'>
David B. Evans (dbevans) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/45851f513784f5c2a12299c221533aefd03ab8f0">https://github.com/macports/macports-ports/commit/45851f513784f5c2a12299c221533aefd03ab8f0</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new 45851f51378 ffmpeg-devel: disable failing avfoundation indev on 10.7
</span>45851f51378 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 45851f513784f5c2a12299c221533aefd03ab8f0
</span>Author: David B. Evans <devans@macports.org>
AuthorDate: Mon Jul 13 21:36:01 2020 -0700

<span style='display:block; white-space:pre;color:#404040;'>    ffmpeg-devel: disable failing avfoundation indev on 10.7
</span>---
 multimedia/ffmpeg-devel/Portfile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/multimedia/ffmpeg-devel/Portfile b/multimedia/ffmpeg-devel/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index e8d94a9c649..6b9bf211cd0 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/multimedia/ffmpeg-devel/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/multimedia/ffmpeg-devel/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -6,6 +6,7 @@ PortGroup           muniversal 1.0
</span> PortGroup           compiler_blacklist_versions 1.0
 PortGroup           active_variants 1.1
 PortGroup           github 1.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> # https://trac.macports.org/ticket/59246
 # https://trac.macports.org/ticket/59308
 PortGroup           xcode_workaround 1.0
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -203,7 +204,9 @@ platform darwin {
</span>     }
 
     # avfoundation is only available on 10.7+
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    if {${os.major} < 11} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # as of ffmpeg 3.4.1 build fails on 10.7 as well
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # libavdevice/avfoundation.m:207:14: error: expected method to read dictionary element not found on object of type 'NSDictionary *'
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    if {${os.major} < 12} {
</span>         configure.args-append --disable-indev=avfoundation
     }
 }
</pre><pre style='margin:0'>

</pre>