<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/0eff7719b2539fef4798a1a63d213254ed9d7668">https://github.com/macports/macports-ports/commit/0eff7719b2539fef4798a1a63d213254ed9d7668</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 0eff7719b25 x265: revert ENABLE_HDR10_PLUS
</span>0eff7719b25 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 0eff7719b2539fef4798a1a63d213254ed9d7668
</span>Author: Ken Cunningham <kencu@macports.org>
AuthorDate: Wed Dec 14 17:08:13 2022 -0800

<span style='display:block; white-space:pre;color:#404040;'>    x265: revert ENABLE_HDR10_PLUS
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    completely broke the build of x265
</span><span style='display:block; white-space:pre;color:#404040;'>    closes: https://trac.macports.org/ticket/66465
</span>---
 multimedia/x265/Portfile | 11 ++++-------
 1 file changed, 4 insertions(+), 7 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 9cd6512ac8b..c2cc09c2f4b 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;'>@@ -13,7 +13,7 @@ PortGroup           legacysupport 1.0
</span> legacysupport.newest_darwin_requires_legacy 9
 
 github.setup        videolan x265 3.4
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            2
</span> 
 checksums           rmd160  e614c4a03134a67e79efe8d3dd64d54c3990b99a \
                     sha256  544d147bf146f8994a7bf8521ed878c93067ea1c7c6e93ab602389be3117eaaf \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -91,9 +91,6 @@ variant highdepth conflicts universal description {Enable 10-bit and 12-bit enco
</span> 
     # we can perhaps explore how to use the method below with the muniversal PG
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    # ENABLE_HDR10_PLUS requires c++11
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    compiler.cxx_standard 2011
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span>     pre-configure {
         system "mkdir ${workpath}/10bit"
         system "mkdir ${workpath}/12bit"
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -102,15 +99,15 @@ variant highdepth conflicts universal description {Enable 10-bit and 12-bit enco
</span>     configure {
 
         set configure.dir ${workpath}/10bit
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        configure.args -DENABLE_HDR10_PLUS=ON -DHIGH_BIT_DEPTH=ON -DEXPORT_C_API=OFF -DENABLE_SHARED=OFF -DENABLE_CLI=OFF
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        configure.args -DHIGH_BIT_DEPTH=ON -DEXPORT_C_API=OFF -DENABLE_SHARED=OFF -DENABLE_CLI=OFF
</span>         portconfigure::configure_main
 
         set configure.dir ${workpath}/12bit
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        configure.args -DENABLE_HDR10_PLUS=ON -DHIGH_BIT_DEPTH=ON -DEXPORT_C_API=OFF -DENABLE_SHARED=OFF -DENABLE_CLI=OFF -DMAIN12=ON
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        configure.args -DHIGH_BIT_DEPTH=ON -DEXPORT_C_API=OFF -DENABLE_SHARED=OFF -DENABLE_CLI=OFF -DMAIN12=ON
</span>         portconfigure::configure_main
 
         set configure.dir ${workpath}/build
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        configure.args -DENABLE_HDR10_PLUS=ON -DEXTRA_LIB="x265_main10.a\;x265_main12.a" -DEXTRA_LINK_FLAGS=-L. -DLINKED_10BIT=ON -DLINKED_12BIT=ON
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        configure.args -DEXTRA_LIB="x265_main10.a\;x265_main12.a" -DEXTRA_LINK_FLAGS=-L. -DLINKED_10BIT=ON -DLINKED_12BIT=ON
</span>         portconfigure::configure_main
 
     }
</pre><pre style='margin:0'>

</pre>