aboutsummaryrefslogtreecommitdiff
path: root/databases/cockroach
Commit message (Collapse)AuthorAgeFilesLines
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-2/+0
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* - Update to 19.1.11Dmitry Marakasov2021-03-114-37/+10
| | | | | | | | | | | - 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) Notes: svn path=/head/; revision=568064
* databases/cockroach: Unbreak with go1.16Dmitri Goutnik2021-02-211-1/+1
| | | | | | | | | | | ===> 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 Notes: svn path=/head/; revision=566238
* Fix more fallout for bundled rocksdb after the LLVM 10 importTobias Kortkamp2020-03-181-0/+28
| | | | | | | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=528645
* Convert all Go ports to USES=goTobias Kortkamp2019-06-291-3/+2
| | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=505321
* databases/cockroach: Unbreak, update to 2.0.7Steve Wills2019-04-124-7/+47
| | | | | | | | | PR: 236478 Submitted by: Dmitri Goutnik <dg@syrec.org> (slightly modified) Approved by: maintainer timeout (freebsd@jen20.com, >4 weeks) Notes: svn path=/head/; revision=498740
* Mark BROKEN: fails to buildAntoine Brodin2019-03-111-0/+2
| | | | | | | | | 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 Notes: svn path=/head/; revision=495391
* Update to upstream version 2.0.6Thomas Zander2018-10-222-4/+4
| | | | | | | | | | PR: 232036 Submitted by: riggs Approved by: maintainer timeout MFH: 2018Q4 Notes: svn path=/head/; revision=482757
* Update to upstream version 2.0.5Thomas Zander2018-10-062-4/+4
| | | | | | | | | | PR: 231581 Submitted by: riggs Approved by: maintainer timeout (2 weeks) MFH: 2018Q4 Notes: svn path=/head/; revision=481363
* Update to upstream version 2.0.2Thomas Zander2018-06-112-8/+9
| | | | | | | | | | | 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 Notes: svn path=/head/; revision=472168
* databases/cockroach: Update to 1.1.5Yuri Victorovich2018-03-012-5/+5
| | | | | | | | | | | | | Port changes: * Changed to DISTVERSION * Adjusted do-build PR: 226270 Submitted by: James Nugent <freebsd@jen20.com> Approved by: tcberner (mentor, implicit) Notes: svn path=/head/; revision=463352
* databases/cockroach: unbreak and update to 1.1.4Nikolai Lifanov2018-01-312-7/+11
| | | | | | | | PR: 223167 Submitted by: James Nugent <freebsd@jen20.com> (maintainer) Notes: svn path=/head/; revision=460498
* Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.Jimmy Olgeni2017-11-011-1/+1
| | | | Notes: svn path=/head/; revision=453284
* Mark BROKEN: fails to build with go 1.9Antoine Brodin2017-10-221-0/+2
| | | | | | | | | | | 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 Notes: svn path=/head/; revision=452622
* CockroachDB is a distributed SQL database built on a transactionalKirill Ponomarev2017-08-214-0/+123
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 Notes: svn path=/head/; revision=448474