aboutsummaryrefslogtreecommitdiff
path: root/devel/bazel
Commit message (Collapse)AuthorAgeFilesLines
* devel/bazel: update to 5.0.0Klaus Aehlig2022-01-2410-73/+79
| | | | | | | ChangeLog: https://blog.bazel.build/2022/01/19/bazel-5.0.html PR: 261363 Reported by: aehlig@linta.de (maintainer)
* devel/bazel: Unbreak on aarch64.William Muir2021-11-131-1/+5
| | | | | | | Set initial and max Java heap to 128M and 1G respectively when building Bazel under aarch64. PR: 229420
* devel/bazel: fix build on powerpc*Piotr Kubaj2021-10-124-0/+43
| | | | | | | | | | | | | | | | | | | 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)
* cleanup: drop support for EOL FreeBSD 11.XRene Ladan2021-09-301-1/+0
| | | | | | | | | | | | | | | | | 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
* devel/bazel: Add CPE informationBernhard Froehlich2021-09-251-1/+3
| | | | Approved by: portmgr (blanket)
* devel/bazel: update to 4.2.1Klaus Aehlig2021-09-012-14/+14
| | | | | | | | | ChangeLog: https://github.com/bazelbuild/bazel/releases/tag/4.2.1 While here, pet linters. PR: 258180 Reported by: aehlig@linta.de (maintainer)
* devel/bazel: Correctly add version 4.2.0 to MakefileKlaus Aehlig2021-08-191-2/+2
| | | | PR: 257932
* devel/bazel: update to 4.2.0Klaus Aehlig2021-08-181-3/+3
| | | | PR: 257932
* devel/bazel: Update to 4.1.0Klaus Aehlig2021-05-223-10/+12
| | | | PR: 256074
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* devel/bazel update to 4.0.0Fernando ApesteguĂ­a2021-01-212-6/+12
| | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=562215
* Remove references to non existent patches.Mathieu Arnold2020-11-091-7/+1
| | | | | | | PR: 250723 Notes: svn path=/head/; revision=554710
* devel/bazel: Update to 3.7.0Li-Wen Hsu2020-10-222-5/+5
| | | | | | | | PR: 250520 Submitted by: Klaus Aehlig <aehlig@linta.de> (maintainer) Notes: svn path=/head/; revision=552945
* devel/bazel: Update to 3.6.0Rainer Hurling2020-10-0810-33/+33
| | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=551699
* devel/bazel: Update to 3.5.0Li-Wen Hsu2020-09-032-5/+5
| | | | | | | | PR: 249074 Submitted by: Klaus Aehlig <aehlig@linta.de> (maintainer) Notes: svn path=/head/; revision=547436
* Update to 3.4.1Li-Wen Hsu2020-07-203-19/+12
| | | | | | | | PR: 248117 Submitted by: Klaus Aehlig <aehlig@linta.de> (maintainer) Notes: svn path=/head/; revision=542664
* Update to 3.3.0Li-Wen Hsu2020-06-183-5/+15
| | | | | | | | PR: 247349 Submitted by: Klaus Aehlig <aehlig@linta.de> (maintainer) Notes: svn path=/head/; revision=539532
* Update to 3.2.0Hiroki Tagato2020-06-022-5/+5
| | | | | | | | | | 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 Notes: svn path=/head/; revision=537549
* devel/bazel update to 3.1.0Tobias C. Berner2020-04-222-6/+5
| | | | | | | | PR: 245828 Submitted by: Klaus Aehlig <aehlig@linta.de> (maintainer) Notes: svn path=/head/; revision=532495
* devel/bazel: fix build on i386Tobias C. Berner2020-04-121-3/+3
| | | | | | | Reported by: antoine Notes: svn path=/head/; revision=531499
* devel/bazel update to 3.0.0Tobias C. Berner2020-04-115-26/+36
| | | | | | | | | | Release notes: https://blog.bazel.build/2020/03/31/bazel-3.0.html PR: 245427 Submitted by: Klaus Aehlig <aehlig@linta.de> (maintainer) Notes: svn path=/head/; revision=531405
* Update to upstream version 2.1.0Thomas Zander2020-02-092-7/+6
| | | | | | | | | | | While on it: - Pet portlint PR: 243964 Submitted by: aehlig@linta.de (maintainer) Notes: svn path=/head/; revision=525657
* devel/bazel: unbreak on powerpc64 elfv2Piotr Kubaj2020-01-071-1/+2
| | | | | | | The port builds just fine. Notes: svn path=/head/; revision=522335
* devel/bazel and devel/bazel029: Add back python at run-timeYuri Victorovich2019-12-241-1/+2
| | | | | | | | | | Maintainer requested to add it back because bazel needs python at run-time. PR: 242695 Requested by: aehlig@linta.de (maintainer) Notes: svn path=/head/; revision=520771
* Update to 2.0.0Jochen Neumeister2019-12-212-6/+5
| | | | | | | | | | | 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 Notes: svn path=/head/; revision=520549
* devel/bazel, devel/bazel029: Remove python run-time dependencyYuri Victorovich2019-12-181-1/+2
| | | | | | | | PR: 242695 Approved by: portmgr (blanket: incorrect dependencies) Notes: svn path=/head/; revision=520361
* Update to 1.2.0Jochen Neumeister2019-11-263-11/+11
| | | | | | | | | | | 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 Notes: svn path=/head/; revision=518464
* devel/bazel and devel/bazel029: Add CONFLICTS_INSTALLYuri Victorovich2019-11-021-0/+2
| | | | | | | Reported by: jbeich Notes: svn path=/head/; revision=516286
* Update to 1.1.0.Raphael Kubo da Costa2019-10-272-5/+5
| | | | | | | | PR: 241409 Submitted by: Klaus Aehlig <aehlig@linta.de> (maintainer) Notes: svn path=/head/; revision=515803
* devel/bazel update to 1.0.0Steve Wills2019-10-152-5/+5
| | | | | | | | PR: 241188 Submitted by: Klaus Aehlig <aehlig@linta.de> (maintainer) Notes: svn path=/head/; revision=514543
* devel/bazel: update to 0.29.0Steve Wills2019-09-024-17/+13
| | | | | | | | PR: 240179 Submitted by: Klaus Aehlig <aehlig@linta.de> (maintainer) Notes: svn path=/head/; revision=510821
* devel/bazel: fix build on i386Steve Wills2019-07-191-9/+9
| | | | | | | | PR: 239286 Submitted by: Klaus Aehlig <aehlig@linta.de> (maintainer) Notes: svn path=/head/; revision=506930
* devel/bazel: Update to 0.28.0Steve Wills2019-07-163-5/+16
| | | | | | | | PR: 239151 Submitted by: Klaus Aehlig <aehlig@linta.de> (maintainer) Notes: svn path=/head/; revision=506764
* devel/bazel: update to 0.27.0Steve Wills2019-06-302-27/+28
| | | | | | | | PR: 238680 Submitted by: Klaus Aehlig <aehlig@linta.de> (maintainer) Notes: svn path=/head/; revision=505481
* devel/bazel: Update to 0.26.0Steve Wills2019-05-283-17/+6
| | | | | | | | PR: 238185 Submitted by: Klaus Aehlig <aehlig@linta.de> (maintainer) Notes: svn path=/head/; revision=502889
* devel/bazel: update to 0.25.0Steve Wills2019-05-032-5/+5
| | | | | | | | PR: 237702 Submitted by: Klaus Aehlig <aehlig@linta.de> (maintainer) Notes: svn path=/head/; revision=500716
* devel/bazel: update to 0.24.0Steve Wills2019-04-123-13/+12
| | | | | | | | PR: 236813 Submitted by: Klaus Aehlig <aehlig@linta.de> (maintainer) Notes: svn path=/head/; revision=498725
* devel/bazel: update 0.22.0 -> 0.23.0Kurt Jaeger2019-02-273-16/+16
| | | | | | | | | PR: 236076 Submitted by: Klaus Aehlig <aehlig@linta.de> (maintainer) Relnotes: https://blog.bazel.build/2019/02/26/bazel-0.23.html Notes: svn path=/head/; revision=494080
* Only append to EXTRA_PATCHES after bsd.port.pre.mkTobias Kortkamp2019-01-311-1/+1
| | | | Notes: svn path=/head/; revision=491744
* devel/bazel: update to 0.22.0Steve Wills2019-01-283-15/+15
| | | | | | | | PR: 235279 Submitted by: Klaus Aehlig <aehlig@linta.de> (maintainer) Notes: svn path=/head/; revision=491491
* devel/bazel: update to 0.21.0Steve Wills2018-12-262-7/+11
| | | | | | | | PR: 234155 Submitted by: Klaus Aehlig <aehlig@linta.de> (maintainer) Notes: svn path=/head/; revision=488456
* devel/bazel: update to 0.20.0Steve Wills2018-12-042-5/+5
| | | | | | | | PR: 233760 Submitted by: Klaus Aehlig <aehlig@linta.de> (maintainer) Notes: svn path=/head/; revision=486596
* devel/bazel update to 0.19.0Steve Wills2018-10-313-4/+46
| | | | | | | | PR: 232797 Submitted by: Klaus Aehlig <aehlig@linta.de> (maintainer) Notes: svn path=/head/; revision=483575
* devel/bazel: update to 0.18.0Steve Wills2018-10-192-5/+5
| | | | | | | | PR: 232274 Submitted by: Klaus Aehlig <aehlig@linta.de> (maintainer) Notes: svn path=/head/; revision=482397
* devel/bazel fix build on 10.xSteve Wills2018-09-211-0/+14
| | | | | | | | PR: 231535 Submitted by: Klaus Aehlig <aehlig@linta.de> (maintainer) Notes: svn path=/head/; revision=480308
* Update to 0.17.1Tilman Keskinoz2018-09-182-5/+5
| | | | | | | | PR: 231362 Submitted by: maintainer Notes: svn path=/head/; revision=480020
* Remove obsolete Clang 3.8 support from bazel.Brooks Davis2018-08-081-11/+0
| | | | | | | | | | Remove the slave port setting the CLANG38 option. PR: 230467 Approved by: aehlig@linta.de (maintainer) Notes: svn path=/head/; revision=476669
* devel/bazel: Update 0.15.0 -> 0.16.0Yuri Victorovich2018-08-073-11/+11
| | | | | | | | | | | | 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) Notes: svn path=/head/; revision=476577
* devel/bazel: update to 0.15.0Steve Wills2018-07-043-16/+5
| | | | | | | | PR: 229482 Submitted by: Klaus Aehlig <aehlig@linta.de> (maintainer) Notes: svn path=/head/; revision=473862
* Mark as broken on aarch64, and, where appropriate, armvX.Mark Linimon2018-06-211-0/+1
| | | | | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=473009