[143121] trunk/dports/lang/llvm-3.8/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Sat Dec 12 08:38:48 PST 2015


Revision: 143121
          https://trac.macports.org/changeset/143121
Author:   jeremyhu at macports.org
Date:     2015-12-04 08:57:26 -0800 (Fri, 04 Dec 2015)
Log Message:
-----------
llvm-3.8: Bump to svn revision r254705 and remove a woraround for a fixed upstream bug.

Revision Links:
--------------
    https://trac.macports.org/changeset/254705

Modified Paths:
--------------
    trunk/dports/lang/llvm-3.8/Portfile

Modified: trunk/dports/lang/llvm-3.8/Portfile
===================================================================
--- trunk/dports/lang/llvm-3.8/Portfile	2015-12-04 16:50:37 UTC (rev 143120)
+++ trunk/dports/lang/llvm-3.8/Portfile	2015-12-04 16:57:26 UTC (rev 143121)
@@ -69,7 +69,7 @@
 }
 
 fetch.type              svn
-svn.revision            253905
+svn.revision            254705
 
 set compiler_rt_rev     ${svn.revision}
 set libcxx_rev          ${svn.revision}
@@ -168,13 +168,9 @@
 
     configure.args-append \
         -DCLANG_INCLUDE_TESTS=OFF \
-        -DCLANG_ENABLE_STATIC_ANALYZER=OFF
-
-    # https://llvm.org/bugs/show_bug.cgi?id=25665
-    configure.args-append \
+        -DCLANG_ENABLE_STATIC_ANALYZER=OFF \
         -DLLVM_BUILD_RUNTIME=ON \
-        -DLIBCXX_INSTALL_LIBRARY=OFF \
-        -DLIBCXX_ENABLE_SHARED=OFF
+        -DLIBCXX_INSTALL_LIBRARY=OFF
 }
 
 # llvm-3.5 and later requires a C++11 runtime
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/2e7ffba6/attachment.html>


More information about the macports-changes mailing list