Skip to content

Commit

Permalink
Useful debug messages
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.macports.org/repository/macports/trunk/base@237 d073be05-634f-4543-b044-5fe20cf6d1d6
  • Loading branch information
landonf committed Aug 21, 2002
1 parent 93336bd commit 7a5b532
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/port1.0/portutil.tcl
Expand Up @@ -107,13 +107,14 @@ proc swdep_resolve {name chain} {
continue
}
foreach filename [readdir $path] {
ui_debug "Checking dependency $filename $depregex"
if {[regexp $depregex $filename] == 1} {
ui_debug "Found Dependency: path: $path filename: $filename regex: $depregex"
return 0
}
}
}
puts "Executing $portname"
ui_debug "Building $portname"
dportbuild $sysportpath/software/$portname build build
return 0
}
Expand Down

0 comments on commit 7a5b532

Please sign in to comment.