<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/aa60115308983ac5367dbd79db8fd47d13f4af4f">https://github.com/macports/macports-base/commit/aa60115308983ac5367dbd79db8fd47d13f4af4f</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 aa6011530 destroot_finish: catch errors from fs_clone_capable
</span>aa6011530 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit aa60115308983ac5367dbd79db8fd47d13f4af4f
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Fri Nov 1 10:00:01 2024 +1100
<span style='display:block; white-space:pre;color:#404040;'> destroot_finish: catch errors from fs_clone_capable
</span>---
src/port1.0/portdestroot.tcl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/src/port1.0/portdestroot.tcl b/src/port1.0/portdestroot.tcl
</span><span style='display:block; white-space:pre;color:#808080;'>index 27f52ccb8..163ef57df 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/src/port1.0/portdestroot.tcl
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/src/port1.0/portdestroot.tcl
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -385,7 +385,7 @@ proc portdestroot::destroot_finish {args} {
</span>
# Work around apparent filesystem bug.
# https://trac.macports.org/ticket/67336
<span style='display:block; white-space:pre;background:#ffe0e0;'>- if {[fs_clone_capable $destroot]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ if {![catch {fs_clone_capable $destroot} result] && $result} {
</span> global workpath
ui_debug "Applying sparse file lseek bug workaround"
try {
</pre><pre style='margin:0'>
</pre>