Modified: trunk/dports/lang/libomp/Portfile (139004 => 139005)
--- trunk/dports/lang/libomp/Portfile 2015-07-27 22:02:36 UTC (rev 139004)
+++ trunk/dports/lang/libomp/Portfile 2015-07-28 04:37:24 UTC (rev 139005)
@@ -8,7 +8,7 @@
name libomp
version 0.0
-revision 242604
+revision 243276
maintainers eborisch openmaintainer
homepage http://openmp.llvm.org
description The OpenMP subproject of LLVM
@@ -44,6 +44,9 @@
# Comparison logic fails for 10.10 > 10.7
reinplace "/mac_os_new/s/:=.*/:= 1/" src/makefile.mk
}
+ # Patch tool for build with CMAKE_INSTALL_PREFIX
+ reinplace "/bulk.*compatibility/s/s\+/s+.*/" \
+ tools/check-depends.pl
}
post-destroot {
@@ -58,3 +61,12 @@
via:
-I${prefix}/include -L${prefix}/lib -fopenmp=libomp
"
+
+test.run yes
+test.target libomp-micro-tests
+
+livecheck.url \
+ http://llvm.org/viewvc/llvm-project/openmp/trunk/runtime/src/?view=log
+
+livecheck.version ${revision}
+livecheck.regex revision=(\[0-9\]+)