non port: devel/bazel/Makefile |
SVNWeb
|
Number of commits found: 78 |
Fri, 26 May 2023
|
[ 00:55 Charlie Li (vishwin) ] ecc3c56 (Only the first 10 of 14 ports in this commit are shown above. )
devel/bazel: update to 6.2.0
BROKEN entries removed for now, feel free to report or re-add
Event: Kitchener-Waterloo Hackathon 202305
|
Mon, 1 May 2023
|
[ 18:18 Muhammad Moinur Rahman (bofh) ] 74b433f
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)
|
Tue, 22 Nov 2022
|
[ 06:48 Fernando Apesteguía (fernape) ] 6a105a9
*/*: Reset Maintainership
As per maintainer's request.
Reported in mail list[1]
[1] https://www.mail-archive.com/ports@freebsd.org/msg02842.html
|
Wed, 5 Oct 2022
|
[ 02:44 Yuri Victorovich (yuri) ] 425e788
devel/bazel: Add comment
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Thu, 25 Aug 2022
|
[ 16:34 Fernando Apesteguía (fernape) Author: Klaus Aehlig ] c30d43a
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)
|
Wed, 20 Jul 2022
|
[ 14:21 Tobias C. Berner (tcberner) ] aa6eefd (Only the first 10 of 5087 ports in this commit are shown above. )
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 )
|
Thu, 16 Jun 2022
|
[ 15:56 Piotr Kubaj (pkubaj) ] 58ba468
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.
|
Mon, 13 Jun 2022
|
[ 16:33 Fernando Apesteguía (fernape) Author: Klaus Aehlig ] eae61cb
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@
|
Thu, 31 Mar 2022
|
[ 13:06 Fernando Apesteguía (fernape) Author: Klaus Aehlig ] e0d8e10
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)
|
Mon, 24 Jan 2022
|
[ 11:17 Fernando Apesteguía (fernape) Author: Klaus Aehlig ] 1a6fab9
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)
|
Sat, 13 Nov 2021
|
[ 15:11 Mikael Urankar (mikael) Author: William Muir ] c77faee
devel/bazel: Unbreak on aarch64.
Set initial and max Java heap to 128M and 1G respectively when building Bazel
under aarch64.
PR: 229420
|
Tue, 12 Oct 2021
|
[ 18:37 Piotr Kubaj (pkubaj) ] 8abf3fd
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)
|
Thu, 30 Sep 2021
|
[ 21:23 Rene Ladan (rene) ] 620968a (Only the first 10 of 399 ports in this commit are shown above. )
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
|
Sat, 25 Sep 2021
|
[ 20:28 Bernhard Froehlich (decke) ] 82d01ad
devel/bazel: Add CPE information
Approved by: portmgr (blanket)
|
Wed, 1 Sep 2021
|
[ 06:08 Fernando Apesteguía (fernape) Author: Klaus Aehlig ] d0ce5ee
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)
|
Thu, 19 Aug 2021
|
[ 14:36 Neel Chauhan (nc) Author: Klaus Aehlig ] 2cf2d5e
devel/bazel: Correctly add version 4.2.0 to Makefile
PR: 257932
|
Sat, 22 May 2021
|
[ 18:01 Neel Chauhan (nc) Author: Klaus Aehlig ] 29fd463
devel/bazel: Update to 4.1.0
PR: 256074
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Thu, 21 Jan 2021
|
[ 14:33 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)
|
Mon, 9 Nov 2020
|
[ 11:42 mat ]
Remove references to non existent patches.
PR: 250723
|
Thu, 22 Oct 2020
|
[ 08:22 lwhsu ]
devel/bazel: Update to 3.7.0
PR: 250520
Submitted by: Klaus Aehlig <aehlig@linta.de> (maintainer)
|
Thu, 8 Oct 2020
|
[ 09:43 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
|
Thu, 3 Sep 2020
|
[ 11:45 lwhsu ]
devel/bazel: Update to 3.5.0
PR: 249074
Submitted by: Klaus Aehlig <aehlig@linta.de> (maintainer)
|
Mon, 20 Jul 2020
|
[ 19:03 lwhsu ]
Update to 3.4.1
PR: 248117
Submitted by: Klaus Aehlig <aehlig@linta.de> (maintainer)
|
Thu, 18 Jun 2020
|
[ 07:31 lwhsu ]
Update to 3.3.0
PR: 247349
Submitted by: Klaus Aehlig <aehlig@linta.de> (maintainer)
|
Tue, 2 Jun 2020
|
[ 13:16 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
|
Wed, 22 Apr 2020
|
[ 18:17 tcberner ]
devel/bazel update to 3.1.0
PR: 245828
Submitted by: Klaus Aehlig <aehlig@linta.de> (maintainer)
|
Sat, 11 Apr 2020
|
[ 06: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)
|
Sun, 9 Feb 2020
|
[ 13:48 riggs ]
Update to upstream version 2.1.0
While on it:
- Pet portlint
PR: 243964
Submitted by: aehlig@linta.de (maintainer)
|
Tue, 7 Jan 2020
|
[ 15:23 pkubaj ]
devel/bazel: unbreak on powerpc64 elfv2
The port builds just fine.
|
Tue, 24 Dec 2019
|
[ 03:50 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)
|
Sat, 21 Dec 2019
|
[ 09:36 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
|
Wed, 18 Dec 2019
|
[ 05:11 yuri ]
devel/bazel, devel/bazel029: Remove python run-time dependency
PR: 242695
Approved by: portmgr (blanket: incorrect dependencies)
|
Tue, 26 Nov 2019
|
[ 11:54 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
|
Sat, 2 Nov 2019
|
[ 05:42 yuri ]
devel/bazel and devel/bazel029: Add CONFLICTS_INSTALL
Reported by: jbeich
|
Sun, 27 Oct 2019
|
[ 17:42 rakuco ]
Update to 1.1.0.
PR: 241409
Submitted by: Klaus Aehlig <aehlig@linta.de> (maintainer)
|
Tue, 15 Oct 2019
|
[ 16:10 swills ]
devel/bazel update to 1.0.0
PR: 241188
Submitted by: Klaus Aehlig <aehlig@linta.de> (maintainer)
|
Mon, 2 Sep 2019
|
[ 16:26 swills ]
devel/bazel: update to 0.29.0
PR: 240179
Submitted by: Klaus Aehlig <aehlig@linta.de> (maintainer)
|
Tue, 16 Jul 2019
|
[ 16:36 swills ]
devel/bazel: Update to 0.28.0
PR: 239151
Submitted by: Klaus Aehlig <aehlig@linta.de> (maintainer)
|
Sun, 30 Jun 2019
|
[ 20:27 swills ]
devel/bazel: update to 0.27.0
PR: 238680
Submitted by: Klaus Aehlig <aehlig@linta.de> (maintainer)
|
Tue, 28 May 2019
|
[ 11:31 swills ]
devel/bazel: Update to 0.26.0
PR: 238185
Submitted by: Klaus Aehlig <aehlig@linta.de> (maintainer)
|
Fri, 3 May 2019
|
[ 11:27 swills ]
devel/bazel: update to 0.25.0
PR: 237702
Submitted by: Klaus Aehlig <aehlig@linta.de> (maintainer)
|
Fri, 12 Apr 2019
|
[ 15:40 swills ]
devel/bazel: update to 0.24.0
PR: 236813
Submitted by: Klaus Aehlig <aehlig@linta.de> (maintainer)
|
Wed, 27 Feb 2019
|
[ 19:34 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
|
Thu, 31 Jan 2019
|
[ 17:51 tobik ] (Only the first 10 of 12 ports in this commit are shown above. )
Only append to EXTRA_PATCHES after bsd.port.pre.mk
|
Mon, 28 Jan 2019
|
[ 15:17 swills ]
devel/bazel: update to 0.22.0
PR: 235279
Submitted by: Klaus Aehlig <aehlig@linta.de> (maintainer)
|
Wed, 26 Dec 2018
|
[ 21:34 swills ]
devel/bazel: update to 0.21.0
PR: 234155
Submitted by: Klaus Aehlig <aehlig@linta.de> (maintainer)
|
Tue, 4 Dec 2018
|
[ 12:45 swills ]
devel/bazel: update to 0.20.0
PR: 233760
Submitted by: Klaus Aehlig <aehlig@linta.de> (maintainer)
|
Wed, 31 Oct 2018
|
[ 13:33 swills ]
devel/bazel update to 0.19.0
PR: 232797
Submitted by: Klaus Aehlig <aehlig@linta.de> (maintainer)
|
Fri, 19 Oct 2018
|
[ 01:01 swills ]
devel/bazel: update to 0.18.0
PR: 232274
Submitted by: Klaus Aehlig <aehlig@linta.de> (maintainer)
|
Tue, 18 Sep 2018
|
[ 13:06 arved ]
Update to 0.17.1
PR: 231362
Submitted by: maintainer
|
Wed, 8 Aug 2018
|
[ 19:51 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)
|
Tue, 7 Aug 2018
|
[ 07:46 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)
|
Wed, 4 Jul 2018
|
[ 02:36 swills ]
devel/bazel: update to 0.15.0
PR: 229482
Submitted by: Klaus Aehlig <aehlig@linta.de> (maintainer)
|
Thu, 21 Jun 2018
|
[ 23:52 linimon ] (Only the first 10 of 19 ports in this commit are shown above. )
Mark as broken on aarch64, and, where appropriate, armvX.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
|
Sun, 17 Jun 2018
|
[ 02:04 linimon ]
Mark broken on powerpc64: assumes that clang is installed.
Approved by: portmgr (tier-2 blanket)
|
Mon, 11 Jun 2018
|
[ 16:42 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
|
Tue, 1 May 2018
|
[ 14:26 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
|
Fri, 13 Apr 2018
|
[ 09:39 krion ]
Update to version 0.12.0
PR: 227487
Submitted by: maintainer
|
Fri, 23 Feb 2018
|
[ 20:01 yuri ]
devel/bazel: Update to 0.11.0
PR: 226150
Submitted by: Klaus Aehlig <aehlig@linta.de> (maintainer)
Approved by: tcberner (mentor, implicit)
|
Sat, 3 Feb 2018
|
[ 03:19 swills ]
devel/bazel: update to 0.10.0
PR: 225619
Submitted by: Klaus Aehlig <aehlig@linta.de> (maintainer)
|
Tue, 19 Dec 2017
|
[ 13:11 swills ]
devel/bazel: update to 0.9.0
PR: 224450
Submitted by: Klaus Aehlig <aehlig@linta.de> (maintainer)
|
Thu, 30 Nov 2017
|
[ 06:13 linimon ] (Only the first 10 of 189 ports in this commit are shown above. )
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
|
Wed, 29 Nov 2017
|
[ 22:19 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
|
Mon, 23 Oct 2017
|
[ 12:26 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
|
Fri, 18 Aug 2017
|
[ 10:53 mat ]
Correctly tell the ports tree that this should not be stripped.
Sponsored by: Absolight
|
Thu, 10 Aug 2017
|
[ 18:35 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
|
Sat, 29 Jul 2017
|
[ 06:38 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]
|
Sun, 16 Jul 2017
|
[ 07:15 vanilla ]
Update to .0.5.2
PR: 220303
Submitted by: maintainer
|
Wed, 31 May 2017
|
[ 16:38 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)
|
Fri, 26 May 2017
|
[ 20:02 linimon ] (Only the first 10 of 32 ports in this commit are shown above. )
Mark some ports failing on armv6, for errors classified as "???".
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
|
Sat, 18 Mar 2017
|
[ 22:19 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)
|
Fri, 3 Mar 2017
|
[ 14:52 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)
|
Fri, 17 Feb 2017
|
[ 16:54 mat ]
There were a few others _FreeBSD_9 things around.
Sponsored by: Absolight
|
Thu, 2 Feb 2017
|
[ 06:35 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)
|
Sun, 1 Jan 2017
|
[ 03:45 sunpoet ] (Only the first 10 of 161 ports in this commit are shown above. )
Remove BROKEN_FreeBSD_9
Approved by: portmgr (blanket)
|
Tue, 6 Dec 2016
|
[ 19:25 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
|
Number of commits found: 78 |