[146338] trunk/dports/editors/org-mode/Portfile

ryandesign at macports.org ryandesign at macports.org
Sat Mar 5 08:35:04 PST 2016


Revision: 146338
          https://trac.macports.org/changeset/146338
Author:   ryandesign at macports.org
Date:     2016-03-05 08:35:04 -0800 (Sat, 05 Mar 2016)
Log Message:
-----------
org-mode: disable build on Snow Leopard to prevent hang during build (#50736)

Modified Paths:
--------------
    trunk/dports/editors/org-mode/Portfile

Modified: trunk/dports/editors/org-mode/Portfile
===================================================================
--- trunk/dports/editors/org-mode/Portfile	2016-03-05 16:26:14 UTC (rev 146337)
+++ trunk/dports/editors/org-mode/Portfile	2016-03-05 16:35:04 UTC (rev 146338)
@@ -56,6 +56,13 @@
     }
 }
 
+platform darwin 10 {
+    pre-fetch {
+        ui_error "${name} @${version} does not build on Mac OS X 10.6"
+        return -code error "incompatible Mac OS X version"
+    }
+}
+
 livecheck.type      regex
 livecheck.url       ${homepage}
 livecheck.regex     {Stable version <b>([\w.]+)</b>}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160305/35199d9d/attachment-0001.html>


More information about the macports-changes mailing list