[110375] trunk/dports/lang/libcxx/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Fri Aug 30 12:16:59 PDT 2013


Revision: 110375
          https://trac.macports.org/changeset/110375
Author:   jeremyhu at macports.org
Date:     2013-08-30 12:16:58 -0700 (Fri, 30 Aug 2013)
Log Message:
-----------
libcxx: Bump to libcxx from llvm-3.3

Modified Paths:
--------------
    trunk/dports/lang/libcxx/Portfile

Modified: trunk/dports/lang/libcxx/Portfile
===================================================================
--- trunk/dports/lang/libcxx/Portfile	2013-08-30 19:16:12 UTC (rev 110374)
+++ trunk/dports/lang/libcxx/Portfile	2013-08-30 19:16:58 UTC (rev 110375)
@@ -1,7 +1,6 @@
 # $Id$
 
 PortSystem              1.0
-PortGroup select        1.0
 
 name                    libcxx
 categories              lang
@@ -14,10 +13,14 @@
 homepage                http://libcxx.llvm.org/
 
 fetch.type              svn
-svn.revision            164017
+svn.revision            183506
 version                 ${svn.revision}
-worksrcdir              trunk
-svn.url                 http://llvm.org/svn/llvm-project/libcxx/trunk
+#worksrcdir              release_32
+#svn.url                 http://llvm.org/svn/llvm-project/libcxx/branches/release_32
+worksrcdir              final
+svn.url                 http://llvm.org/svn/llvm-project/libcxx/tags/RELEASE_33/final
+#worksrcdir              trunk
+#svn.url                 http://llvm.org/svn/llvm-project/libcxx/trunk
 
 variant universal {}
 use_configure no
@@ -37,11 +40,9 @@
 } else {
     depends_lib port:libcxxabi
 
-    depends_build port:clang-3.1
-    depends_skip_archcheck-append clang-3.1
+    #configure.compiler macports-clang-3.2
+    configure.compiler macports-clang-3.3
 
-    configure.compiler macports-clang-3.1
-
     supported_archs i386 x86_64
 
     build.dir ${worksrcpath}/lib
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130830/75fcc091/attachment.html>


More information about the macports-changes mailing list