Le 9 août 07 à 09:19, Juan Manuel Palacios a écrit :


On Aug 8, 2007, at 6:24 PM, [EMAIL PROTECTED] 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.
[EMAIL PROTECTED]


_______________________________________________
macports-dev mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo/macports-dev

Reply via email to