non port: databases/cassandra-cpp-driver/Makefile |
SVNWeb
|
Number of commits found: 37 |
Tue, 17 May 2022
|
[ 08:53 Pietro Cerutti (gahr) ] 877c393
databases/cassandra-cpp-driver: update to 2.16.2
Release notes:
https://github.com/datastax/cpp-driver/releases/tag/2.16.2
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Fri, 12 Mar 2021
|
[ 09:52 gahr ]
databases/cassandra-cpp-driver: update to 2.16.0
Release notes: https://github.com/datastax/cpp-driver/releases/tag/2.16.0
|
Fri, 11 Dec 2020
|
[ 13:00 gahr ]
databases/cassandra-cpp-driver: update to 2.15.3
Relnotes: https://github.com/datastax/cpp-driver/releases/tag/2.15.3
|
Thu, 7 May 2020
|
[ 08:06 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.
|
Wed, 6 May 2020
|
[ 12:24 gahr ]
databases/cassandra-cpp-driver: update to 2.15.1
Release notes: https://github.com/datastax/cpp-driver/releases/tag/2.15.1
|
Wed, 18 Mar 2020
|
[ 16:54 gahr ]
databases/cassandra-cpp-driver: update to 2.15.0
Release notes: https://github.com/datastax/cpp-driver/releases/tag/2.15.0
|
Mon, 13 Jan 2020
|
[ 14:21 gahr ]
databases/cassandra-cpp-driver: update to 2.14.1
Release notes:
https://github.com/datastax/cpp-driver/releases/tag/2.14.1
|
Tue, 29 Oct 2019
|
[ 12:22 gahr ]
databases/cassandra-cpp-driver: update to 2.14.0
Release notes:
https://github.com/datastax/cpp-driver/releases/tag/2.14.0
|
Mon, 23 Sep 2019
|
[ 11:56 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 )
|
Fri, 26 Jul 2019
|
[ 20:46 gerald ] (Only the first 10 of 3853 ports in this commit are shown above. )
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
|
Wed, 24 Jul 2019
|
[ 07:47 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
|
Tue, 12 Mar 2019
|
[ 12:12 gahr ]
databases/cassandra-cpp-driver: update to 2.11.0
Release notes: https://github.com/datastax/cpp-driver/blob/2.11.0/CHANGELOG.md
|
Sun, 30 Dec 2018
|
[ 18:18 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>
|
Tue, 25 Dec 2018
|
[ 20:25 tcberner ] (Only the first 10 of 1277 ports in this commit are shown above. )
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
|
Wed, 12 Dec 2018
|
[ 01:35 gerald ] (Only the first 10 of 3168 ports in this commit are shown above. )
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
|
Mon, 5 Nov 2018
|
[ 09:08 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>
|
Thu, 12 Apr 2018
|
[ 08:44 gahr ]
databases/cassandra-cpp-driver: update to 2.9.0
Changelog: https://github.com/datastax/cpp-driver/blob/2.9.0/CHANGELOG.md
|
Fri, 2 Mar 2018
|
[ 11:41 gahr ]
databases/cassandra-cpp-driver: update to 2.8.1
Changelog: https://github.com/datastax/cpp-driver/blob/2.8.1/CHANGELOG.md
|
Thu, 23 Nov 2017
|
[ 09:00 gahr ]
databases/cassandra-cpp-driver: update to 2.8.0
Changelog: https://github.com/datastax/cpp-driver/blob/2.8.0/CHANGELOG.md
|
Wed, 20 Sep 2017
|
[ 14:05 gahr ]
databases/cassandra-cpp-driver: update to 2.7.1
Changelog: https://github.com/datastax/cpp-driver/blob/2.7.1/CHANGELOG.md
|
Thu, 18 May 2017
|
[ 13:24 gahr ]
databases/cassandra-cpp-driver: update to 2.7.0
Changelog: https://github.com/datastax/cpp-driver/blob/master/CHANGELOG.md#270
|
Sat, 13 May 2017
|
[ 03:35 linimon ] (Only the first 10 of 34 ports in this commit are shown above. )
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)
|
Wed, 29 Mar 2017
|
[ 13:11 mat ]
Don't USE_GITHUB=nodefault when you actually are using the default
distfile too.
Sponsored by: Absolight
|
Tue, 28 Mar 2017
|
[ 13:02 gahr ]
databases/cassandra-cpp-driver: update to 2.6.0
Changes: https://github.com/datastax/cpp-driver/blob/master/CHANGELOG.md#260
|
Fri, 21 Oct 2016
|
[ 13:36 gahr ]
databases/cassandra-cpp-driver: update to 2.5.0, bump dependents
https://github.com/datastax/cpp-driver/blob/master/CHANGELOG.md#250
|
Sun, 16 Oct 2016
|
[ 10:47 gahr ]
databases/cassandra-cpp-driver: fix build on power8 (and possibly armv6)
Obtained from: https://github.com/datastax/cpp-driver/commit/f6c8e8e
|
Mon, 29 Aug 2016
|
[ 12:14 gahr ]
databases/cassandra-cpp-driver: update to 2.4.3
Changelog: https://github.com/datastax/cpp-driver/blob/master/CHANGELOG.md#243
|
Fri, 1 Jul 2016
|
[ 08:54 gahr ]
databases/cassandra-cpp-driver: update to 2.4.2
Changes: https://github.com/datastax/cpp-driver/blob/master/CHANGELOG.md#242#
|
Mon, 27 Jun 2016
|
[ 12:40 gahr ]
databases/cassandra-cpp-driver: update to 2.4.1
|
Thu, 21 Apr 2016
|
[ 16:43 swills ] (Only the first 10 of 419 ports in this commit are shown above. )
many ports: mark broken on powerpc64
|
Fri, 1 Apr 2016
|
[ 14:00 mat ] (Only the first 10 of 5103 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Thu, 17 Mar 2016
|
[ 07:00 gahr ]
databases/cassandra-cpp-driver: update to 2.3.0
Changelog: https://github.com/datastax/cpp-driver/blob/4335850/CHANGELOG.md
|
Sun, 20 Sep 2015
|
[ 14:29 gahr ]
databases/cassandra-cpp-driver - update to 2.1.0
|
Tue, 23 Jun 2015
|
[ 21:22 gahr ]
- Fix build with Clang 3.6
Upstreamed at: https://github.com/datastax/cpp-driver/pull/179
- Explicitely add static library
|
Sat, 20 Jun 2015
|
[ 08:23 gahr ]
- Update to 2.0.1
|
[ 08:02 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/
|
Number of commits found: 37 |