[27778] trunk/dports/lang/ghc/Portfile
source_changes at macosforge.org
source_changes at macosforge.org
Tue Aug 14 00:43:43 PDT 2007
Revision: 27778
http://trac.macosforge.org/projects/macports/changeset/27778
Author: ryandesign at macports.org
Date: 2007-08-14 00:43:43 -0700 (Tue, 14 Aug 2007)
Log Message:
-----------
ghc: use return -code error instead of ui_msg and exit 1.
Modified Paths:
--------------
trunk/dports/lang/ghc/Portfile
Modified: trunk/dports/lang/ghc/Portfile
===================================================================
--- trunk/dports/lang/ghc/Portfile 2007-08-14 07:40:17 UTC (rev 27777)
+++ trunk/dports/lang/ghc/Portfile 2007-08-14 07:43:43 UTC (rev 27778)
@@ -46,8 +46,7 @@
platform darwin 6 {
- ui_msg "GHC is not supported on Jaguar (OS X 10.2.x)"
- exit 1
+ return -code error "${name} is not supported on Mac OS X 10.2.x (Jaguar)"
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070814/c75aa9fb/attachment.html
More information about the macports-changes
mailing list