[89361] trunk/dports/devel/libsdl_image/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Jan 26 15:10:53 PST 2012


Revision: 89361
          http://trac.macports.org/changeset/89361
Author:   ryandesign at macports.org
Date:     2012-01-26 15:10:50 -0800 (Thu, 26 Jan 2012)
Log Message:
-----------
libsdl_image: fail early on Tiger; see #33015

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

Modified: trunk/dports/devel/libsdl_image/Portfile
===================================================================
--- trunk/dports/devel/libsdl_image/Portfile	2012-01-26 21:44:38 UTC (rev 89360)
+++ trunk/dports/devel/libsdl_image/Portfile	2012-01-26 23:10:50 UTC (rev 89361)
@@ -42,5 +42,12 @@
         ${destroot}${docdir}
 }
 
+platform darwin 8 {
+    pre-fetch {
+        ui_error "${name} ${version} requires Mac OS X 10.5 or greater."
+        return -code error "incompatible Mac OS X version"
+    }
+}
+
 livecheck.type  regex
 livecheck.regex ${my_name}-(\\d+(?:\\.\\d+)*)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120126/f2dec0ad/attachment.html>


More information about the macports-changes mailing list