[30386] trunk/dports/lang/clisp/Portfile
source_changes at macosforge.org
source_changes at macosforge.org
Fri Oct 26 00:44:14 PDT 2007
Revision: 30386
http://trac.macosforge.org/projects/macports/changeset/30386
Author: ryandesign at macports.org
Date: 2007-10-26 00:44:13 -0700 (Fri, 26 Oct 2007)
Log Message:
-----------
clisp: only throw on pre-fetch, so as not to screw up other operations like info, deps, variants, the portindex process, etc.
Modified Paths:
--------------
trunk/dports/lang/clisp/Portfile
Modified: trunk/dports/lang/clisp/Portfile
===================================================================
--- trunk/dports/lang/clisp/Portfile 2007-10-26 07:31:56 UTC (rev 30385)
+++ trunk/dports/lang/clisp/Portfile 2007-10-26 07:44:13 UTC (rev 30386)
@@ -42,7 +42,9 @@
}
platform darwin 6 {
- throw UNSUPPORTED "clisp is not supported on Jaguar (OS X 10.2.x)"
+ pre-fetch {
+ throw UNSUPPORTED "clisp is not supported on Jaguar (OS X 10.2.x)"
+ }
}
platform darwin {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071026/2b8e5508/attachment.html
More information about the macports-changes
mailing list