most recent changes, diff for nestedsums

Index: math/nestedsums/Portfile
--- math/nestedsums/Portfile (revision 29881)
+++ math/nestedsums/Portfile (revision 29882)
@@ -22,13 +22,11 @@
# in gcc which causes one of the tests to fail.

platform darwin 6 {
- ui_msg "nesteedsums is not supported on Jaguar (OS X 10.2.x)."
- exit 1
+ return -code error "nesteedsums is not supported on Jaguar (OS X 10.2.x)."
}

platform darwin 7 {
- ui_msg "nesteedsums is not supported on Panther (OS X 10.3.x)."
- exit 1
+ return -code error "nesteedsums is not supported on Panther (OS X 10.3.x)."
}

default_variants +test