[146430] trunk/dports/editors/org-mode-devel/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon Mar 7 06:05:10 PST 2016


Revision: 146430
          https://trac.macports.org/changeset/146430
Author:   ryandesign at macports.org
Date:     2016-03-07 06:05:10 -0800 (Mon, 07 Mar 2016)
Log Message:
-----------
org-mode-devel: disable building on Snow Leopard to prevent hang (#50736)

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

Modified: trunk/dports/editors/org-mode-devel/Portfile
===================================================================
--- trunk/dports/editors/org-mode-devel/Portfile	2016-03-07 13:25:35 UTC (rev 146429)
+++ trunk/dports/editors/org-mode-devel/Portfile	2016-03-07 14:05:10 UTC (rev 146430)
@@ -29,4 +29,11 @@
 destroot.destdir    prefix=${destroot}${prefix}
 destroot.target     install-lisp install-info
 
+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		none
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160307/5e49b06e/attachment.html>


More information about the macports-changes mailing list