<pre style='margin:0'>
Herby Gillot (herbygillot) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/435e6f63c73b1c65e4dce5dfe4656b101f208d33">https://github.com/macports/macports-ports/commit/435e6f63c73b1c65e4dce5dfe4656b101f208d33</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 435e6f63c73b1c65e4dce5dfe4656b101f208d33
</span>Author: barracuda156 <vital.had@gmail.com>
AuthorDate: Sun Apr 7 13:25:56 2024 +0800

<span style='display:block; white-space:pre;color:#404040;'>    wxWidgets-1.0 PG: support wxgtk-3.0-cxx11
</span>---
 _resources/port1.0/group/wxWidgets-1.0.tcl | 11 +++++++++++
 1 file changed, 11 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/_resources/port1.0/group/wxWidgets-1.0.tcl b/_resources/port1.0/group/wxWidgets-1.0.tcl
</span><span style='display:block; white-space:pre;color:#808080;'>index e9fe68ce39e..37f9ad2f7b1 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/_resources/port1.0/group/wxWidgets-1.0.tcl
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/_resources/port1.0/group/wxWidgets-1.0.tcl
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -170,6 +170,7 @@ PortGroup   compiler_blacklist_versions 1.0
</span> ## - wxGTK-2.8
 ## - wxWidgets-3.0
 ## - wxGTK-3.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+## - wxGTK-3.0-cxx11
</span> ## - wxPython-3.0
 ## - wxWidgets-3.0-cxx11
 ## - wxWidgets-3.2
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -257,6 +258,16 @@ proc wxWidgets._set {option action args} {
</span>         }
         # this doesn't work
         # PortGroup cxx11 1.1
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    } elseif {${args} eq "wxGTK-3.0-cxx11"} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        global cxx_stdlib
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        wxWidgets.name          "wxGTK"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        if {${cxx_stdlib} eq "libstdc++"} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            wxWidgets.version   "3.0-cxx11"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            wxWidgets.port      "wxgtk-3.0-cxx11"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        } else {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            wxWidgets.version   "3.0"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            wxWidgets.port      "wxgtk-3.0"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        }
</span>     # preliminary support for wxWidgets 3.1/3.2
     } elseif {${args} eq "wxWidgets-3.2"} {
         wxWidgets.name      "wxWidgets"
</pre><pre style='margin:0'>

</pre>