[124144] trunk/dports/sysutils/fswatch/Portfile

cal at macports.org cal at macports.org
Tue Aug 19 14:35:44 PDT 2014


Revision: 124144
          https://trac.macports.org/changeset/124144
Author:   cal at macports.org
Date:     2014-08-19 14:35:44 -0700 (Tue, 19 Aug 2014)
Log Message:
-----------
fswatch: disable build on SL, #44705, with maintainer approval

Modified Paths:
--------------
    trunk/dports/sysutils/fswatch/Portfile

Modified: trunk/dports/sysutils/fswatch/Portfile
===================================================================
--- trunk/dports/sysutils/fswatch/Portfile	2014-08-19 21:33:23 UTC (rev 124143)
+++ trunk/dports/sysutils/fswatch/Portfile	2014-08-19 21:35:44 UTC (rev 124144)
@@ -25,3 +25,13 @@
 checksums           rmd160 929cf38c072ed3c5843bc08fd125d0697fecf6f9 \
                     sha256 f3e37317155dac122ebc4efef9236f273d03e85051bb2e63198ab5453b0a8c34
 use_zip             yes
+
+platform darwin {
+    # Doesn't build on SL due to missing APIs, see #44705
+    if {${os.major} <= 10} {
+        pre-fetch {
+            ui_error "$name is not supported on Snow Leopard and earlier."
+            error "unsupported platform"
+        }
+    }
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140819/aa71ba7a/attachment.html>


More information about the macports-changes mailing list