<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/50251d01cf130912ab8d9cf7461d0aa728b6aa7c">https://github.com/macports/macports-base/commit/50251d01cf130912ab8d9cf7461d0aa728b6aa7c</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 50251d01c Revert "Use defaultc for values fixed at configure time"
</span>50251d01c is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 50251d01cf130912ab8d9cf7461d0aa728b6aa7c
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Tue Apr 9 02:31:48 2024 +1000

<span style='display:block; white-space:pre;color:#404040;'>    Revert "Use defaultc for values fixed at configure time"
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    This reverts commit ca25871a7430121834cfc205003b5c5c1a1983e9.
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Causes problems when sourcing the scripts during installation, before
</span><span style='display:block; white-space:pre;color:#404040;'>    the portutil::autoconf package can be found.
</span>---
 src/port1.0/portconfigure.tcl | 2 +-
 src/port1.0/portextract.tcl   | 2 +-
 src/port1.0/portmain.tcl      | 6 +++---
 3 files changed, 5 insertions(+), 5 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/src/port1.0/portconfigure.tcl b/src/port1.0/portconfigure.tcl
</span><span style='display:block; white-space:pre;color:#808080;'>index 1fa5489d1..ad3e7038d 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/src/port1.0/portconfigure.tcl
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/src/port1.0/portconfigure.tcl
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -291,7 +291,7 @@ options configure.perl configure.python configure.ruby \
</span> defaultc configure.perl              {}
 defaultc configure.python            {}
 defaultc configure.ruby              {}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-defaultc configure.install           ${portutil::autoconf::install_command}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+default configure.install           {${portutil::autoconf::install_command}}
</span> defaultc configure.awk               {}
 defaultc configure.bison             {}
 defaultc configure.pkg_config        {}
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/src/port1.0/portextract.tcl b/src/port1.0/portextract.tcl
</span><span style='display:block; white-space:pre;color:#808080;'>index 87f193d64..1b8340575 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/src/port1.0/portextract.tcl
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/src/port1.0/portextract.tcl
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -55,7 +55,7 @@ default extract.only {[portextract::disttagclean $distfiles]}
</span> default extract.dir {${workpath}}
 default extract.cmd {[findBinary gzip ${portutil::autoconf::gzip_path}]}
 defaultc extract.pre_args -dc
<span style='display:block; white-space:pre;background:#ffe0e0;'>-defaultc extract.post_args "| ${portutil::autoconf::tar_command} -xf -"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+default extract.post_args {| ${portutil::autoconf::tar_command} -xf -}
</span> defaultc extract.mkdir no
 defaultc extract.rename no
 
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/src/port1.0/portmain.tcl b/src/port1.0/portmain.tcl
</span><span style='display:block; white-space:pre;color:#808080;'>index e53dff340..7ff9152c5 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/src/port1.0/portmain.tcl
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/src/port1.0/portmain.tcl
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -105,7 +105,7 @@ proc portmain::get_subbuildpath {} {
</span>     return [file normalize [file join $portbuildpath $subdir]]
 }
 default workpath {[getportworkpath_from_buildpath $subbuildpath]}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-defaultc prefix ${portutil::autoconf::prefix}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+defaultc prefix /opt/local
</span> defaultc applications_dir /Applications/MacPorts
 default frameworks_dir {${prefix}/Library/Frameworks}
 defaultc destdir destroot
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -126,8 +126,8 @@ defaultc depends_skip_archcheck {}
</span> defaultc add_users {}
 
 # Configure settings
<span style='display:block; white-space:pre;background:#ffe0e0;'>-defaultc install.user ${portutil::autoconf::install_user}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-defaultc install.group ${portutil::autoconf::install_group}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+default install.user {${portutil::autoconf::install_user}}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+default install.group {${portutil::autoconf::install_group}}
</span> 
 # Platform Settings
 defaultc platforms darwin
</pre><pre style='margin:0'>

</pre>