<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/ca25871a7430121834cfc205003b5c5c1a1983e9">https://github.com/macports/macports-base/commit/ca25871a7430121834cfc205003b5c5c1a1983e9</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 ca25871a7 Use defaultc for values fixed at configure time
</span>ca25871a7 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit ca25871a7430121834cfc205003b5c5c1a1983e9
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Tue Apr 9 02:29:51 2024 +1000
<span style='display:block; white-space:pre;color:#404040;'> Use defaultc for values fixed at configure time
</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 ad3e7038d..1fa5489d1 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;'>-default configure.install {${portutil::autoconf::install_command}}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+defaultc 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 1b8340575..87f193d64 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;'>-default extract.post_args {| ${portutil::autoconf::tar_command} -xf -}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+defaultc 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 7ff9152c5..e53dff340 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 /opt/local
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+defaultc prefix ${portutil::autoconf::prefix}
</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;'>-default install.user {${portutil::autoconf::install_user}}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-default install.group {${portutil::autoconf::install_group}}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+defaultc install.user ${portutil::autoconf::install_user}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+defaultc install.group ${portutil::autoconf::install_group}
</span>
# Platform Settings
defaultc platforms darwin
</pre><pre style='margin:0'>
</pre>