Date: Sat, 16 Jul 2022 18:37:56 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 0f400d7bf7ab - main - lang/pocl: Broken on i386 Message-ID: <202207161837.26GIbujd050040@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=0f400d7bf7ab7c121da15ecba2ac54095fa62cf9 commit 0f400d7bf7ab7c121da15ecba2ac54095fa62cf9 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-07-16 18:37:16 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-07-16 18:37:54 +0000 lang/pocl: Broken on i386 Reported by: fallout --- lang/pocl/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/pocl/Makefile b/lang/pocl/Makefile index 15d285260bd2..03bc407cca13 100644 --- a/lang/pocl/Makefile +++ b/lang/pocl/Makefile @@ -11,6 +11,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE ONLY_FOR_ARCHS= aarch64 amd64 i386 powerpc64 powerpc64le ONLY_FOR_ARCHS_REASON= only tested on ${ONLY_FOR_ARCHS:tW:S/ /, /g} +BROKEN_i386= Unable to access file /wrkdirs/usr/ports/lang/pocl/work/stage/usr/local/share/pocl/kernel-i386-portbld-freebsd13.0-avx.bc:No such file or directory BUILD_DEPENDS= llvm${LLVM_VERSION}>=10:devel/llvm${LLVM_VERSION} \ opencl>=2.2:devel/opencl
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202207161837.26GIbujd050040>