summaryrefslogtreecommitdiff
path: root/databases/cassandra-cpp-driver (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-04-06Remove # $FreeBSD$ from Makefiles.Mathieu Arnold1-1/+0
2021-03-12databases/cassandra-cpp-driver: update to 2.16.0Pietro Cerutti2-4/+4
Release notes: https://github.com/datastax/cpp-driver/releases/tag/2.16.0 Notes: svn path=/head/; revision=568157
2020-12-11databases/cassandra-cpp-driver: update to 2.15.3Pietro Cerutti2-4/+4
Relnotes: https://github.com/datastax/cpp-driver/releases/tag/2.15.3 Notes: svn path=/head/; revision=557732
2020-05-07databases/cassandra-cpp-driver: fix buildPietro Cerutti1-0/+3
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. Notes: svn path=/head/; revision=534252
2020-05-06databases/cassandra-cpp-driver: update to 2.15.1Pietro Cerutti2-8/+4
Release notes: https://github.com/datastax/cpp-driver/releases/tag/2.15.1 Notes: svn path=/head/; revision=534170
2020-03-18databases/cassandra-cpp-driver: update to 2.15.0Pietro Cerutti2-4/+5
Release notes: https://github.com/datastax/cpp-driver/releases/tag/2.15.0 Notes: svn path=/head/; revision=528656
2020-01-13databases/cassandra-cpp-driver: update to 2.14.1Pietro Cerutti2-4/+4
Release notes: https://github.com/datastax/cpp-driver/releases/tag/2.14.1 Notes: svn path=/head/; revision=522893
2019-10-29databases/cassandra-cpp-driver: update to 2.14.0Pietro Cerutti2-5/+5
Release notes: https://github.com/datastax/cpp-driver/releases/tag/2.14.0 Notes: svn path=/head/; revision=515976
2019-09-23databases/cassandra-cpp-driver: unbreak with clang 9 and gcc 9Jan Beich1-0/+4
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, from src/cluster.cpp:17: src/vector.hpp:31:3: note: because 'datastax::internal::Vector<std::__cxx11::basic_string<char, std::char_traits<char>, datastax::internal::Allocator<char> > >' has user-provided 'datastax::internal::Vector<T>::Vector(const datastax::internal::Vector<T>&) [with T = std::__cxx11::basic_string<char, std::char_traits<char>, datastax::internal::Allocator<char> >]' 31 | Vector(const Vector& other) | ^~~~~~ In file included from src/config.hpp:23, from src/cluster.hpp:20, from src/cluster.cpp:17: 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, from src/cluster.cpp:17: src/vector.hpp:31:3: note: because 'datastax::internal::Vector<std::__cxx11::basic_string<char, std::char_traits<char>, datastax::internal::Allocator<char> > >' has user-provided 'datastax::internal::Vector<T>::Vector(const datastax::internal::Vector<T>&) [with T = std::__cxx11::basic_string<char, std::char_traits<char>, datastax::internal::Allocator<char> >]' 31 | Vector(const Vector& other) | ^~~~~~ In file included from src/config.hpp:23, from src/cluster.hpp:20, from src/cluster.cpp:17: 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, from src/cluster.cpp:17: src/vector.hpp:31:3: note: because 'datastax::internal::Vector<std::__cxx11::basic_string<char, std::char_traits<char>, datastax::internal::Allocator<char> > >' has user-provided 'datastax::internal::Vector<T>::Vector(const datastax::internal::Vector<T>&) [with T = std::__cxx11::basic_string<char, std::char_traits<char>, datastax::internal::Allocator<char> >]' 31 | Vector(const Vector& other) | ^~~~~~ In file included from src/config.hpp:23, from src/cluster.hpp:20, from src/cluster.cpp:17: 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, from src/cluster.cpp:17: src/vector.hpp:31:3: note: because 'datastax::internal::Vector<std::__cxx11::basic_string<char, std::char_traits<char>, datastax::internal::Allocator<char> > >' has user-provided 'datastax::internal::Vector<T>::Vector(const datastax::internal::Vector<T>&) [with T = std::__cxx11::basic_string<char, std::char_traits<char>, datastax::internal::Allocator<char> >]' 31 | Vector(const Vector& other) | ^~~~~~ In file included from src/cluster.hpp:20, from src/cluster.cpp:17: src/config.hpp: In member function 'void datastax::internal::core::Config::set_execution_profile(const String&, const datastax::internal::core::ExecutionProfile*)': src/config.hpp:318:23: note: synthesized method 'datastax::internal::core::ExecutionProfile& datastax::internal::core::ExecutionProfile::operator=(const datastax::internal::core::ExecutionProfile&)' first required here 318 | profiles_[name] = copy; | ^~~~ src/cluster.cpp: In member function 'datastax::internal::core::LockedHostMap& datastax::internal::core::LockedHostMap::operator=(const HostMap&)': src/cluster.cpp:194:12: error: implicitly-declared 'datastax::internal::Map<datastax::internal::core::Address, datastax::internal::SharedRefPtr<datastax::internal::core::Host> >& datastax::internal::Map<datastax::internal::core::Address, datastax::internal::SharedRefPtr<datastax::internal::core::Host> >::operator=(const datastax::internal::Map<datastax::internal::core::Address, datastax::internal::SharedRefPtr<datastax::internal::core::Host> >&)' is deprecated [-Werror=deprecated-copy] 194 | hosts_ = hosts; | ^~~~~ In file included from src/serialization.hpp:22, from src/buffer.hpp:21, from src/auth.hpp:20, from src/config.hpp:20, from src/cluster.hpp:20, from src/cluster.cpp:17: src/map.hpp:28:3: note: because 'datastax::internal::Map<datastax::internal::core::Address, datastax::internal::SharedRefPtr<datastax::internal::core::Host> >' has user-provided 'datastax::internal::Map<K, V, Compare>::Map(const datastax::internal::Map<K, V, Compare>&) [with K = datastax::internal::core::Address; V = datastax::internal::SharedRefPtr<datastax::internal::core::Host>; Compare = std::less<datastax::internal::core::Address>]' 28 | Map(const Map& other) | ^~~ cc1plus: all warnings being treated as errors src/utils.cpp:106:65: error: 'ptr_fun<int, int>' is deprecated [-Werror,-Wdeprecated-declarations] std::find_if(str.begin(), str.end(), std::not1(std::ptr_fun<int, int>(::isspace)))); ^ /usr/include/c++/v1/functional:1100:1: note: 'ptr_fun<int, int>' has been explicitly marked deprecated here _LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY ^ /usr/include/c++/v1/__config:944:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:933:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ src/utils.cpp:109:61: error: 'ptr_fun<int, int>' is deprecated [-Werror,-Wdeprecated-declarations] std::find_if(str.rbegin(), str.rend(), std::not1(std::ptr_fun<int, int>(::isspace))).base(), ^ /usr/include/c++/v1/functional:1100:1: note: 'ptr_fun<int, int>' has been explicitly marked deprecated here _LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY ^ /usr/include/c++/v1/__config:944:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:933:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ Reported by: pkg-fallout, antoine (via bug 240629 exp-run) Notes: svn path=/head/; revision=512634
2019-07-26Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer1-1/+1
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 Notes: svn path=/head/; revision=507372
2019-07-24databases/cassandra-cpp-driver: update to 2.13.0Pietro Cerutti2-4/+4
Release notes: https://github.com/datastax/cpp-driver/releases/tag/2.12.0 https://github.com/datastax/cpp-driver/releases/tag/2.13.0 Notes: svn path=/head/; revision=507265
2019-03-12databases/cassandra-cpp-driver: update to 2.11.0Pietro Cerutti2-5/+5
Release notes: https://github.com/datastax/cpp-driver/blob/2.11.0/CHANGELOG.md Notes: svn path=/head/; revision=495449
2018-12-30databases/cassandra-cpp-driver: fix build with gcc after r488341Tobias C. Berner1-1/+0
- I introduced a double USES line in r488341. PR: 234507 Pointy hat: tcberner Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Notes: svn path=/head/; revision=488730
2018-12-25Change cmake default behaviour to outsource.Tobias C. Berner1-2/+4
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 Notes: svn path=/head/; revision=488341
2018-12-12Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer1-0/+1
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 Notes: svn path=/head/; revision=487272
2018-11-05databases/cassandra-cpp-driver: update to 2.10.0, unbreak on GCC platforms [1]Pietro Cerutti3-22/+7
PR: 232847 [1] Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Notes: svn path=/head/; revision=484180
2018-06-23databases/cassandra-cpp-driver: fix build with libuv-1.21.0Tobias C. Berner1-0/+11
* The version header file was moved to uv/version.h, make cmake look for it Notes: svn path=/head/; revision=473158
2018-04-12databases/cassandra-cpp-driver: update to 2.9.0Pietro Cerutti2-4/+4
Changelog: https://github.com/datastax/cpp-driver/blob/2.9.0/CHANGELOG.md Notes: svn path=/head/; revision=467130
2018-03-02databases/cassandra-cpp-driver: update to 2.8.1Pietro Cerutti2-4/+4
Changelog: https://github.com/datastax/cpp-driver/blob/2.8.1/CHANGELOG.md Notes: svn path=/head/; revision=463387
2017-11-23databases/cassandra-cpp-driver: update to 2.8.0Pietro Cerutti2-4/+4
Changelog: https://github.com/datastax/cpp-driver/blob/2.8.0/CHANGELOG.md Notes: svn path=/head/; revision=454748
2017-09-20databases/cassandra-cpp-driver: update to 2.7.1Pietro Cerutti2-4/+4
Changelog: https://github.com/datastax/cpp-driver/blob/2.7.1/CHANGELOG.md Notes: svn path=/head/; revision=450204
2017-05-18databases/cassandra-cpp-driver: update to 2.7.0Pietro Cerutti2-4/+4
Changelog: https://github.com/datastax/cpp-driver/blob/master/CHANGELOG.md#270 Notes: svn path=/head/; revision=441147
2017-05-13Mark some ports failing on power64. In cases where the error messageMark Linimon1-0/+2
was a stub, provide a real one. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=440746
2017-03-29Don't USE_GITHUB=nodefault when you actually are using the defaultMathieu Arnold2-4/+4
distfile too. Sponsored by: Absolight Notes: svn path=/head/; revision=437196
2017-03-28databases/cassandra-cpp-driver: update to 2.6.0Pietro Cerutti2-4/+4
Changes: https://github.com/datastax/cpp-driver/blob/master/CHANGELOG.md#260 Notes: svn path=/head/; revision=437126
2016-10-21databases/cassandra-cpp-driver: update to 2.5.0, bump dependentsPietro Cerutti3-15/+4
https://github.com/datastax/cpp-driver/blob/master/CHANGELOG.md#250 Notes: svn path=/head/; revision=424416
2016-10-16databases/cassandra-cpp-driver: fix build on power8 (and possibly armv6)Pietro Cerutti2-2/+11
Obtained from: https://github.com/datastax/cpp-driver/commit/f6c8e8e Notes: svn path=/head/; revision=424055
2016-08-29databases/cassandra-cpp-driver: update to 2.4.3Pietro Cerutti3-26/+5
Changelog: https://github.com/datastax/cpp-driver/blob/master/CHANGELOG.md#243 Notes: svn path=/head/; revision=421052
2016-07-01databases/cassandra-cpp-driver: update to 2.4.2Pietro Cerutti3-4/+24
Changes: https://github.com/datastax/cpp-driver/blob/master/CHANGELOG.md#242# Notes: svn path=/head/; revision=417867
2016-06-27databases/cassandra-cpp-driver: update to 2.4.1Pietro Cerutti2-5/+6
Notes: svn path=/head/; revision=417655
2016-04-21many ports: mark broken on powerpc64Steve Wills1-0/+2
Notes: svn path=/head/; revision=413746
2016-04-01Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold1-1/+1
With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
2016-03-17databases/cassandra-cpp-driver: update to 2.3.0Pietro Cerutti3-17/+7
Changelog: https://github.com/datastax/cpp-driver/blob/4335850/CHANGELOG.md Notes: svn path=/head/; revision=411258
2015-09-20databases/cassandra-cpp-driver - update to 2.1.0Pietro Cerutti2-4/+4
Notes: svn path=/head/; revision=397372
2015-06-23- Fix build with Clang 3.6Pietro Cerutti2-1/+14
Upstreamed at: https://github.com/datastax/cpp-driver/pull/179 - Explicitely add static library Notes: svn path=/head/; revision=390463
2015-06-20- Update to 2.0.1Pietro Cerutti2-5/+6
Notes: svn path=/head/; revision=390153
2015-06-20- New port: databases/cassandra-cpp-driverPietro Cerutti3-0/+37
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/ Notes: svn path=/head/; revision=390149