[150306] trunk/dports/lang

jeremyhu at macports.org jeremyhu at macports.org
Fri Jul 15 01:49:34 PDT 2016


Revision: 150306
          https://trac.macports.org/changeset/150306
Author:   jeremyhu at macports.org
Date:     2016-07-15 01:49:34 -0700 (Fri, 15 Jul 2016)
Log Message:
-----------
llvm-3.[3456]: Indicate that this toolchain is not supported on macOS Sierra (3.7 to follow before final release)

Modified Paths:
--------------
    trunk/dports/lang/llvm-3.3/Portfile
    trunk/dports/lang/llvm-3.4/Portfile
    trunk/dports/lang/llvm-3.5/Portfile
    trunk/dports/lang/llvm-3.6/Portfile

Modified: trunk/dports/lang/llvm-3.3/Portfile
===================================================================
--- trunk/dports/lang/llvm-3.3/Portfile	2016-07-15 08:48:46 UTC (rev 150305)
+++ trunk/dports/lang/llvm-3.3/Portfile	2016-07-15 08:49:34 UTC (rev 150306)
@@ -378,4 +378,14 @@
     }
 }
 
+if {${os.platform} eq "darwin" && ${os.major} > 15} {
+    depends_lib
+    depends_run
+    archive_sites
+    pre-fetch {
+        ui_error "${name} is not supported on macOS Sierra or newer."
+        return -code error {unsupported platform}
+    }
+}
+
 livecheck.type          none

Modified: trunk/dports/lang/llvm-3.4/Portfile
===================================================================
--- trunk/dports/lang/llvm-3.4/Portfile	2016-07-15 08:48:46 UTC (rev 150305)
+++ trunk/dports/lang/llvm-3.4/Portfile	2016-07-15 08:49:34 UTC (rev 150306)
@@ -425,4 +425,14 @@
     }
 }
 
+if {${os.platform} eq "darwin" && ${os.major} > 15} {
+    depends_lib
+    depends_run
+    archive_sites
+    pre-fetch {
+        ui_error "${name} is not supported on macOS Sierra or newer."
+        return -code error {unsupported platform}
+    }
+}
+
 livecheck.type          none

Modified: trunk/dports/lang/llvm-3.5/Portfile
===================================================================
--- trunk/dports/lang/llvm-3.5/Portfile	2016-07-15 08:48:46 UTC (rev 150305)
+++ trunk/dports/lang/llvm-3.5/Portfile	2016-07-15 08:49:34 UTC (rev 150306)
@@ -423,4 +423,14 @@
     }
 }
 
+if {${os.platform} eq "darwin" && ${os.major} > 15} {
+    depends_lib
+    depends_run
+    archive_sites
+    pre-fetch {
+        ui_error "${name} is not supported on macOS Sierra or newer."
+        return -code error {unsupported platform}
+    }
+}
+
 livecheck.type          none

Modified: trunk/dports/lang/llvm-3.6/Portfile
===================================================================
--- trunk/dports/lang/llvm-3.6/Portfile	2016-07-15 08:48:46 UTC (rev 150305)
+++ trunk/dports/lang/llvm-3.6/Portfile	2016-07-15 08:49:34 UTC (rev 150306)
@@ -405,4 +405,14 @@
     }
 }
 
+if {${os.platform} eq "darwin" && ${os.major} > 15} {
+    depends_lib
+    depends_run
+    archive_sites
+    pre-fetch {
+        ui_error "${name} is not supported on macOS Sierra or newer."
+        return -code error {unsupported platform}
+    }
+}
+
 livecheck.type          none
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160715/6dbff461/attachment.html>


More information about the macports-changes mailing list