1 | --- macports.tcl.dist 2018-06-04 09:38:18.000000000 +0100 |
---|
2 | +++ macports.tcl 2018-06-07 15:07:32.000000000 +0100 |
---|
3 | @@ -4981,7 +4981,7 @@ |
---|
4 | } |
---|
5 | set broken_cxx_ports [registry::entry search state installed cxx_stdlib_overridden 0 cxx_stdlib $wrong_stdlib] |
---|
6 | foreach cxx_port $broken_cxx_ports { |
---|
7 | - ui_info "[$cxx_port name] is using $wrong_stdlib (this installation is configured to use ${macports::cxx_stdlib})" |
---|
8 | + ui_error "[$cxx_port name] is using $wrong_stdlib (this installation is configured to use ${macports::cxx_stdlib})" |
---|
9 | } |
---|
10 | set broken_ports [lsort -unique [concat $broken_ports $broken_cxx_ports]] |
---|
11 | |
---|