[120643] trunk/dports/lang/eero-devel

vince at macports.org vince at macports.org
Wed Jun 4 07:58:29 PDT 2014


Revision: 120643
          https://trac.macports.org/changeset/120643
Author:   vince at macports.org
Date:     2014-06-04 07:58:29 -0700 (Wed, 04 Jun 2014)
Log Message:
-----------
Bumps to LLVM/CLANG 3.4.1

Modified Paths:
--------------
    trunk/dports/lang/eero-devel/Portfile

Added Paths:
-----------
    trunk/dports/lang/eero-devel/files/llvm-bin

Modified: trunk/dports/lang/eero-devel/Portfile
===================================================================
--- trunk/dports/lang/eero-devel/Portfile	2014-06-04 14:45:34 UTC (rev 120642)
+++ trunk/dports/lang/eero-devel/Portfile	2014-06-04 14:58:29 UTC (rev 120643)
@@ -8,9 +8,9 @@
 PortGroup compiler_blacklist_versions 1.0
 
 name                    eero-devel
-version                 3.2.2012-11-18
-set llvm_tag            3.2.2012-11-18
-set clang_tag           3.2.2012-11-18
+version                 3.4.2014-06-01
+set llvm_tag            3.4.2014-06-01
+set clang_tag           3.4.2014-06-01
 set sub_prefix          ${prefix}/libexec/eero-devel
 
 categories              lang
@@ -27,19 +27,20 @@
                         also compile regular C, C++ and Obj-C.
                         
 homepage                http://eerolanguage.org/
-master_sites            https://github.com/eerolanguage/llvm-trunk/tarball/${llvm_tag}:llvm \
-                        https://github.com/eerolanguage/clang-trunk/tarball/${clang_tag}:clang
+master_sites            https://github.com/eerolanguage/llvm/tarball/${llvm_tag}:llvm \
+                        https://github.com/eerolanguage/clang/tarball/${clang_tag}:clang
 
 distfiles               llvm-${llvm_tag}${extract.suffix}:llvm \
                         clang-${clang_tag}${extract.suffix}:clang
 
 checksums               llvm-${llvm_tag}${extract.suffix} \
-                        rmd160  bd5aa3c9d77a102506d88f2cdc7f3c5b7037f825 \
-                        sha256  66a460b0c2bfed6912be2169e1b49167ad0491542660d22e8cb6bbd4f89555d9 \
+                        rmd160  7c29e09de9770e8f08119035fc34c0d164f5726f \
+                        sha256  49aad0faa72741a1fea3f24cf7954fde516e997be5b1a5527193ed8e8f24fdcc \
                         clang-${clang_tag}${extract.suffix} \
-                        rmd160  6e9f26cfa6ff16ab28461807be685bb5fbe1ba62 \
-                        sha256  32cd400154e41343e9d14b281fdda811b0246d6a29ee74be894055b82895f590
+                        rmd160  a6b83d61f7c795d088e1d50c0fc139534bda424c \
+                        sha256  f96cc18c01c21859a3523cbcccc047b21f3f162d0677f32ac7503ade45245384
 
+
 dist_subdir             eero
 
 depends_lib             port:libffi
@@ -51,10 +52,10 @@
     move [glob ${workpath}/eerolanguage-clang*] ${worksrcpath}/tools/clang
 }
 
-patchfiles              tiger.patch  \
-                        tiger-shlib.patch \
-                        tiger-shlib-clang.patch \
-                        scan-build-PR-35006.patch
+#patchfiles              tiger.patch  \
+#                        tiger-shlib.patch \
+#                        tiger-shlib-clang.patch \
+#                        scan-build-PR-35006.patch
 patch.pre_args          -p1
 
 build.env-append        VERBOSE=1 REQUIRE_RTTI=1
@@ -178,11 +179,11 @@
         ${destroot}${sub_prefix}/lib/libclang.dylib"
         
     system "install_name_tool -id \
-        ${sub_prefix}/lib/libLLVM-3.2svn.dylib \
-        ${destroot}${sub_prefix}/lib/libLLVM-3.2svn.dylib"
+        ${sub_prefix}/lib/libLLVM-3.4.1.dylib \
+        ${destroot}${sub_prefix}/lib/libLLVM-3.4.1.dylib"
         
     system "install_name_tool -change \
-        @executable_path/../lib/libLLVM-3.2svn.dylib \
-        ${sub_prefix}/lib/libLLVM-3.2svn.dylib \
+        @executable_path/../lib/libLLVM-3.4.1.dylib \
+        ${sub_prefix}/lib/libLLVM-3.4.1.dylib \
         ${destroot}${sub_prefix}/lib/libclang.dylib"
 }

Added: trunk/dports/lang/eero-devel/files/llvm-bin
===================================================================
--- trunk/dports/lang/eero-devel/files/llvm-bin	                        (rev 0)
+++ trunk/dports/lang/eero-devel/files/llvm-bin	2014-06-04 14:58:29 UTC (rev 120643)
@@ -0,0 +1,2 @@
+#!/bin/sh
+EXEC_PATH $*
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140604/9de1ad63/attachment-0001.html>


More information about the macports-changes mailing list