aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-05-01 18:12:03 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-05-01 18:18:40 +0000
commit74b433f243f8487e4ff00b8c48231d0039db3841 (patch)
tree9e9ffa929c5651b9f3d68080854fc3f8d22be003
parente338420810a3351a8d096f4bae70b5bc674a2d38 (diff)
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)
-rw-r--r--devel/bazel/Makefile1
1 files changed, 1 insertions, 0 deletions
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