pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/bazel
Module Name: pkgsrc
Committed By: wiz
Date: Sat Aug 29 08:41:01 UTC 2026
Modified Files:
pkgsrc/devel/bazel: Makefile
Log Message:
bazel: use += for BROKEN_ON_PLATFORM
>From Showta Ishizaki in PR 60666
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/bazel/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/bazel/Makefile
diff -u pkgsrc/devel/bazel/Makefile:1.16 pkgsrc/devel/bazel/Makefile:1.17
--- pkgsrc/devel/bazel/Makefile:1.16 Sun May 3 08:33:31 2026
+++ pkgsrc/devel/bazel/Makefile Sat Aug 29 08:41:01 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2026/05/03 08:33:31 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2026/08/29 08:41:01 wiz Exp $
# Java project does not work as follows:
# Error: could not find libjava.so
@@ -27,10 +27,10 @@ HOMEPAGE= https://bazel.build/
COMMENT= Fast and correct build automation tool
LICENSE= apache-2.0
-BROKEN_ON_PLATFORM= ${LP32PLATFORMS}
+BROKEN_ON_PLATFORM+= ${LP32PLATFORMS}
# external/com_google_absl/absl/debugging/internal/elf_mem_image.cc:355:43: error: member reference base type 'const Elf64_Versym' (aka 'const unsigned short') is not a structure or union
# needs equivalent of devel/abseil/patches/patch-absl_debugging_internal_elf__mem__image.cc
-BROKEN_ON_PLATFORM= NetBSD-11.99.*-*
+BROKEN_ON_PLATFORM+= NetBSD-11.99.*-*
WRKSRC= ${WRKDIR}
USE_TOOLS+= bash:run pkg-config unzip zip
Home |
Main Index |
Thread Index |
Old Index