Port details |
- bazel5 Fast and correct build system
- 5.4.1 devel =2 5.4.1Version of this port present on the latest quarterly branch.
- Maintainer: vishwin@FreeBSD.org
- Port Added: 2023-05-26 01:00:11
- Last Update: 2024-10-30 18:34:11
- Commit Hash: a34c378
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: java
- License: APACHE20
- WWW:
- https://bazel.build/
- Description:
- Bazel is Google's own build tool, now publicly available in Beta.
Bazel has built-in support for building both client and server
software, including client applications for both Android and iOS
platforms. It also provides an extensible framework that you can
use to develop your own build rules.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/devel/bazel5/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/bazel5
- pkg install bazel5
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: bazel5
- Flavors: there is no flavor information for this port.
- NOT_FOR_ARCHS: i386
- distinfo:
- TIMESTAMP = 1685049229
SHA256 (bazel-5.4.1-dist.zip) = dcff6935756aa7aca4fc569bb2bd26e1537f0b1f6d1bda5f2b200fa835cc507f
SIZE (bazel-5.4.1-dist.zip) = 235399305
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- bash : shells/bash
- zip : archivers/zip
- java : java/openjdk11
- python3.11 : lang/python311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- java : java/openjdk11
- python3.11 : lang/python311
- This port is required by:
- for Build
-
- math/py-keras
- science/py-tensorflow
- sysutils/ocijail
Configuration Options:
- No options to configure
- Options name:
- devel_bazel5
- USES:
- cpe python shebangfix zip
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 5
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
5.4.1 30 Oct 2024 18:34:11 |
Dimitry Andric (dim) |
devel/bazel5: fix build with clang 19
Clang 19 has become more strict about C23 extensions, which results in
errors building devel/bazel5:
external/upb/upb/upb.c:215:25: error: defining a type within
'__builtin_offsetof' is a C23 extension [-Werror,-Wc23-extensions]
215 | n = UPB_ALIGN_DOWN(n, UPB_ALIGN_OF(upb_arena));
| ^~~~~~~~~~~~~~~~~~~~~~~
external/upb/upb/port_def.inc:94:38: note: expanded from macro 'UPB_ALIGN_OF'
94 | #define UPB_ALIGN_OF(type) offsetof (struct { char c; type member; },
member)
| ^~~~~~
/usr/include/stddef.h:64:42: note: expanded from macro 'offsetof'
64 | #define offsetof(type, field) __offsetof(type, field)
| ^~~~
/usr/include/sys/cdefs.h:324:53: note: expanded from macro '__offsetof' (Only the first 15 lines of the commit message are shown above ) |
5.4.1 31 Dec 2023 00:37:05 |
Muhammad Moinur Rahman (bofh) |
*/*: Sunset 12.4-RELEASE/12-STABLE from ports tree
- Remove all references to defunct ARCH arm
- Remove all references to defunct ARCH sparc64
- Remove x11-drivers/xf86-video-sunffb which requires defunct sparc64
ARCH
- Remove sysutils/afbinit requires defunct sparc64 ARCH
- Remove all references to bktr driver
- Remove all references to defunct FreeBSD_12
- Remove all references to OSVERSION/OSREL corresponding to 12
- Remove conditionals in Mk/Uses/cabal.mk
- Remove sparc reference from Mk/Uses/qt-dist.mk
- Remove BROKEN_sparc64/NOT_FOR_ARCH=sparc64
- Remove BROKEN_FreeBSD_12* from:
- Remove OpenSSL patches from:
- Remove conditional flags for OSVERSION >= 1300000 to fixed flags.
Also move conditional flags for non sparc64/arm ARCH to fixed flags.
Reviewed by: brooks, jbeich, rene, salvadore
Differential Revision: https://reviews.freebsd.org/D42068 |
5.4.1 04 Dec 2023 10:14:46 |
Doug Rabson (dfr) |
devel/bazel5: fix build on 14.0-RELEASE
This suppresses warnings about __builtin_offsetof which cause failures
due to the use of -Werror in some parts of the bazel build.
Approved by: dch
Differential Revision: https://reviews.freebsd.org/D42729 |
5.4.1 10 Aug 2023 17:03:11 |
Muhammad Moinur Rahman (bofh) |
devel/bazel5: Mark BROKEN for 14
Fails to build on FreeBSD 14 with:
error: defining a type within '__builtin_offsetof' is a Clang extension
[-Werror,-Wgnu-offsetof-extensions]
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation |
5.4.1 26 May 2023 00:52:29 |
Charlie Li (vishwin) |
devel/bazel5: split from devel/bazel
Major versions harbour some incompatibilities. Main port to be
updated to 6.
Event: Kitchener-Waterloo Hackathon 202305 |
Number of commits found: 5
|