svn commit: r469128 - head/devel/flang-clang

Antoine Brodin antoine at FreeBSD.org
Sat May 5 16:47:40 UTC 2018


Author: antoine
Date: Sat May  5 16:47:39 2018
New Revision: 469128
URL: https://svnweb.freebsd.org/changeset/ports/469128

Log:
  Mark BROKEN: fails to package
  
  pkg-static: Unable to access file /wrkdirs/usr/ports/devel/flang-clang/work/stage/usr/local/flang/lib/clang/5.0.1/include/__clang_cuda_builtin_vars.h:No such file or directory
  pkg-static: Unable to access file /wrkdirs/usr/ports/devel/flang-clang/work/stage/usr/local/flang/lib/clang/5.0.1/include/__clang_cuda_cmath.h:No such file or directory
  pkg-static: Unable to access file /wrkdirs/usr/ports/devel/flang-clang/work/stage/usr/local/flang/lib/clang/5.0.1/include/__clang_cuda_complex_builtins.h:No such file or directory
  ...
  
  Reported by:	pkg-fallout

Modified:
  head/devel/flang-clang/Makefile

Modified: head/devel/flang-clang/Makefile
==============================================================================
--- head/devel/flang-clang/Makefile	Sat May  5 16:24:33 2018	(r469127)
+++ head/devel/flang-clang/Makefile	Sat May  5 16:47:39 2018	(r469128)
@@ -14,6 +14,8 @@ LICENSE_NAME=	LLVM Release License
 LICENSE_FILE=	${WRKSRC}/LICENSE.TXT
 LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
+BROKEN=		fails to package
+
 BUILD_DEPENDS=	llvm50>=0:devel/llvm50
 RUN_DEPENDS=	llvm50>=0:devel/llvm50
 


More information about the svn-ports-all mailing list