Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
11 Mar 2021 02:20:32
19.1.11

|
amdmi3  |
- Update to 19.1.11
- Reset the maintainer due to 4 consequentional maintainer timeouts
PR: 222907
Submitted by: pfg, kirill@varnakov.com
Approved by: maintainer timeout (freebsd@jen20.com, 21 months) |
21 Feb 2021 19:47:39
2.0.7

|
dmgk  |
databases/cockroach: Unbreak with go1.16
===> Building for cockroach-2.0.7
...
go: cannot find main module, but found Gopkg.lock in
/wrkdirs/usr/ports/databases/cockroach/work/cockroach-v2.0.7/src/github.com/cockroachdb/cockroach
to create a module there, run:
go mod init |
18 Mar 2020 12:04:51
2.0.7

|
tobik  |
Fix more fallout for bundled rocksdb after the LLVM 10 import
In file included from rocksdb/utilities/backupable/backupable_db.cc:16:
rocksdb/util/channel.h:35:33: error: no matching constructor for initialization
of 'std::lock_guard<std::mutex>'
std::lock_guard<std::mutex> lk(lock_);
^ ~~~~~
/usr/include/c++/v1/__mutex_base:90:14: note: candidate constructor not viable:
1st argument ('const std::mutex') would lose const qualifier
explicit lock_guard(mutex_type& __m)
_LIBCPP_THREAD_SAFETY_ANNOTATION(acquire_capability(__m))
^
/usr/include/c++/v1/__mutex_base:100:5: note: candidate constructor not viable:
no known conversion from 'const std::mutex' to 'const
std::__1::lock_guard<std::__1::mutex>' for 1st argument
lock_guard(lock_guard const&) _LIBCPP_EQUAL_DELETE;
^
/usr/include/c++/v1/__mutex_base:94:5: note: candidate constructor not viable:
requires 2 arguments, but 1 was provided
lock_guard(mutex_type& __m, adopt_lock_t)
_LIBCPP_THREAD_SAFETY_ANNOTATION(requires_capability(__m))
^
1 error generated.
net/ceph* will still not build because Clang crashes but at least
it goes beyond the above error. |
29 Jun 2019 03:51:14
2.0.7

|
tobik  |
Convert all Go ports to USES=go
This allows for port testing with lang/go-devel via GO_PORT, setting
up the Go build environment in a single place, and is step one in
simplifying Go ports that often define too complicated do-build
targets themselves.
USES=go gains new arguments 'run' to add lang/go to RUN_DEPENDS and
'no_targets' for ports with composite builds that call 'go' themselves
and do not need the do-build/do-install targets of USES=go.
PR: 238849
Submitted by: dg@syrec.org (also D20745)
Reviewed by: mat, tobik
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D20746 |
12 Apr 2019 20:03:34
2.0.7

|
swills  |
databases/cockroach: Unbreak, update to 2.0.7
PR: 236478
Submitted by: Dmitri Goutnik <dg@syrec.org> (slightly modified)
Approved by: maintainer timeout (freebsd@jen20.com, >4 weeks) |
11 Mar 2019 20:22:57
2.0.6

|
antoine  |
Mark BROKEN: fails to build
build cache is required, but could not be located: GOCACHE is not defined and
neither $XDG_CACHE_HOME nor $HOME are defined
Reported by: pkg-fallout |
22 Oct 2018 16:53:40
2.0.6

|
riggs  |
Update to upstream version 2.0.6
PR: 232036
Submitted by: riggs
Approved by: maintainer timeout
MFH: 2018Q4 |
06 Oct 2018 12:15:39
2.0.5

|
riggs  |
Update to upstream version 2.0.5
PR: 231581
Submitted by: riggs
Approved by: maintainer timeout (2 weeks)
MFH: 2018Q4 |
11 Jun 2018 06:44:36
2.0.2

|
riggs  |
Update to upstream version 2.0.2
PR: 228840
Submitted by: riggs
Reviewed by: seanc, freebsd@jen20.com (maintainer)
Approved by: freebsd@jen20.com (maintainer, via seanc)
Differential Revision: https://reviews.freebsd.org/D15719 |
01 Mar 2018 20:38:58
1.1.5

|
yuri  |
databases/cockroach: Update to 1.1.5
Port changes:
* Changed to DISTVERSION
* Adjusted do-build
PR: 226270
Submitted by: James Nugent <freebsd@jen20.com>
Approved by: tcberner (mentor, implicit) |
31 Jan 2018 16:33:41
1.1.4

|
lifanov  |
databases/cockroach: unbreak and update to 1.1.4
PR: 223167
Submitted by: James Nugent <freebsd@jen20.com> (maintainer) |
01 Nov 2017 13:10:35
1.0.4

|
olgeni  |
Fix whitespace issues (mixed tab/spaces, alignment) in a few ports. |
22 Oct 2017 08:05:41
1.0.4

|
antoine  |
Mark BROKEN: fails to build with go 1.9
gmake[1]: Entering directory
'/wrkdirs/usr/ports/databases/cockroach/work/cockroach-v1.0.4/src/github.com/cockroachdb/cockroach'
build/common.mk:110: *** "go1\.8.* required (see CONTRIBUTING.md): go version
go1.9.1 freebsd/amd64". Stop.
Reported by: pkg-fallout
MFH: 2017Q4 |
21 Aug 2017 14:11:33
1.0.4

|
krion  |
CockroachDB is a distributed SQL database built on a transactional
and strongly-consistent key-value store. It scales horizontally;
survives disk, machine, rack, and even datacenter failures with
minimal latency disruption and no manual intervention; supports
strongly-consistent ACID transactions; and provides a familiar SQL
API for structuring, manipulating, and querying data.
CockroachDB is inspired by Google's Spanner and F1 technologies, and
it's completely open source.
PR: 221635
Submitted by: James Nugent <freebsd@jen20.com>
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D12088 |