[26505] trunk/dports/x11/wine/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Tue Jun 26 16:47:14 PDT 2007


Revision: 26505
          http://trac.macosforge.org/projects/macports/changeset/26505
Author:   ryandesign at macports.org
Date:     2007-06-26 16:47:13 -0700 (Tue, 26 Jun 2007)

Log Message:
-----------
wine: fail with a friendly message right away on powerpc

Modified Paths:
--------------
    trunk/dports/x11/wine/Portfile

Modified: trunk/dports/x11/wine/Portfile
===================================================================
--- trunk/dports/x11/wine/Portfile	2007-06-26 22:13:59 UTC (rev 26504)
+++ trunk/dports/x11/wine/Portfile	2007-06-26 23:47:13 UTC (rev 26505)
@@ -48,5 +48,12 @@
 configure.args \
 	--x-includes=${x11prefix}/include/
 
+platform powerpc {
+	pre-fetch {
+		ui_error "Wine only runs on computers with an Intel processor."
+		exit 1
+	}
+}
+
 livecheck.check     regex
 livecheck.regex     href="\\?announce=latest">Wine (\[0-9\.\]+)<

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


More information about the macports-changes mailing list