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

</pre>
<p><a href="https://github.com/macports/macports-base/commit/3dac040b71d170670fd26bfd60a024dd03542a26">https://github.com/macports/macports-base/commit/3dac040b71d170670fd26bfd60a024dd03542a26</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 3dac040b7 Don't incorrectly re-enable interactivity
</span>3dac040b7 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 3dac040b71d170670fd26bfd60a024dd03542a26
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Thu Nov 9 10:56:00 2023 +1100

<span style='display:block; white-space:pre;color:#404040;'>    Don't incorrectly re-enable interactivity
</span>---
 src/port/port.tcl | 8 ++++++++
 1 file changed, 8 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/src/port/port.tcl b/src/port/port.tcl
</span><span style='display:block; white-space:pre;color:#808080;'>index 2d7b14a36..d8b44e7e2 100755
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/src/port/port.tcl
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/src/port/port.tcl
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5896,6 +5896,14 @@ if {[info exists global_options(ports_dir)]} {
</span> # Set up some global state for our code
 set current_portdir [pwd]
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Remove question settings from ui_options - these are only used via 
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# macports::ui_options and could be removed internally, and we don't
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# want to re-add them if so.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+unset -nocomplain ui_options(questions_yesno)
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+unset -nocomplain ui_options(questions_singlechoice)
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+unset -nocomplain ui_options(questions_multichoice)
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+unset -nocomplain ui_options(questions_alternative)
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> # Freeze global_options into global_options_base; global_options
 # will be reset to global_options_base prior to processing each command.
 set global_options_base [array get global_options]
</pre><pre style='margin:0'>

</pre>