Modified: trunk/dports/lang/libcxxabi/Portfile (130388 => 130389)
--- trunk/dports/lang/libcxxabi/Portfile 2014-12-30 05:20:59 UTC (rev 130388)
+++ trunk/dports/lang/libcxxabi/Portfile 2014-12-30 05:38:32 UTC (rev 130389)
@@ -15,17 +15,11 @@
homepage http://libcxxabi.llvm.org/
fetch.type svn
-svn.revision 183506
+svn.revision 197063
version ${svn.revision}
-revision 1
worksrcdir trunk
svn.url http://llvm.org/svn/llvm-project/libcxxabi/trunk
-patch.pre_args -p1
-patchfiles \
- 0001-Propagate-the-removal-of-_LIBCPP_CANTTHROW-r189046-t.patch \
- 0002-Change-the-two-last-remaining-_LIBCPP_CANTTHROW-to-_.patch
-
set root_path ${prefix}/var/host/${name}-${version}-${revision}
variant universal {}
@@ -74,7 +68,6 @@
xinstall -m 755 ${worksrcpath}/lib/libc++abi.dylib ${destroot}${root_path}/usr/lib
xinstall -m 755 -d ${destroot}${root_path}/usr/include
- xinstall -m 644 ${worksrcpath}/include/cxa_demangle.h ${destroot}${root_path}/usr/include
xinstall -m 644 ${worksrcpath}/include/cxxabi.h ${destroot}${root_path}/usr/include
}