Date: Mon, 1 May 2023 18:18:55 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 74b433f243f8 - main - devel/bazel: Mark BROKEN on 14 Message-ID: <202305011818.341IItU0071729@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=74b433f243f8487e4ff00b8c48231d0039db3841 commit 74b433f243f8487e4ff00b8c48231d0039db3841 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-05-01 18:12:03 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-05-01 18:18:40 +0000 devel/bazel: Mark BROKEN on 14 Fails to build with: error: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead Approved by: portmgr (blanket) --- devel/bazel/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/devel/bazel/Makefile b/devel/bazel/Makefile index 29f1b671891f..90e575e3d2c9 100644 --- a/devel/bazel/Makefile +++ b/devel/bazel/Makefile @@ -15,6 +15,7 @@ BROKEN_armv6= fails to package: cp: bazel: No such file or directory BROKEN_armv7= fails to package: cp: bazel: No such file or directory BROKEN_i386= fails to build: ./src/tools/singlejar/mapped_file_posix.inc:31:2: error: This code for 64 bit Unix BROKEN_FreeBSD_12_powerpc64= fails to compile: Action failed to execute: java.io.IOException: Cannot run program /usr/bin/clang +BROKEN_FreeBSD_14= fails to compile: error: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead BUILD_DEPENDS= bash:shells/bash \ zip:archivers/zip
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202305011818.341IItU0071729>