9 Aug
2007
9 Aug
'07
7:19 a.m.
On Aug 8, 2007, at 6:24 PM, source_changes@macosforge.org wrote:
+ exit 1 + } +
Calling exit from a Portfile has been more than deprecated, it's unsupported at present (or at least will be in 1.5.1). There's now code in macports1.0 that hides 'exit' from the Tcl interpreter that loads the Portfiles 'cause its use introduces many problems we want to avoid. Recommended practice is to use 'return -code error "your error message here"' Regards,... -jmpp