<pre style='margin:0'>
Joshua Root (jmroot) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/d2e84d30214ae96fb754449f58b96dd50cae4e0e">https://github.com/macports/macports-ports/commit/d2e84d30214ae96fb754449f58b96dd50cae4e0e</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 d2e84d30214 x265: disable universal before variants are created
</span>d2e84d30214 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit d2e84d30214ae96fb754449f58b96dd50cae4e0e
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Thu Apr 8 13:34:40 2021 +1000

<span style='display:block; white-space:pre;color:#404040;'>    x265: disable universal before variants are created
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Fixes: https://trac.macports.org/ticket/62657
</span>---
 multimedia/x265/Portfile | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/multimedia/x265/Portfile b/multimedia/x265/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 30d7257d938..9fc18ffe743 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/multimedia/x265/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/multimedia/x265/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -84,15 +84,17 @@ if {${universal_possible} && [variant_isset universal]} {
</span>     }
 }
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+if {[variant_isset highdepth]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # we need to explore how to use the method below with the muniversal PG.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    universal_variant no
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> variant highdepth conflicts universal description {Enable 10-bit and 12-bit encoding} {
 
     # this builds the recommended multi-library interface
     # https://x265.readthedocs.io/en/master/api.html#multi-library-interface
     # with the default ABI being the standard 8bit ABI as always
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    # we need to explore how to use the method below with the muniversal PG.
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    universal_variant no
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span>     pre-configure {
         system "mkdir ${workpath}/10bit"
         system "mkdir ${workpath}/12bit"
</pre><pre style='margin:0'>

</pre>