Index: head/devel/openmp/Makefile =================================================================== --- head/devel/openmp/Makefile (revision 463951) +++ head/devel/openmp/Makefile (revision 463952) @@ -1,26 +1,29 @@ # $FreeBSD$ PORTNAME= openmp -DISTVERSION= 5.0.1 +DISTVERSION= 6.0.0 DISTVERSIONSUFFIX= .src CATEGORIES= devel MASTER_SITES= http://llvm.org/releases/${DISTVERSION}/ MAINTAINER= bapt@FreeBSD.org COMMENT= Open Multi-Processing runtime for LLVM/Clang LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt ONLY_FOR_ARCHS= amd64 i386 USES= cmake compiler:c++11-lib perl5 tar:xz USE_PERL5= build USE_LDCONFIG= yes PLIST_FILES= include/omp.h \ + include/ompt.h \ lib/libgomp.so \ lib/libiomp5.so \ + lib/libomp.so \ lib/libomp.so.0 \ - lib/libomp.so + lib/libomptarget.so \ + lib/libomptarget.so.0 .include Index: head/devel/openmp/distinfo =================================================================== --- head/devel/openmp/distinfo (revision 463951) +++ head/devel/openmp/distinfo (revision 463952) @@ -1,3 +1,3 @@ -TIMESTAMP = 1510687290 -SHA256 (openmp-5.0.1.src.tar.xz) = adb635cdd2f9f828351b1e13d892480c657fb12500e69c70e007bddf0fca2653 -SIZE (openmp-5.0.1.src.tar.xz) = 2075472 +TIMESTAMP = 1519994704 +SHA256 (openmp-6.0.0.src.tar.xz) = 7c0e050d5f7da3b057579fb3ea79ed7dc657c765011b402eb5bbe5663a7c38fc +SIZE (openmp-6.0.0.src.tar.xz) = 2272360 Index: head/devel/openmp/files/patch-libomptarget_src_CMakeLists.txt =================================================================== --- head/devel/openmp/files/patch-libomptarget_src_CMakeLists.txt (nonexistent) +++ head/devel/openmp/files/patch-libomptarget_src_CMakeLists.txt (revision 463952) @@ -0,0 +1,14 @@ +Prevent consumers from picking up libomptarget.so from devel/llvm* ports + +--- libomptarget/src/CMakeLists.txt.orig 2017-12-06 21:59:15 UTC ++++ libomptarget/src/CMakeLists.txt +@@ -27,5 +27,9 @@ target_link_libraries(omptarget + ${CMAKE_DL_LIBS} + "-Wl,--version-script=${CMAKE_CURRENT_SOURCE_DIR}/exports") + ++if(NOT WIN32) ++ set_target_properties(omptarget PROPERTIES SOVERSION 0) ++endif() ++ + # Install libomptarget under the lib destination folder. + install(TARGETS omptarget LIBRARY DESTINATION lib${OPENMP_LIBDIR_SUFFIX}) Property changes on: head/devel/openmp/files/patch-libomptarget_src_CMakeLists.txt ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property