[56976] trunk/dports/x11/wine/Portfile
ryandesign at macports.org
ryandesign at macports.org
Thu Sep 3 23:21:29 PDT 2009
Revision: 56976
http://trac.macports.org/changeset/56976
Author: ryandesign at macports.org
Date: 2009-09-03 23:21:25 -0700 (Thu, 03 Sep 2009)
Log Message:
-----------
wine: note that wine 1.0.1 is not compatible with Snow Leopard; advise using wine-devel instead for now
Modified Paths:
--------------
trunk/dports/x11/wine/Portfile
Modified: trunk/dports/x11/wine/Portfile
===================================================================
--- trunk/dports/x11/wine/Portfile 2009-09-04 05:47:28 UTC (rev 56975)
+++ trunk/dports/x11/wine/Portfile 2009-09-04 06:21:25 UTC (rev 56976)
@@ -79,6 +79,10 @@
ui_error "${name} can only be used on an Intel Mac or other computer with a little-endian processor."
return -code error "incompatible processor"
}
+ if {"darwin" == ${os.platform} && ${os.major} > 9} {
+ ui_error "${name} ${version} is not compatible with Mac OS X 10.6 or later. Until ${name} 1.2 is released, please install wine-devel instead."
+ return -code error "incompatible Mac OS X version"
+ }
}
post-destroot {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090903/f0fa475e/attachment.html>
More information about the macports-changes
mailing list