[131770] trunk/dports/lang/llvm-3.5/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Sat Jan 17 23:55:28 PST 2015


Revision: 131770
          https://trac.macports.org/changeset/131770
Author:   jeremyhu at macports.org
Date:     2015-01-17 23:55:28 -0800 (Sat, 17 Jan 2015)
Log Message:
-----------
clang-3.5: Remove the -arch ppc patch as it's causing some fallout

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

Modified: trunk/dports/lang/llvm-3.5/Portfile
===================================================================
--- trunk/dports/lang/llvm-3.5/Portfile	2015-01-18 07:54:27 UTC (rev 131769)
+++ trunk/dports/lang/llvm-3.5/Portfile	2015-01-18 07:55:28 UTC (rev 131770)
@@ -7,7 +7,8 @@
 set llvm_version        3.5
 set llvm_version_no_dot 35
 name                    llvm-${llvm_version}
-subport                 clang-${llvm_version} {}
+revision                1
+subport                 clang-${llvm_version} { revision 2 }
 set suffix              mp-${llvm_version}
 set sub_prefix          ${prefix}/libexec/llvm-${llvm_version}
 dist_subdir             llvm
@@ -76,7 +77,6 @@
 #default_variants-append +assertions
 
 version                 ${llvm_version}.1
-revision                1
 epoch                   1
 master_sites            http://llvm.org/releases/${version}
 use_xz                  yes
@@ -127,7 +127,6 @@
         1002-MacPorts-Only-Fix-name-of-scan-view-executable-insid.patch \
         1003-MacPorts-Only-Fix-libclang_rt-dylib-ids.patch \
         1004-MacPorts-Only-Relocate-clang-resources-using-llvm-ve.patch \
-        1005-Call-powerpc-darwin-external-tools-with-arch-ppc.patch \
         1006-Default-to-ppc7400-for-OSX-10.5.patch \
         2001-MacPorts-Only-Comment-out-SL-cctools-workaround.patch \
         2002-Do-not-build-a-separate-x86_64h-Haswell-slice-for-th.patch \
@@ -142,6 +141,9 @@
         3004-Fix-missing-long-long-math-prototypes-when-using-the.patch \
         3005-implement-atomic-using-mutex-lock_guard-for-64b-ops-.patch
 
+#       Introduces a failure during build (-arch ?? passed to ld), to be investigated:
+#       1005-Call-powerpc-darwin-external-tools-with-arch-ppc.patch \
+
     build.target        clang-only
     destroot.target     install-clang
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150117/116aabf0/attachment-0001.html>


More information about the macports-changes mailing list