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
Le 9 août 07 à 09:19, Juan Manuel Palacios a écrit :
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
Fixed in r27591. -- Anthony Ramine, a lazy french student. nox@macports.org
participants (2)
-
Juan Manuel Palacios
-
N_Ox