Date: Sat, 5 May 2018 16:47:39 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469128 - head/devel/flang-clang Message-ID: <201805051647.w45Gld8o040598@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805051647.w45Gld8o040598>