<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/databases/cockroach, branch release/12.3.0</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=release%2F12.3.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=release%2F12.3.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2021-04-07T08:09:01Z</updated>
<entry>
<title>One more small cleanup, forgotten yesterday.</title>
<updated>2021-04-07T08:09:01Z</updated>
<author>
<name>Mathieu Arnold</name>
<email>mat@FreeBSD.org</email>
</author>
<published>2021-04-07T08:06:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=cf118ccf875508b9a1c570044c93cfcc82bd455c'/>
<id>urn:sha1:cf118ccf875508b9a1c570044c93cfcc82bd455c</id>
<content type='text'>
Reported by:	lwhsu
</content>
</entry>
<entry>
<title>all: Remove all other $FreeBSD keywords.</title>
<updated>2021-04-06T14:31:13Z</updated>
<author>
<name>Mathieu Arnold</name>
<email>mat@FreeBSD.org</email>
</author>
<published>2021-04-06T14:21:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=135fdeebb99c3569e42d8162b265e15d29bd937d'/>
<id>urn:sha1:135fdeebb99c3569e42d8162b265e15d29bd937d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove # $FreeBSD$ from Makefiles.</title>
<updated>2021-04-06T14:31:07Z</updated>
<author>
<name>Mathieu Arnold</name>
<email>mat@FreeBSD.org</email>
</author>
<published>2021-04-06T11:55:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=305f148f482daf30dcf728039d03d019f88344eb'/>
<id>urn:sha1:305f148f482daf30dcf728039d03d019f88344eb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- Update to 19.1.11</title>
<updated>2021-03-11T02:20:32Z</updated>
<author>
<name>Dmitry Marakasov</name>
<email>amdmi3@FreeBSD.org</email>
</author>
<published>2021-03-11T02:20:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=15c2e56100312d9febed71a53cf7548ec14aefab'/>
<id>urn:sha1:15c2e56100312d9febed71a53cf7548ec14aefab</id>
<content type='text'>
- 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)
</content>
</entry>
<entry>
<title>databases/cockroach: Unbreak with go1.16</title>
<updated>2021-02-21T19:47:39Z</updated>
<author>
<name>Dmitri Goutnik</name>
<email>dmgk@FreeBSD.org</email>
</author>
<published>2021-02-21T19:47:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=b386b7fea9d1b79b4d0b08ae51da9b176e60cd7e'/>
<id>urn:sha1:b386b7fea9d1b79b4d0b08ae51da9b176e60cd7e</id>
<content type='text'>
===&gt;  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
</content>
</entry>
<entry>
<title>Fix more fallout for bundled rocksdb after the LLVM 10 import</title>
<updated>2020-03-18T12:04:51Z</updated>
<author>
<name>Tobias Kortkamp</name>
<email>tobik@FreeBSD.org</email>
</author>
<published>2020-03-18T12:04:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=c362b80958f7daa28da9ec871940fc6e87348f9c'/>
<id>urn:sha1:c362b80958f7daa28da9ec871940fc6e87348f9c</id>
<content type='text'>
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&lt;std::mutex&gt;'
    std::lock_guard&lt;std::mutex&gt; 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&amp; __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&lt;std::__1::mutex&gt;' for 1st argument
    lock_guard(lock_guard const&amp;) _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&amp; __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.
</content>
</entry>
<entry>
<title>Convert all Go ports to USES=go</title>
<updated>2019-06-29T03:51:13Z</updated>
<author>
<name>Tobias Kortkamp</name>
<email>tobik@FreeBSD.org</email>
</author>
<published>2019-06-29T03:51:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=3726f942547e374490d375baf83216d7644a7162'/>
<id>urn:sha1:3726f942547e374490d375baf83216d7644a7162</id>
<content type='text'>
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
</content>
</entry>
<entry>
<title>databases/cockroach: Unbreak, update to 2.0.7</title>
<updated>2019-04-12T20:03:33Z</updated>
<author>
<name>Steve Wills</name>
<email>swills@FreeBSD.org</email>
</author>
<published>2019-04-12T20:03:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=0088edb80e249501f5acf0da1bfea71f5ce2e914'/>
<id>urn:sha1:0088edb80e249501f5acf0da1bfea71f5ce2e914</id>
<content type='text'>
PR:		236478
Submitted by:	Dmitri Goutnik &lt;dg@syrec.org&gt; (slightly modified)
Approved by:	maintainer timeout (freebsd@jen20.com, &gt;4 weeks)
</content>
</entry>
<entry>
<title>Mark BROKEN: fails to build</title>
<updated>2019-03-11T20:22:57Z</updated>
<author>
<name>Antoine Brodin</name>
<email>antoine@FreeBSD.org</email>
</author>
<published>2019-03-11T20:22:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=887acad1d46db7523948fd26162661ba7f08cd01'/>
<id>urn:sha1:887acad1d46db7523948fd26162661ba7f08cd01</id>
<content type='text'>
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
</content>
</entry>
<entry>
<title>Update to upstream version 2.0.6</title>
<updated>2018-10-22T16:53:40Z</updated>
<author>
<name>Thomas Zander</name>
<email>riggs@FreeBSD.org</email>
</author>
<published>2018-10-22T16:53:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=99d1ff901d8dbaa90615ccfd90063780b6f473a1'/>
<id>urn:sha1:99d1ff901d8dbaa90615ccfd90063780b6f473a1</id>
<content type='text'>
PR:		232036
Submitted by:	riggs
Approved by:	maintainer timeout
MFH:		2018Q4
</content>
</entry>
</feed>
