<pre style='margin:0'>
Chris Jones (cjones051073) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/c83625a1b18fef9c2993ad85c352a83bd4e3a934">https://github.com/macports/macports-ports/commit/c83625a1b18fef9c2993ad85c352a83bd4e3a934</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 c83625a1b18 ffmpeg: Fix builds on older (<macOS10.10) OSes
</span>c83625a1b18 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit c83625a1b18fef9c2993ad85c352a83bd4e3a934
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Thu Apr 15 17:11:23 2021 +0100

<span style='display:block; white-space:pre;color:#404040;'>    ffmpeg: Fix builds on older (<macOS10.10) OSes
</span>---
 multimedia/ffmpeg/Portfile | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/multimedia/ffmpeg/Portfile b/multimedia/ffmpeg/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 1af44061779..ef7d376414c 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/multimedia/ffmpeg/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/multimedia/ffmpeg/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -6,6 +6,9 @@ PortGroup           muniversal 1.0
</span> PortGroup           compiler_blacklist_versions 1.0
 PortGroup           active_variants 1.1
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# For 'TARGET_OS_OSX' et. al. macros
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup           legacysupport 1.1
</span><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;'>@@ -92,7 +95,7 @@ patchfiles          patch-libavcodec-audiotoolboxenc.c.diff
</span> 
 # work around vec_xl intrinsic does not exist on older PowerPC processors
 # https://trac.ffmpeg.org/ticket/8750
<span style='display:block; white-space:pre;background:#ffe0e0;'>-patchfiles-append     patch-ffmpeg-powerpc-yuv2rgb-altivec-fix.diff
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+patchfiles-append   patch-ffmpeg-powerpc-yuv2rgb-altivec-fix.diff
</span> 
 #
 # enable auto configure of asm optimizations
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -109,6 +112,10 @@ if {[lsearch [get_canonical_archs] i386] != -1} {
</span>     compiler.blacklist-append {clang < 422.1.7}
 }
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# warning: unknown warning option '-Werror=partial-availability'; did you mean '-Werror=availability'? [-Wunknown-warning-option]
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# warning: unknown warning option '-Wno-bool-operation'; did you mean '-Wno-bool-conversion'? [-Wunknown-warning-option]
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist-append {clang < 800}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> # The old ffmpeg port was GPL-2+ as base and had a no_gpl variant, so this keeps us consistent
 # Also, -gpl2 causes other ports to fail to build due to the missing libpostproc (#35473)
 default_variants-append +gpl2
</pre><pre style='margin:0'>

</pre>