<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/c83a936114074ee19ccbb38f4b0aa717f9fa7f39">https://github.com/macports/macports-ports/commit/c83a936114074ee19ccbb38f4b0aa717f9fa7f39</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit c83a936114074ee19ccbb38f4b0aa717f9fa7f39
</span>Author: Ken Cunningham <kencu@macports.org>
AuthorDate: Thu Aug 19 12:51:52 2021 -0700

<span style='display:block; white-space:pre;color:#404040;'>    x265: stop defaulting highdepth variant on
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    it conflicts with universal, which is a commonly
</span><span style='display:block; white-space:pre;color:#404040;'>    requested variant
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    see: https://trac.macports.org/ticket/62657
</span>---
 multimedia/x265/Portfile | 13 ++-----------
 1 file changed, 2 insertions(+), 11 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 99c3ab01ea7..210aa42bd83 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;'>@@ -72,17 +72,6 @@ if {${universal_possible} && [variant_isset universal] && ![variant_isset highde
</span>         # error: illegal text-relocation to '_x265_pw_1'
                configure.ldflags-append -Wl,-read_only_relocs,suppress
        }
<span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    # at present, this variant will not build universal
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    # TODO: explore how this variant is supported on other archs
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    if {${configure.build_arch} eq "x86_64"} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        default_variants +highdepth
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    }
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-if {[variant_isset highdepth]} {
</span><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_archs_supported ${configure.build_arch}
</span> }
 
 variant highdepth conflicts universal description {Enable 10-bit and 12-bit encoding} {
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -91,6 +80,8 @@ variant highdepth conflicts universal description {Enable 10-bit and 12-bit enco
</span>     # 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:#e0ffe0;'>+    # we can perhaps explore how to use the method below with the muniversal PG
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span>     pre-configure {
         system "mkdir ${workpath}/10bit"
         system "mkdir ${workpath}/12bit"
</pre><pre style='margin:0'>

</pre>