notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Remember
I remember
Port details on branch 2024Q4
bazel5 Fast and correct build system
5.4.1 devel on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 5.4.1Version of this port present on the latest quarterly branch.
Maintainer: vishwin@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2024-10-30 18:36:06
Last Update: 2024-10-30 18:35:08
Commit Hash: c6a101e
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (8 items)
Collapse this list.
  1. /usr/local/share/licenses/bazel5-5.4.1/catalog.mk
  2. /usr/local/share/licenses/bazel5-5.4.1/LICENSE
  3. /usr/local/share/licenses/bazel5-5.4.1/APACHE20
  4. bin/bazel
  5. @sample etc/bazel/bazel.bazelrc.sample
  6. @owner
  7. @group
  8. @mode
Collapse this list.
Dependency lines:
  • bazel5>0:devel/bazel5
Conflicts:
CONFLICTS_INSTALL:
  • bazel[0-9]*
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):
bazel5
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest5.4.15.4.1------
FreeBSD:13:quarterly5.4.15.4.1----5.4.15.4.1
FreeBSD:14:latest5.4.15.4.1-----5.4.1
FreeBSD:14:quarterly5.4.15.4.1----5.4.15.4.1
FreeBSD:15:latest-5.4.1n/a-n/a-5.4.15.4.1
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. bash : shells/bash
  2. zip : archivers/zip
  3. java : java/openjdk11
  4. python3.11 : lang/python311
Test dependencies:
  1. python3.11 : lang/python311
Runtime dependencies:
  1. java : java/openjdk11
  2. python3.11 : lang/python311
There are no ports dependent upon this port

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:
Expand this list (1 items)
Collapse this list.
  1. https://github.com/bazelbuild/bazel/releases/download/5.4.1/
Collapse this list.

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
5.4.1
30 Oct 2024 18:35:08
commit hash: c6a101e55094536ebf9519670ce5b9cbb8522beacommit hash: c6a101e55094536ebf9519670ce5b9cbb8522beacommit hash: c6a101e55094536ebf9519670ce5b9cbb8522beacommit hash: c6a101e55094536ebf9519670ce5b9cbb8522bea files touched by this commit
Dimitry Andric (dim) search for other commits by this committer
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 View all of this commit message)

Number of commits found: 1