Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
12 Mar 2021 09:52:57
2.16.0

|
gahr  |
databases/cassandra-cpp-driver: update to 2.16.0
Release notes: https://github.com/datastax/cpp-driver/releases/tag/2.16.0 |
11 Dec 2020 13:00:01
2.15.3

|
gahr  |
databases/cassandra-cpp-driver: update to 2.15.3
Relnotes: https://github.com/datastax/cpp-driver/releases/tag/2.15.3 |
07 May 2020 08:06:51
2.15.1

|
gahr  |
databases/cassandra-cpp-driver: fix build
In the last commit I removed a patch that excluded -Werror from the compiler
flags. It was building on amd64, but apparently it breaks on the cluster. This
commit restores the removal of -Werror. |
06 May 2020 12:24:50
2.15.1

|
gahr  |
databases/cassandra-cpp-driver: update to 2.15.1
Release notes: https://github.com/datastax/cpp-driver/releases/tag/2.15.1 |
18 Mar 2020 16:54:36
2.15.0

|
gahr  |
databases/cassandra-cpp-driver: update to 2.15.0
Release notes: https://github.com/datastax/cpp-driver/releases/tag/2.15.0 |
13 Jan 2020 14:21:54
2.14.1

|
gahr  |
databases/cassandra-cpp-driver: update to 2.14.1
Release notes:
https://github.com/datastax/cpp-driver/releases/tag/2.14.1 |
29 Oct 2019 12:22:31
2.14.0

|
gahr  |
databases/cassandra-cpp-driver: update to 2.14.0
Release notes:
https://github.com/datastax/cpp-driver/releases/tag/2.14.0 |
23 Sep 2019 11:56:26
2.13.0_1

|
jbeich  |
databases/cassandra-cpp-driver: unbreak with clang 9 and gcc 9
In file included from src/config.hpp:23,
from src/cluster.hpp:20,
from src/cluster.cpp:17:
src/execution_profile.hpp: In member function
'datastax::internal::core::ExecutionProfile&
datastax::internal::core::ExecutionProfile::operator=(const
datastax::internal::core::ExecutionProfile&)':
src/execution_profile.hpp:28:7: error: implicitly-declared
'datastax::internal::Vector<std::__cxx11::basic_string<char,
std::char_traits<char>, datastax::internal::Allocator<char> > >&
datastax::internal::Vector<std::__cxx11::basic_string<char,
std::char_traits<char>, datastax::internal::Allocator<char> > >::operator=(const
datastax::internal::Vector<std::__cxx11::basic_string<char,
std::char_traits<char>, datastax::internal::Allocator<char> > >&)' is deprecated
[-Werror=deprecated-copy]
28 | class ExecutionProfile : public Allocated {
| ^~~~~~~~~~~~~~~~
In file included from src/address.hpp:24,
from src/serialization.hpp:20,
from src/buffer.hpp:21,
from src/auth.hpp:20,
from src/config.hpp:20,
from src/cluster.hpp:20, (Only the first 15 lines of the commit message are shown above ) |
26 Jul 2019 20:46:57
2.13.0_1

|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
24 Jul 2019 07:47:50
2.13.0

|
gahr  |
databases/cassandra-cpp-driver: update to 2.13.0
Release notes:
https://github.com/datastax/cpp-driver/releases/tag/2.12.0
https://github.com/datastax/cpp-driver/releases/tag/2.13.0 |
12 Mar 2019 12:12:36
2.11.0

|
gahr  |
databases/cassandra-cpp-driver: update to 2.11.0
Release notes: https://github.com/datastax/cpp-driver/blob/2.11.0/CHANGELOG.md |
30 Dec 2018 18:18:17
2.10.0_1

|
tcberner  |
databases/cassandra-cpp-driver: fix build with gcc after r488341
- I introduced a double USES line in r488341.
PR: 234507
Pointy hat: tcberner
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> |
25 Dec 2018 20:25:40
2.10.0_1

|
tcberner  |
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine |
12 Dec 2018 01:35:36
2.10.0_1

|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
05 Nov 2018 09:08:56
2.10.0

|
gahr  |
databases/cassandra-cpp-driver: update to 2.10.0, unbreak on GCC platforms [1]
PR: 232847 [1]
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> |
23 Jun 2018 20:00:28
2.9.0

|
tcberner  |
databases/cassandra-cpp-driver: fix build with libuv-1.21.0
* The version header file was moved to uv/version.h, make cmake look for it |
12 Apr 2018 08:44:41
2.9.0

|
gahr  |
databases/cassandra-cpp-driver: update to 2.9.0
Changelog: https://github.com/datastax/cpp-driver/blob/2.9.0/CHANGELOG.md |
02 Mar 2018 11:41:48
2.8.1

|
gahr  |
databases/cassandra-cpp-driver: update to 2.8.1
Changelog: https://github.com/datastax/cpp-driver/blob/2.8.1/CHANGELOG.md |
23 Nov 2017 09:00:15
2.8.0

|
gahr  |
databases/cassandra-cpp-driver: update to 2.8.0
Changelog: https://github.com/datastax/cpp-driver/blob/2.8.0/CHANGELOG.md |
20 Sep 2017 14:05:06
2.7.1

|
gahr  |
databases/cassandra-cpp-driver: update to 2.7.1
Changelog: https://github.com/datastax/cpp-driver/blob/2.7.1/CHANGELOG.md |
18 May 2017 13:24:54
2.7.0

|
gahr  |
databases/cassandra-cpp-driver: update to 2.7.0
Changelog: https://github.com/datastax/cpp-driver/blob/master/CHANGELOG.md#270 |
13 May 2017 03:35:51
2.6.0

|
linimon  |
Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
29 Mar 2017 13:11:23
2.6.0

|
mat  |
Don't USE_GITHUB=nodefault when you actually are using the default
distfile too.
Sponsored by: Absolight |
28 Mar 2017 13:02:48
2.6.0

|
gahr  |
databases/cassandra-cpp-driver: update to 2.6.0
Changes: https://github.com/datastax/cpp-driver/blob/master/CHANGELOG.md#260 |
21 Oct 2016 13:36:14
2.5.0

|
gahr  |
databases/cassandra-cpp-driver: update to 2.5.0, bump dependents
https://github.com/datastax/cpp-driver/blob/master/CHANGELOG.md#250 |
16 Oct 2016 10:47:42
2.4.3

|
gahr  |
databases/cassandra-cpp-driver: fix build on power8 (and possibly armv6)
Obtained from: https://github.com/datastax/cpp-driver/commit/f6c8e8e |
29 Aug 2016 12:14:09
2.4.3

|
gahr  |
databases/cassandra-cpp-driver: update to 2.4.3
Changelog: https://github.com/datastax/cpp-driver/blob/master/CHANGELOG.md#243 |
01 Jul 2016 08:54:34
2.4.2

|
gahr  |
databases/cassandra-cpp-driver: update to 2.4.2
Changes: https://github.com/datastax/cpp-driver/blob/master/CHANGELOG.md#242# |
27 Jun 2016 12:40:40
2.4.1

|
gahr  |
databases/cassandra-cpp-driver: update to 2.4.1 |
21 Apr 2016 16:43:15
2.3.0

|
swills  |
many ports: mark broken on powerpc64 |
01 Apr 2016 14:00:57
2.3.0

|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
17 Mar 2016 07:00:08
2.3.0

|
gahr  |
databases/cassandra-cpp-driver: update to 2.3.0
Changelog: https://github.com/datastax/cpp-driver/blob/4335850/CHANGELOG.md |
20 Sep 2015 14:29:02
2.1.0

|
gahr  |
databases/cassandra-cpp-driver - update to 2.1.0 |
23 Jun 2015 21:22:09
2.0.1

|
gahr  |
- Fix build with Clang 3.6
Upstreamed at: https://github.com/datastax/cpp-driver/pull/179
- Explicitely add static library |
20 Jun 2015 08:23:46
2.0.1

|
gahr  |
- Update to 2.0.1 |
20 Jun 2015 08:02:19
1.0.2

|
gahr  |
- New port: databases/cassandra-cpp-driver
DataStax Cpp Driver is modern, feature-rich, and highly tunable C/C++
client library for Apache Cassandra (1.2+) and DataStax Enterprise
(3.1+) using exclusively Cassandra's native protocol and Cassandra
Query Language v3.
WWW: http://datastax.github.io/cpp-driver/ |