<pre style='margin:0'>
Zhenfu Shi (i0ntempest) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/33c8e8b0de8ce94f056af9272a22c1ddd99b36f3">https://github.com/macports/macports-ports/commit/33c8e8b0de8ce94f056af9272a22c1ddd99b36f3</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 33c8e8b0de8 hwloc: disable GUI variant by default (#10941)
</span>33c8e8b0de8 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 33c8e8b0de8ce94f056af9272a22c1ddd99b36f3
</span>Author: Christopher Nielsen <62156882+mascguy@users.noreply.github.com>
AuthorDate: Mon May 10 08:50:14 2021 -0400

<span style='display:block; white-space:pre;color:#404040;'>    hwloc: disable GUI variant by default (#10941)
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Co-authored-by: Christopher Nielsen <mascguy@github.com>
</span>---
 devel/hwloc/Portfile | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/hwloc/Portfile b/devel/hwloc/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 413c8c5e2d7..aa5c419deef 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/hwloc/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/hwloc/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -58,9 +58,8 @@ variant gui description {Add graphical output capability} {
</span>                             --x-libraries=${prefix}/lib
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-default_variants    +gui
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> notes {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-  OpenCL and CUDA support is now disabled by default. They may be enabled by new\
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-  variants opencl and cuda, respectively.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+  * GUI support is now disabled by default. It can be enabled via variant gui.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+  * OpenCL and CUDA support is now disabled by default. It can be enabled by variants\
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+  opencl and cuda, respectively.
</span> }
</pre><pre style='margin:0'>

</pre>