svn commit: r424391 - head/devel/openmp

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Oct 21 08:39:12 UTC 2016


Author: amdmi3
Date: Fri Oct 21 08:39:11 2016
New Revision: 424391
URL: https://svnweb.freebsd.org/changeset/ports/424391

Log:
  - Mark broken on 9.x:
  
  /wrkdirs/usr/ports/devel/openmp/work/openmp-3.9.0.src/runtime/src/kmp_lock.h:26:10: fatal error: 'atomic' file not found
  
  Approved by:	portmgr blanket

Modified:
  head/devel/openmp/Makefile

Modified: head/devel/openmp/Makefile
==============================================================================
--- head/devel/openmp/Makefile	Fri Oct 21 08:36:08 2016	(r424390)
+++ head/devel/openmp/Makefile	Fri Oct 21 08:39:11 2016	(r424391)
@@ -11,7 +11,9 @@ COMMENT=	Support for the OpenMP language
 
 LICENSE=	MIT
 
-USES=	tar:xz cmake perl5 compiler:c11
+BROKEN_FreeBSD_9=	does not build
+
+USES=		tar:xz cmake perl5 compiler:c11
 USE_PERL5=	build
 USE_LDCONFIG=	yes
 CMAKE_ARGS=	-DLIBOMP_LIBFLAGS:STRING="-Wl,-soname,libomp.so.0"


More information about the svn-ports-head mailing list