notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: devel/bazel/Makefile
SVNWeb

Number of commits found: 78

Fri, 26 May 2023
[ 00:55 Charlie Li (vishwin) search for other commits by this committer ]    commit hash:ecc3c569d89ddf2d33894f20ca283ab45092b3b6  commit hash:ecc3c569d89ddf2d33894f20ca283ab45092b3b6  commit hash:ecc3c569d89ddf2d33894f20ca283ab45092b3b6  ecc3c56  (Only the first 10 of 14 ports in this commit are shown above. View all ports for this commit)
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) search for other commits by this committer ]    commit hash:74b433f243f8487e4ff00b8c48231d0039db3841  commit hash:74b433f243f8487e4ff00b8c48231d0039db3841  commit hash:74b433f243f8487e4ff00b8c48231d0039db3841  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) search for other commits by this committer ]    commit hash:6a105a956401a8fc48afa64a0e79a552d7dd7dca  commit hash:6a105a956401a8fc48afa64a0e79a552d7dd7dca  commit hash:6a105a956401a8fc48afa64a0e79a552d7dd7dca  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) search for other commits by this committer ]    commit hash:425e788e588f08f5ecd9e494ef0dbc8db5400d89  commit hash:425e788e588f08f5ecd9e494ef0dbc8db5400d89  commit hash:425e788e588f08f5ecd9e494ef0dbc8db5400d89  425e788 
devel/bazel: Add comment
Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Thu, 25 Aug 2022
[ 16:34 Fernando Apesteguía (fernape) search for other commits by this committer Author: Klaus Aehlig ]    commit hash:c30d43af09823164af5a8aa26463501d9693d32e  commit hash:c30d43af09823164af5a8aa26463501d9693d32e  commit hash:c30d43af09823164af5a8aa26463501d9693d32e  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) search for other commits by this committer ]    commit hash:aa6eefd5e663357e8223399bc38c7987f5e35746  commit hash:aa6eefd5e663357e8223399bc38c7987f5e35746  commit hash:aa6eefd5e663357e8223399bc38c7987f5e35746  aa6eefd  (Only the first 10 of 5087 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Thu, 16 Jun 2022
[ 15:56 Piotr Kubaj (pkubaj) search for other commits by this committer ]    commit hash:58ba468f234ddf4c807da14ed36e0359c39ba92e  commit hash:58ba468f234ddf4c807da14ed36e0359c39ba92e  commit hash:58ba468f234ddf4c807da14ed36e0359c39ba92e  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) search for other commits by this committer Author: Klaus Aehlig ]    commit hash:eae61cbcb6b81e5a04b1184b29183b04c353cf37  commit hash:eae61cbcb6b81e5a04b1184b29183b04c353cf37  commit hash:eae61cbcb6b81e5a04b1184b29183b04c353cf37  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) search for other commits by this committer Author: Klaus Aehlig ]    commit hash:e0d8e10d0ce38463ffc6f792fa3bd4afe1d17165  commit hash:e0d8e10d0ce38463ffc6f792fa3bd4afe1d17165  commit hash:e0d8e10d0ce38463ffc6f792fa3bd4afe1d17165  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) search for other commits by this committer Author: Klaus Aehlig ]    commit hash:1a6fab9f7b2135d4f045da293eb73e5dfc511843  commit hash:1a6fab9f7b2135d4f045da293eb73e5dfc511843  commit hash:1a6fab9f7b2135d4f045da293eb73e5dfc511843  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) search for other commits by this committer Author: William Muir ]    commit hash:c77faeee3ec0056573a33e3bc850f5187b1789c4  commit hash:c77faeee3ec0056573a33e3bc850f5187b1789c4  commit hash:c77faeee3ec0056573a33e3bc850f5187b1789c4  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) search for other commits by this committer ]    commit hash:8abf3fd74456a955857e83bb337184d62d27a90c  commit hash:8abf3fd74456a955857e83bb337184d62d27a90c  commit hash:8abf3fd74456a955857e83bb337184d62d27a90c  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) search for other commits by this committer ]    commit hash:620968a43a5f9bb3fa98ab20f257a4c0d864caa7  commit hash:620968a43a5f9bb3fa98ab20f257a4c0d864caa7  commit hash:620968a43a5f9bb3fa98ab20f257a4c0d864caa7  620968a  (Only the first 10 of 399 ports in this commit are shown above. View all ports for this commit)
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) search for other commits by this committer ]    commit hash:82d01adc22fee671c6526a9b312db600f9eceb7b  commit hash:82d01adc22fee671c6526a9b312db600f9eceb7b  commit hash:82d01adc22fee671c6526a9b312db600f9eceb7b  82d01ad 
devel/bazel: Add CPE information

Approved by:	portmgr (blanket)
Wed, 1 Sep 2021
[ 06:08 Fernando Apesteguía (fernape) search for other commits by this committer Author: Klaus Aehlig ]    commit hash:d0ce5eeb95a27af4868d0dc57bf0f7e1c9672e93  commit hash:d0ce5eeb95a27af4868d0dc57bf0f7e1c9672e93  commit hash:d0ce5eeb95a27af4868d0dc57bf0f7e1c9672e93  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) search for other commits by this committer Author: Klaus Aehlig ]    commit hash:2cf2d5e3e01fdbd2a4b8588327cbbe27f9562b8f  commit hash:2cf2d5e3e01fdbd2a4b8588327cbbe27f9562b8f  commit hash:2cf2d5e3e01fdbd2a4b8588327cbbe27f9562b8f  2cf2d5e 
devel/bazel: Correctly add version 4.2.0 to Makefile

PR:	257932
Sat, 22 May 2021
[ 18:01 Neel Chauhan (nc) search for other commits by this committer Author: Klaus Aehlig ]    commit hash:29fd4633f5c7f564719efa54afe46c8c3d8b7026  commit hash:29fd4633f5c7f564719efa54afe46c8c3d8b7026  commit hash:29fd4633f5c7f564719efa54afe46c8c3d8b7026  29fd463 
devel/bazel: Update to 4.1.0

PR:	256074
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Thu, 21 Jan 2021
[ 14:33 fernape search for other commits by this committer ] Original commit   Revision:562215
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 search for other commits by this committer ] Original commit   Revision:554710
Remove references to non existent patches.

PR:		250723
Thu, 22 Oct 2020
[ 08:22 lwhsu search for other commits by this committer ] Original commit   Revision:552945
devel/bazel: Update to 3.7.0

PR:		250520
Submitted by:	Klaus Aehlig <aehlig@linta.de> (maintainer)
Thu, 8 Oct 2020
[ 09:43 rhurlin search for other commits by this committer ] Original commit   Revision:551699
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 search for other commits by this committer ] Original commit   Revision:547436
devel/bazel: Update to 3.5.0

PR:		249074
Submitted by:	Klaus Aehlig <aehlig@linta.de> (maintainer)
Mon, 20 Jul 2020
[ 19:03 lwhsu search for other commits by this committer ] Original commit   Revision:542664
Update to 3.4.1

PR:		248117
Submitted by:	Klaus Aehlig <aehlig@linta.de> (maintainer)
Thu, 18 Jun 2020
[ 07:31 lwhsu search for other commits by this committer ] Original commit   Revision:539532
Update to 3.3.0

PR:		247349
Submitted by:	Klaus Aehlig <aehlig@linta.de> (maintainer)
Tue, 2 Jun 2020
[ 13:16 tagattie search for other commits by this committer ] Original commit   Revision:537549
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 search for other commits by this committer ] Original commit   Revision:532495
devel/bazel update to 3.1.0

PR:		245828
Submitted by:	Klaus Aehlig <aehlig@linta.de> (maintainer)
Sat, 11 Apr 2020
[ 06:55 tcberner search for other commits by this committer ] Original commit   Revision:531405
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 search for other commits by this committer ] Original commit   Revision:525657
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 search for other commits by this committer ] Original commit   Revision:522335
devel/bazel: unbreak on powerpc64 elfv2

The port builds just fine.
Tue, 24 Dec 2019
[ 03:50 yuri search for other commits by this committer ] Original commit   Revision:520771
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 search for other commits by this committer ] Original commit   Revision:520549
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 search for other commits by this committer ] Original commit   Revision:520361
devel/bazel, devel/bazel029: Remove python run-time dependency

PR:		242695
Approved by:	portmgr (blanket: incorrect dependencies)
Tue, 26 Nov 2019
[ 11:54 joneum search for other commits by this committer ] Original commit   Revision:518464
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 search for other commits by this committer ] Original commit   Revision:516286
devel/bazel and devel/bazel029: Add CONFLICTS_INSTALL

Reported by:	jbeich
Sun, 27 Oct 2019
[ 17:42 rakuco search for other commits by this committer ] Original commit   Revision:515803
Update to 1.1.0.

PR:		241409
Submitted by:	Klaus Aehlig <aehlig@linta.de> (maintainer)
Tue, 15 Oct 2019
[ 16:10 swills search for other commits by this committer ] Original commit   Revision:514543
devel/bazel update to 1.0.0

PR:		241188
Submitted by:	Klaus Aehlig <aehlig@linta.de> (maintainer)
Mon, 2 Sep 2019
[ 16:26 swills search for other commits by this committer ] Original commit   Revision:510821
devel/bazel: update to 0.29.0

PR:		240179
Submitted by:	Klaus Aehlig <aehlig@linta.de> (maintainer)
Tue, 16 Jul 2019
[ 16:36 swills search for other commits by this committer ] Original commit   Revision:506764
devel/bazel: Update to 0.28.0

PR:		239151
Submitted by:	Klaus Aehlig <aehlig@linta.de> (maintainer)
Sun, 30 Jun 2019
[ 20:27 swills search for other commits by this committer ] Original commit   Revision:505481
devel/bazel: update to 0.27.0

PR:		238680
Submitted by:	Klaus Aehlig <aehlig@linta.de> (maintainer)
Tue, 28 May 2019
[ 11:31 swills search for other commits by this committer ] Original commit   Revision:502889
devel/bazel: Update to 0.26.0

PR:		238185
Submitted by:	Klaus Aehlig <aehlig@linta.de> (maintainer)
Fri, 3 May 2019
[ 11:27 swills search for other commits by this committer ] Original commit   Revision:500716
devel/bazel: update to 0.25.0

PR:		237702
Submitted by:	Klaus Aehlig <aehlig@linta.de> (maintainer)
Fri, 12 Apr 2019
[ 15:40 swills search for other commits by this committer ] Original commit   Revision:498725
devel/bazel: update to 0.24.0

PR:		236813
Submitted by:	Klaus Aehlig <aehlig@linta.de> (maintainer)
Wed, 27 Feb 2019
[ 19:34 pi search for other commits by this committer ] Original commit   Revision:494080
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 search for other commits by this committer ] Original commit   Revision:491744 (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
Only append to EXTRA_PATCHES after bsd.port.pre.mk
Mon, 28 Jan 2019
[ 15:17 swills search for other commits by this committer ] Original commit   Revision:491491
devel/bazel: update to 0.22.0

PR:		235279
Submitted by:	Klaus Aehlig <aehlig@linta.de> (maintainer)
Wed, 26 Dec 2018
[ 21:34 swills search for other commits by this committer ] Original commit   Revision:488456
devel/bazel: update to 0.21.0

PR:		234155
Submitted by:	Klaus Aehlig <aehlig@linta.de> (maintainer)
Tue, 4 Dec 2018
[ 12:45 swills search for other commits by this committer ] Original commit   Revision:486596
devel/bazel: update to 0.20.0

PR:		233760
Submitted by:	Klaus Aehlig <aehlig@linta.de> (maintainer)
Wed, 31 Oct 2018
[ 13:33 swills search for other commits by this committer ] Original commit   Revision:483575
devel/bazel update to 0.19.0

PR:		232797
Submitted by:	Klaus Aehlig <aehlig@linta.de> (maintainer)
Fri, 19 Oct 2018
[ 01:01 swills search for other commits by this committer ] Original commit   Revision:482397
devel/bazel: update to 0.18.0

PR:		232274
Submitted by:	Klaus Aehlig <aehlig@linta.de> (maintainer)
Tue, 18 Sep 2018
[ 13:06 arved search for other commits by this committer ] Original commit   Revision:480020
Update to 0.17.1

PR:		231362
Submitted by:	maintainer
Wed, 8 Aug 2018
[ 19:51 brooks search for other commits by this committer ] Original commit   Revision:476669
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 search for other commits by this committer ] Original commit   Revision:476577
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 search for other commits by this committer ] Original commit   Revision:473862
devel/bazel: update to 0.15.0

PR:		229482
Submitted by:	Klaus Aehlig <aehlig@linta.de> (maintainer)
Thu, 21 Jun 2018
[ 23:52 linimon search for other commits by this committer ] Original commit   Revision:473009 (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit   Revision:472586
Mark broken on powerpc64: assumes that clang is installed.

Approved by:	portmgr (tier-2 blanket)
Mon, 11 Jun 2018
[ 16:42 fernape search for other commits by this committer ] Original commit   Revision:472192
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 search for other commits by this committer ] Original commit   Revision:468762
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 search for other commits by this committer ] Original commit   Revision:467227
Update to version 0.12.0

PR:		227487
Submitted by:	maintainer
Fri, 23 Feb 2018
[ 20:01 yuri search for other commits by this committer ] Original commit   Revision:462740
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 search for other commits by this committer ] Original commit   Revision:460767
devel/bazel: update to 0.10.0

PR:		225619
Submitted by:	Klaus Aehlig <aehlig@linta.de> (maintainer)
Tue, 19 Dec 2017
[ 13:11 swills search for other commits by this committer ] Original commit   Revision:456716
devel/bazel: update to 0.9.0

PR:		224450
Submitted by:	Klaus Aehlig <aehlig@linta.de> (maintainer)
Thu, 30 Nov 2017
[ 06:13 linimon search for other commits by this committer ] Original commit   Revision:455167 (Only the first 10 of 189 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit   Revision:455155
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 search for other commits by this committer ] Original commit   Revision:452704
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 search for other commits by this committer ] Original commit   Revision:448218
Correctly tell the ports tree that this should not be stripped.

Sponsored by:	Absolight
Thu, 10 Aug 2017
[ 18:35 ultima search for other commits by this committer ] Original commit   Revision:447714
* 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 search for other commits by this committer ] Original commit   Revision:446868
- 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 search for other commits by this committer ] Original commit   Revision:445987
Update to .0.5.2

PR:		220303
Submitted by:	maintainer
Wed, 31 May 2017
[ 16:38 cpm search for other commits by this committer ] Original commit   Revision:442222
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 search for other commits by this committer ] Original commit   Revision:441814 (Only the first 10 of 32 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit   Revision:436446
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 search for other commits by this committer ] Original commit   Revision:435344
- 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 search for other commits by this committer ] Original commit   Revision:434304
There were a few others _FreeBSD_9 things around.

Sponsored by:	Absolight
Thu, 2 Feb 2017
[ 06:35 pi search for other commits by this committer ] Original commit   Revision:433122
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 search for other commits by this committer ] Original commit   Revision:430235 (Only the first 10 of 161 ports in this commit are shown above. View all ports for this commit)
Remove BROKEN_FreeBSD_9

Approved by:	portmgr (blanket)
Tue, 6 Dec 2016
[ 19:25 pi search for other commits by this committer ] Original commit   Revision:427983
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