[117279] trunk/dports/lang/llvm-3.5

jeremyhu at macports.org jeremyhu at macports.org
Thu Feb 20 23:57:07 PST 2014


Revision: 117279
          https://trac.macports.org/changeset/117279
Author:   jeremyhu at macports.org
Date:     2014-02-20 23:57:07 -0800 (Thu, 20 Feb 2014)
Log Message:
-----------
{clang,llvm}-3.5: Bump to r201834

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

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

Added Paths:
-----------
    trunk/dports/lang/llvm-3.5/files/CheckArchesLD.patch

Modified: trunk/dports/lang/llvm-3.5/Portfile
===================================================================
--- trunk/dports/lang/llvm-3.5/Portfile	2014-02-21 05:46:45 UTC (rev 117278)
+++ trunk/dports/lang/llvm-3.5/Portfile	2014-02-21 07:57:07 UTC (rev 117279)
@@ -50,7 +50,7 @@
 }
 
 fetch.type              svn
-svn.revision            198565
+svn.revision            201834
 
 set compiler_rt_rev     ${svn.revision}
 set libcxx_rev          ${svn.revision}
@@ -215,6 +215,8 @@
 
             reinplace {/cc_kext_ios5/ s/^/#/} ${worksrcpath}/projects/compiler-rt/make/platform/clang_darwin.mk
             reinplace {s/cc_kext_ios5.a//} ${worksrcpath}/tools/clang/runtime/compiler-rt/Makefile
+
+            reinplace {s/VERBOSE := 0/VERBOSE := 1/} ${worksrcpath}/projects/compiler-rt/make/config.mk
         }
     }
 }

Added: trunk/dports/lang/llvm-3.5/files/CheckArchesLD.patch
===================================================================
--- trunk/dports/lang/llvm-3.5/files/CheckArchesLD.patch	                        (rev 0)
+++ trunk/dports/lang/llvm-3.5/files/CheckArchesLD.patch	2014-02-21 07:57:07 UTC (rev 117279)
@@ -0,0 +1,12 @@
+--- projects/compiler-rt/make/platform/clang_darwin.mk	2014-02-20 23:25:54.000000000 -0800
++++ projects/compiler-rt/make/platform/clang_darwin.mk	2014-02-20 23:32:01.000000000 -0800
+@@ -46,7 +46,7 @@ XCRunSdkPath = \
+ ###
+ 
+ CC       := $(call XCRun,clang)
+-LD       := $(call XCRun,ld)
++LD       := $(shell $(CC) -print-prog-name=ld)
+ AR       := $(call XCRun,ar)
+ RANLIB   := $(call XCRun,ranlib)
+ STRIP    := $(call XCRun,strip)
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140220/32f36e07/attachment-0001.html>


More information about the macports-changes mailing list