Revision: 110372 https://trac.macports.org/changeset/110372 Author: jeremyhu@macports.org Date: 2013-08-30 12:04:57 -0700 (Fri, 30 Aug 2013) Log Message: ----------- libcxxabi: Bump to libcxxabi from llvm-3.3 to fix a few minor bugs and build with clang-3.3 Modified Paths: -------------- trunk/dports/lang/libcxxabi/Portfile Modified: trunk/dports/lang/libcxxabi/Portfile =================================================================== --- trunk/dports/lang/libcxxabi/Portfile 2013-08-30 19:02:47 UTC (rev 110371) +++ trunk/dports/lang/libcxxabi/Portfile 2013-08-30 19:04:57 UTC (rev 110372) @@ -1,7 +1,6 @@ # $Id$ PortSystem 1.0 -PortGroup select 1.0 name libcxxabi categories lang @@ -15,7 +14,7 @@ homepage http://libcxxabi.llvm.org/ fetch.type svn -svn.revision 164017 +svn.revision 183506 version ${svn.revision} worksrcdir trunk svn.url http://llvm.org/svn/llvm-project/libcxxabi/trunk @@ -36,10 +35,9 @@ error "unsupported platform" } } else { - depends_build port:clang-3.1 port:libunwind-headers - depends_skip_archcheck-append clang-3.1 + depends_build port:libunwind-headers - configure.compiler macports-clang-3.1 + configure.compiler macports-clang-3.3 supported_archs i386 x86_64