[27591] trunk/dports/devel/libsdl/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Thu Aug 9 06:38:30 PDT 2007


Revision: 27591
          http://trac.macosforge.org/projects/macports/changeset/27591
Author:   nox at macports.org
Date:     2007-08-09 06:38:29 -0700 (Thu, 09 Aug 2007)

Log Message:
-----------
libsdl:
* Now uses return -code instead of deprecated exit procedure.

Modified Paths:
--------------
    trunk/dports/devel/libsdl/Portfile

Modified: trunk/dports/devel/libsdl/Portfile
===================================================================
--- trunk/dports/devel/libsdl/Portfile	2007-08-09 13:22:56 UTC (rev 27590)
+++ trunk/dports/devel/libsdl/Portfile	2007-08-09 13:38:29 UTC (rev 27591)
@@ -58,7 +58,7 @@
                     ui_error "receiving this error message, you can report the problem here:"
                     ui_error "http://trac.macports.org/projects/macports/ticket/6533"
 
-                    exit 1
+					return -code 1 "${name} cannot build on Panther with QuickTime 7.0.4 or later."
                 }
 
                 break

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070809/faed0352/attachment.html


More information about the macports-changes mailing list