mirror of
https://github.com/macports/mpbb.git
synced 2026-07-12 18:18:44 -07:00
dependencies.tcl: close mports after activating
Should avoid misleading "Dependencies to be installed:" output due to a quirk of how mportexec works.
This commit is contained in:
@@ -571,6 +571,7 @@ proc activate_dep {ditem} {
|
||||
puts $::log_subports_progress "Building '$::portname' ... \[ERROR\] (failed to activate dependency '$depinfo(name)') maintainers: [get_maintainers $::portname $depinfo(name)]."
|
||||
exit 1
|
||||
}
|
||||
catch {mportclose $ditem}
|
||||
}
|
||||
|
||||
puts "Activating all dependencies..."
|
||||
|
||||
Reference in New Issue
Block a user