[110637] trunk/dports/net/obby/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Mon Sep 2 17:22:36 PDT 2013


Revision: 110637
          https://trac.macports.org/changeset/110637
Author:   jeremyhu at macports.org
Date:     2013-09-02 17:22:36 -0700 (Mon, 02 Sep 2013)
Log Message:
-----------
obby: Adjust blacklisting

Modified Paths:
--------------
    trunk/dports/net/obby/Portfile

Modified: trunk/dports/net/obby/Portfile
===================================================================
--- trunk/dports/net/obby/Portfile	2013-09-03 00:21:48 UTC (rev 110636)
+++ trunk/dports/net/obby/Portfile	2013-09-03 00:22:36 UTC (rev 110637)
@@ -32,8 +32,19 @@
                         --enable-ipv6
 
 # error: assigning to 'AvahiWatchEvent' from incompatible type 'int'
-compiler.blacklist      clang
+compiler.blacklist      *clang*
 
+platform darwin {
+    if {${os.major} >= 13} {
+        depends_lib
+        depends_run
+        pre-fetch {
+            ui_error "$name does not build on Mavericks or later."
+            error "unsupported platform"
+        }
+    }
+}
+
 livecheck.type          regex
 livecheck.url           [lindex ${master_sites} 0]
 livecheck.regex         ${name}-(\\d+(?:\\.\\d+)*\\.(?:\\d|\[0-8\]\\d))\\.tar
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130902/06d7200e/attachment.html>


More information about the macports-changes mailing list