Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
6.2.0 26 May 2023 00:55:53 |
Charlie Li (vishwin) |
devel/bazel: update to 6.2.0
BROKEN entries removed for now, feel free to report or re-add
Event: Kitchener-Waterloo Hackathon 202305 |
5.3.0 01 May 2023 18:18:40 |
Muhammad Moinur Rahman (bofh) |
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) |
5.3.0 22 Nov 2022 06:48:02 |
Fernando Apesteguía (fernape) |
*/*: Reset Maintainership
As per maintainer's request.
Reported in mail list[1]
[1] https://www.mail-archive.com/ports@freebsd.org/msg02842.html |
5.3.0 05 Oct 2022 02:44:44 |
Yuri Victorovich (yuri) |
devel/bazel: Add comment |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
5.3.0 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
5.3.0 25 Aug 2022 16:34:00 |
Fernando Apesteguía (fernape) Author: Klaus Aehlig |
devel/bazel: update to 5.3.0
ChangeLog: https://blog.bazel.build/2022/08/23/bazel-5.3.html
PR: 266025
Reported by: aehlig@linta.de (maintainer) |
5.2.0 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
5.2.0 16 Jun 2022 15:56:40 |
Piotr Kubaj (pkubaj) |
devel/bazel: properly add the abseil patch
In file included from
external/com_google_absl/absl/base/internal/unscaledcycleclock.cc:27:
/usr/include/sys/sysctl.h:1185:25: error: unknown type name 'u_int'
int sysctl(const int *, u_int, void *, size_t *, const void *, size_t);
^
external/com_google_absl/absl/base/internal/unscaledcycleclock.cc:95:10: error:
unknown type name 'once_flag'
static once_flag init_timebase_frequency_once;
^
external/com_google_absl/absl/base/internal/unscaledcycleclock.cc:97:18: error:
no member named 'LowLevelCallOnce' in namespace 'absl::base_internal'
base_internal::LowLevelCallOnce(&init_timebase_frequency_once, [&]() {
~~~~~~~~~~~~~~~^
3 errors generated. |
5.2.0 13 Jun 2022 16:33:59 |
Fernando Apesteguía (fernape) Author: Klaus Aehlig |
devel/bazel: Update to 5.2.0
ChangeLog: https://blog.bazel.build/2022/06/08/bazel-5.2.html
PR: 264610
Reported by: aehlig@linta.de
Reviewed by: eduardo@ |
5.1.0 31 Mar 2022 13:06:06 |
Fernando Apesteguía (fernape) Author: Klaus Aehlig |
devel/bazel: update to 5.1.0
ChangeLog: https://blog.bazel.build/2022/03/24/bazel-5.1.html
Mark BROKEN in i386: ./src/tools/singlejar/mapped_file_posix.inc:31:2: error:
This code for 64 bit Unix.
PR: 262835
Reported by: aehlig@linta.de (maintainer) |
5.0.0 24 Jan 2022 11:17:06 |
Fernando Apesteguía (fernape) Author: Klaus Aehlig |
devel/bazel: update to 5.0.0
ChangeLog: https://blog.bazel.build/2022/01/19/bazel-5.0.html
PR: 261363
Reported by: aehlig@linta.de (maintainer) |
4.2.1 13 Nov 2021 15:11:27 |
Mikael Urankar (mikael) Author: William Muir |
devel/bazel: Unbreak on aarch64.
Set initial and max Java heap to 128M and 1G respectively when building Bazel
under aarch64.
PR: 229420 |
4.2.1 12 Oct 2021 18:37:02 |
Piotr Kubaj (pkubaj) |
devel/bazel: fix build on powerpc*
bazel uses a bundled abseil. To build on powerpc*, abseil requires a trivial
patch.
In file included from
external/com_google_absl/absl/base/internal/unscaledcycleclock.cc:27:
/usr/include/sys/sysctl.h:1185:25: error: unknown type name 'u_int'
int sysctl(const int *, u_int, void *, size_t *, const void *, size_t);
^
external/com_google_absl/absl/base/internal/unscaledcycleclock.cc:91:10: error:
unknown type name 'once_flag'
static once_flag init_timebase_frequency_once;
^
external/com_google_absl/absl/base/internal/unscaledcycleclock.cc:93:18: error:
no member named 'LowLevelCallOnce' in namespace
'absl::lts_2020_02_25::base_internal'
base_internal::LowLevelCallOnce(&init_timebase_frequency_once, [&]() {
~~~~~~~~~~~~~~~^
PR: 259056
Approved by: ehlig@linta.de (maintainer) |
4.2.1 30 Sep 2021 21:23:30 |
Rene Ladan (rene) |
cleanup: drop support for EOL FreeBSD 11.X
Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11
Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*
Reviewed by: doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index |
4.2.1 25 Sep 2021 20:28:47 |
Bernhard Froehlich (decke) |
devel/bazel: Add CPE information
Approved by: portmgr (blanket) |
4.2.1 01 Sep 2021 06:08:26 |
Fernando Apesteguía (fernape) Author: Klaus Aehlig |
devel/bazel: update to 4.2.1
ChangeLog: https://github.com/bazelbuild/bazel/releases/tag/4.2.1
While here, pet linters.
PR: 258180
Reported by: aehlig@linta.de (maintainer) |
4.2.0 19 Aug 2021 14:36:41 |
Neel Chauhan (nc) Author: Klaus Aehlig |
devel/bazel: Correctly add version 4.2.0 to Makefile
PR: 257932 |
4.1.0 18 Aug 2021 19:53:11 |
Neel Chauhan (nc) Author: Klaus Aehlig |
devel/bazel: update to 4.2.0
PR: 257932 |
4.1.0 22 May 2021 18:01:44 |
Neel Chauhan (nc) Author: Klaus Aehlig |
devel/bazel: Update to 4.1.0
PR: 256074 |
4.0.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
4.0.0 21 Jan 2021 14:33:10 |
fernape |
devel/bazel update to 4.0.0
ChangeLog: https://blog.bazel.build/2021/01/19/bazel-4-0.html
Also, fix and restore reference to i386 extra patch (renamed in 552945,
reference removed in 554710).
PR: 252880
Submitted by: aehlig@linta.de (maintainer) |
3.7.0 09 Nov 2020 11:42:33 |
mat |
Remove references to non existent patches.
PR: 250723 |
3.7.0 22 Oct 2020 08:22:35 |
lwhsu |
devel/bazel: Update to 3.7.0
PR: 250520
Submitted by: Klaus Aehlig <aehlig@linta.de> (maintainer) |
3.6.0 08 Oct 2020 09:43:04 |
rhurlin |
devel/bazel: Update to 3.6.0
Minor release with several bug fixes and some incompatible changes[1].
[1] https://blog.bazel.build/2020/10/06/bazel-3-6.html
Renewed almost all patches under files/ (via make makepatch).
PR: 250164
Submitted by: Klaus Aehlig <aehlig@linta.de> (maintainer)
Approved by: arrowd (mentor)
Differential Revision: https://reviews.freebsd.org/D26715 |
3.5.0 03 Sep 2020 11:45:36 |
lwhsu |
devel/bazel: Update to 3.5.0
PR: 249074
Submitted by: Klaus Aehlig <aehlig@linta.de> (maintainer) |
3.4.1 20 Jul 2020 19:03:25 |
lwhsu |
Update to 3.4.1
PR: 248117
Submitted by: Klaus Aehlig <aehlig@linta.de> (maintainer) |
3.3.0 18 Jun 2020 07:31:17 |
lwhsu |
Update to 3.3.0
PR: 247349
Submitted by: Klaus Aehlig <aehlig@linta.de> (maintainer) |
3.2.0 02 Jun 2020 13:16:26 |
tagattie |
Update to 3.2.0
PR: 246807
Submitted by: Klaus Aehlig <aehlig@linta.de> (maintainer)
Approved by: mentors (implicit)
Changelog: https://blog.bazel.build/2020/05/27/bazel-3-2.html |
3.1.0 22 Apr 2020 18:17:23 |
tcberner |
devel/bazel update to 3.1.0
PR: 245828
Submitted by: Klaus Aehlig <aehlig@linta.de> (maintainer) |
3.0.0 12 Apr 2020 10:05:01 |
tcberner |
devel/bazel: fix build on i386
Reported by: antoine |
3.0.0 11 Apr 2020 06:55:55 |
tcberner |
devel/bazel update to 3.0.0
Release notes: https://blog.bazel.build/2020/03/31/bazel-3.0.html
PR: 245427
Submitted by: Klaus Aehlig <aehlig@linta.de> (maintainer) |
2.1.0 09 Feb 2020 13:48:19 |
riggs |
Update to upstream version 2.1.0
While on it:
- Pet portlint
PR: 243964
Submitted by: aehlig@linta.de (maintainer) |
2.0.0_1 07 Jan 2020 15:23:59 |
pkubaj |
devel/bazel: unbreak on powerpc64 elfv2
The port builds just fine. |
2.0.0_1 24 Dec 2019 03:50:02 |
yuri |
devel/bazel and devel/bazel029: Add back python at run-time
Maintainer requested to add it back because bazel needs python at run-time.
PR: 242695
Requested by: aehlig@linta.de (maintainer) |
2.0.0 21 Dec 2019 09:36:34 |
joneum |
Update to 2.0.0
changelog: https://github.com/bazelbuild/bazel/releases/tag/2.0.0
PR: 242725
Submitted by: Klaus Aehlig <aehlig@linta.de> (maintainer)
Sponsored by: Netzkommune GmbH |
1.2.0_1 18 Dec 2019 05:11:19 |
yuri |
devel/bazel, devel/bazel029: Remove python run-time dependency
PR: 242695
Approved by: portmgr (blanket: incorrect dependencies) |
1.2.0 26 Nov 2019 11:54:06 |
joneum |
Update to 1.2.0
Changelog: https://github.com/bazelbuild/bazel/releases/tag/1.2.0
PR: 242122
Submitted by: Klaus Aehlig <aehlig@linta.de> (maintainer)
Sponsored by: Netzkommune GmbH |
1.1.0 02 Nov 2019 05:42:35 |
yuri |
devel/bazel and devel/bazel029: Add CONFLICTS_INSTALL
Reported by: jbeich |
1.1.0 27 Oct 2019 17:42:57 |
rakuco |
Update to 1.1.0.
PR: 241409
Submitted by: Klaus Aehlig <aehlig@linta.de> (maintainer) |
1.0.0 15 Oct 2019 16:10:20 |
swills |
devel/bazel update to 1.0.0
PR: 241188
Submitted by: Klaus Aehlig <aehlig@linta.de> (maintainer) |
0.29.0 02 Sep 2019 16:26:41 |
swills |
devel/bazel: update to 0.29.0
PR: 240179
Submitted by: Klaus Aehlig <aehlig@linta.de> (maintainer) |
0.28.0 19 Jul 2019 13:39:57 |
swills |
devel/bazel: fix build on i386
PR: 239286
Submitted by: Klaus Aehlig <aehlig@linta.de> (maintainer) |
0.28.0 16 Jul 2019 16:36:32 |
swills |
devel/bazel: Update to 0.28.0
PR: 239151
Submitted by: Klaus Aehlig <aehlig@linta.de> (maintainer) |
0.27.0 30 Jun 2019 20:27:11 |
swills |
devel/bazel: update to 0.27.0
PR: 238680
Submitted by: Klaus Aehlig <aehlig@linta.de> (maintainer) |
0.26.0 28 May 2019 11:31:20 |
swills |
devel/bazel: Update to 0.26.0
PR: 238185
Submitted by: Klaus Aehlig <aehlig@linta.de> (maintainer) |
0.25.0 03 May 2019 11:27:53 |
swills |
devel/bazel: update to 0.25.0
PR: 237702
Submitted by: Klaus Aehlig <aehlig@linta.de> (maintainer) |
0.24.0 12 Apr 2019 15:40:24 |
swills |
devel/bazel: update to 0.24.0
PR: 236813
Submitted by: Klaus Aehlig <aehlig@linta.de> (maintainer) |
0.23.0 27 Feb 2019 19:34:39 |
pi |
devel/bazel: update 0.22.0 -> 0.23.0
PR: 236076
Submitted by: Klaus Aehlig <aehlig@linta.de> (maintainer)
Relnotes: https://blog.bazel.build/2019/02/26/bazel-0.23.html |
0.22.0 31 Jan 2019 17:51:39 |
tobik |
Only append to EXTRA_PATCHES after bsd.port.pre.mk |
0.22.0 28 Jan 2019 15:17:40 |
swills |
devel/bazel: update to 0.22.0
PR: 235279
Submitted by: Klaus Aehlig <aehlig@linta.de> (maintainer) |
0.21.0 26 Dec 2018 21:34:32 |
swills |
devel/bazel: update to 0.21.0
PR: 234155
Submitted by: Klaus Aehlig <aehlig@linta.de> (maintainer) |
0.20.0 04 Dec 2018 12:45:18 |
swills |
devel/bazel: update to 0.20.0
PR: 233760
Submitted by: Klaus Aehlig <aehlig@linta.de> (maintainer) |
0.19.0 31 Oct 2018 13:33:11 |
swills |
devel/bazel update to 0.19.0
PR: 232797
Submitted by: Klaus Aehlig <aehlig@linta.de> (maintainer) |
0.18.0 19 Oct 2018 01:01:34 |
swills |
devel/bazel: update to 0.18.0
PR: 232274
Submitted by: Klaus Aehlig <aehlig@linta.de> (maintainer) |
0.17.1 21 Sep 2018 20:26:30 |
swills |
devel/bazel fix build on 10.x
PR: 231535
Submitted by: Klaus Aehlig <aehlig@linta.de> (maintainer) |
0.17.1 18 Sep 2018 13:06:54 |
arved |
Update to 0.17.1
PR: 231362
Submitted by: maintainer |
0.16.0 08 Aug 2018 19:51:28 |
brooks |
Remove obsolete Clang 3.8 support from bazel.
Remove the slave port setting the CLANG38 option.
PR: 230467
Approved by: aehlig@linta.de (maintainer) |
0.16.0 07 Aug 2018 07:46:24 |
yuri |
devel/bazel: Update 0.15.0 -> 0.16.0
Port changes:
* the final RC (which is code-wise identical with the release tar ball) for
0.16.0 is rc4
* the extra patch files/extra-i386_src_BUILD which is used for i386 only to at
least build bazel is adapted
PR: 230344
Submitted by: Klaus Aehlig <aehlig@linta.de> (maintainer) |
0.15.0 04 Jul 2018 02:36:30 |
swills |
devel/bazel: update to 0.15.0
PR: 229482
Submitted by: Klaus Aehlig <aehlig@linta.de> (maintainer) |
0.14.0 21 Jun 2018 23:52:37 |
linimon |
Mark as broken on aarch64, and, where appropriate, armvX.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
0.14.0 17 Jun 2018 02:04:54 |
linimon |
Mark broken on powerpc64: assumes that clang is installed.
Approved by: portmgr (tier-2 blanket) |
0.14.0 11 Jun 2018 16:42:57 |
fernape |
devel/bazel: update to 0.14.0
PR: 228736
Submitted by: aehlig@linta.de (maintainer)
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D15737 |
0.13.0 01 May 2018 14:26:47 |
vanilla |
Update devel/bazel to 0.13.0
Release notes:
https://github.com/bazelbuild/bazel/releases/tag/0.13.0
PR: 227887
Submitted by: maintainer |
0.12.0 13 Apr 2018 09:39:05 |
krion |
Update to version 0.12.0
PR: 227487
Submitted by: maintainer |
0.11.0 23 Feb 2018 20:01:29 |
yuri |
devel/bazel: Update to 0.11.0
PR: 226150
Submitted by: Klaus Aehlig <aehlig@linta.de> (maintainer)
Approved by: tcberner (mentor, implicit) |
0.10.0 03 Feb 2018 03:19:58 |
swills |
devel/bazel: update to 0.10.0
PR: 225619
Submitted by: Klaus Aehlig <aehlig@linta.de> (maintainer) |
0.9.0 19 Dec 2017 13:11:32 |
swills |
devel/bazel: update to 0.9.0
PR: 224450
Submitted by: Klaus Aehlig <aehlig@linta.de> (maintainer) |
0.8.0 30 Nov 2017 06:13:35 |
linimon |
For ports that are marked BROKEN on armv6, and also fail to build on
armv7, mark them so.
This is part two of a multipart commit to bring armv7 ports to parity
with armv6.
Approved by: portmgr (tier-2 blanket)
Obtained from: lonesome.com -exp run |
0.8.0 29 Nov 2017 22:19:15 |
pizzamig |
devel/bazel: Update to 0.8.0
Release notes: https://github.com/bazelbuild/bazel/releases/tag/0.8.0
PR: 223920
Submitted by: aehlig@linta.de |
0.7.0 23 Oct 2017 12:26:07 |
pizzamig |
devel/bazel: Update to 0.7.0
PR: 2221794
Submitted by: aehlig@linta.de (maintainer)
Approved by: lme (mentor)
Differential Revision: https://reviews.freebsd.org/D12729 |
0.5.3 18 Aug 2017 10:53:56 |
mat |
Correctly tell the ports tree that this should not be stripped.
Sponsored by: Absolight |
0.5.3 10 Aug 2017 18:35:47 |
ultima |
* Fix build on i386
* Cleanup Makefile
PR: 221114
Submitted by: Klaus Aehlig (maintainer)
Reviewed by: matthew (mentor)
Approved by: matthew (mentor)
MFH: 2017Q3
Differential Revision: https://reviews.freebsd.org/D11937 |
0.5.3 29 Jul 2017 06:38:32 |
lwhsu |
- Update to 0.5.3 [1]
- Add CLANG38 option [2]
PR: 219838
Submitted by: Jov <amutu@amutu.com> [2]
Approved by: Klaus Aehlig <aehlig@linta.de> (maintainer) [1] |
0.5.2 16 Jul 2017 07:15:43 |
vanilla |
Update to .0.5.2
PR: 220303
Submitted by: maintainer |
0.5.0 31 May 2017 16:38:21 |
cpm |
devel/bazel: update to 0.5.0
Changes: https://github.com/bazelbuild/bazel/releases/tag/0.5.0
While there, also set SOURCE_DATE_EPOCH for the build, unless set already, to
the timestamp in distinfo, to obtain a reproducible binary with a meaningful
timestamp.
PR: 219575
Submitted by: Klaus Aehlig <aehlig@linta.de> (maintainer) |
0.4.5 26 May 2017 20:02:44 |
linimon |
Mark some ports failing on armv6, for errors classified as "???".
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
0.4.5 18 Mar 2017 22:19:27 |
cpm |
devel/bazel: update to 0.4.5
Changes: https://github.com/bazelbuild/bazel/releases/tag/0.4.5
PR: 217854
Submitted by: Klaus Aehlig <aehlig@linta.de> (maintainer) |
0.4.4_1 03 Mar 2017 14:52:54 |
cpm |
- Use SHEBANG_REGEX instead of SHEBANG_FILES. Update the list of files to fix.
- Bump PORTREVISION
PR: 217453
Submitted by: Dan McGregor <dan.mcgregor@usask.ca>
Approved by: Klaus Aehlig <aelig@linta.de> (maintainer) |
0.4.4 17 Feb 2017 16:54:34 |
mat |
There were a few others _FreeBSD_9 things around.
Sponsored by: Absolight |
0.4.4 02 Feb 2017 06:35:28 |
pi |
devel/bazel: update 0.4.2r -> 0.4.4
PR: 215490
Changes: https://github.com/bazelbuild/bazel/releases
Submitted by: Klaus Aehlig <aehlig@linta.de> (maintainer) |
0.4.2r 01 Jan 2017 03:45:13 |
sunpoet |
Remove BROKEN_FreeBSD_9
Approved by: portmgr (blanket) |
0.4.2r 06 Dec 2016 19:25:23 |
pi |
New port: devel/bazel
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.
WWW: https://bazel.build/
PR: 204512
Submitted by: Yuri Victorovich <yuri@rawbw.com>, Klaus Aehlig <aehlig@linta.de>
Reviewed by: peterj |