<pre style='margin:0'>
Ken (kencu) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/99fe72b6b166ce097aec09d0982e8963847cab3a">https://github.com/macports/macports-ports/commit/99fe72b6b166ce097aec09d0982e8963847cab3a</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 99fe72b mpv: apply fix for typo to all builds
</span>99fe72b is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 99fe72b6b166ce097aec09d0982e8963847cab3a
</span>Author: ken-cunningham-webuse <ken.cunningham.webuse@gmail.com>
AuthorDate: Sat Jan 26 16:16:33 2019 -0800
<span style='display:block; white-space:pre;color:#404040;'> mpv: apply fix for typo to all builds
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> fixes build on 10.8
</span><span style='display:block; white-space:pre;color:#404040;'> this patch can disappear with next update of mpv
</span>---
multimedia/mpv/Portfile | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/multimedia/mpv/Portfile b/multimedia/mpv/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 577bd7e..2db5125 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/multimedia/mpv/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/multimedia/mpv/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -230,10 +230,13 @@ platform darwin {
</span> # Shared build fixes for 10.6 and 10.7.
if {${os.major} < 12} {
patchfiles-append patch-misc-import-CoreVideo.diff
<span style='display:block; white-space:pre;background:#ffe0e0;'>- patchfiles-append patch-osdep-macosx_compat-h-typo.diff
</span> patchfiles-append patch-waftools-detection-compiler-py-no-tautological.diff
}
<span style='display:block; white-space:pre;background:#e0ffe0;'>+ # fix typo in restricted block. This patch can disappear after next update as this
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ # fix has been merged upstream 20190126
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ patchfiles-append patch-osdep-macosx_compat-h-typo.diff
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> # Make mpv work as good as possible on 10.6 and below. No Cocoa support, instead concentrate
# on getting the OpenGL output to work via X11.
# Also fix some other minor compile issues only manifesting on 10.6 and below along the way.
</pre><pre style='margin:0'>
</pre>