Commit graph

37 commits

Author SHA1 Message Date
Mathieu Arnold
305f148f48
Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
Pietro Cerutti
01ea5b22f1 databases/cassandra-cpp-driver: update to 2.16.0
Release notes: https://github.com/datastax/cpp-driver/releases/tag/2.16.0
2021-03-12 09:52:56 +00:00
Pietro Cerutti
f5d6c4b37f databases/cassandra-cpp-driver: update to 2.15.3
Relnotes:	https://github.com/datastax/cpp-driver/releases/tag/2.15.3
2020-12-11 13:00:01 +00:00
Pietro Cerutti
e238a62ea2 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.
2020-05-07 08:06:51 +00:00
Pietro Cerutti
7a7cc4c88a databases/cassandra-cpp-driver: update to 2.15.1
Release notes: https://github.com/datastax/cpp-driver/releases/tag/2.15.1
2020-05-06 12:24:49 +00:00
Pietro Cerutti
774c7fd4d1 databases/cassandra-cpp-driver: update to 2.15.0
Release notes: https://github.com/datastax/cpp-driver/releases/tag/2.15.0
2020-03-18 16:54:36 +00:00
Pietro Cerutti
684b3882de databases/cassandra-cpp-driver: update to 2.14.1
Release notes:
https://github.com/datastax/cpp-driver/releases/tag/2.14.1
2020-01-13 14:21:54 +00:00
Pietro Cerutti
b486f70815 databases/cassandra-cpp-driver: update to 2.14.0
Release notes:
https://github.com/datastax/cpp-driver/releases/tag/2.14.0
2019-10-29 12:22:31 +00:00
Jan Beich
e8aea94f30 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,
                 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)
2019-09-23 11:56:26 +00:00
Gerald Pfeifer
ea8c8ec7da 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
2019-07-26 20:46:53 +00:00
Pietro Cerutti
2ec3dc5d48 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
2019-07-24 07:47:50 +00:00
Pietro Cerutti
43f0c21bca databases/cassandra-cpp-driver: update to 2.11.0
Release notes: https://github.com/datastax/cpp-driver/blob/2.11.0/CHANGELOG.md
2019-03-12 12:12:36 +00:00
Tobias C. Berner
a86824ce99 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>
2018-12-30 18:18:17 +00:00
Tobias C. Berner
707c6bf295 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
2018-12-25 20:25:39 +00:00
Gerald Pfeifer
a9f015d155 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
2018-12-12 01:35:33 +00:00
Pietro Cerutti
90de22adf1 databases/cassandra-cpp-driver: update to 2.10.0, unbreak on GCC platforms [1]
PR:		232847 [1]
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
2018-11-05 09:08:55 +00:00
Tobias C. Berner
a126ac5d4d 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
2018-06-23 20:00:28 +00:00
Pietro Cerutti
ccc8cdc261 databases/cassandra-cpp-driver: update to 2.9.0
Changelog: https://github.com/datastax/cpp-driver/blob/2.9.0/CHANGELOG.md
2018-04-12 08:44:40 +00:00
Pietro Cerutti
02131ee57c databases/cassandra-cpp-driver: update to 2.8.1
Changelog: https://github.com/datastax/cpp-driver/blob/2.8.1/CHANGELOG.md
2018-03-02 11:41:48 +00:00
Pietro Cerutti
b3b0ce7efc databases/cassandra-cpp-driver: update to 2.8.0
Changelog: https://github.com/datastax/cpp-driver/blob/2.8.0/CHANGELOG.md
2017-11-23 09:00:15 +00:00
Pietro Cerutti
df66fac103 databases/cassandra-cpp-driver: update to 2.7.1
Changelog: https://github.com/datastax/cpp-driver/blob/2.7.1/CHANGELOG.md
2017-09-20 14:05:06 +00:00
Pietro Cerutti
68892f9347 databases/cassandra-cpp-driver: update to 2.7.0
Changelog: https://github.com/datastax/cpp-driver/blob/master/CHANGELOG.md#270
2017-05-18 13:24:53 +00:00
Mark Linimon
ba601f25ac 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)
2017-05-13 03:35:51 +00:00
Mathieu Arnold
54e3f7554f Don't USE_GITHUB=nodefault when you actually are using the default
distfile too.

Sponsored by:	Absolight
2017-03-29 13:11:22 +00:00
Pietro Cerutti
0b708f84f1 databases/cassandra-cpp-driver: update to 2.6.0
Changes: https://github.com/datastax/cpp-driver/blob/master/CHANGELOG.md#260
2017-03-28 13:02:48 +00:00
Pietro Cerutti
604dfbef8e databases/cassandra-cpp-driver: update to 2.5.0, bump dependents
https://github.com/datastax/cpp-driver/blob/master/CHANGELOG.md#250
2016-10-21 13:36:14 +00:00
Pietro Cerutti
a71521b5ba databases/cassandra-cpp-driver: fix build on power8 (and possibly armv6)
Obtained from:	https://github.com/datastax/cpp-driver/commit/f6c8e8e
2016-10-16 10:47:42 +00:00
Pietro Cerutti
f000f54f7c databases/cassandra-cpp-driver: update to 2.4.3
Changelog: https://github.com/datastax/cpp-driver/blob/master/CHANGELOG.md#243
2016-08-29 12:14:09 +00:00
Pietro Cerutti
fb19033265 databases/cassandra-cpp-driver: update to 2.4.2
Changes: https://github.com/datastax/cpp-driver/blob/master/CHANGELOG.md#242#
2016-07-01 08:54:34 +00:00
Pietro Cerutti
e00ba68372 databases/cassandra-cpp-driver: update to 2.4.1 2016-06-27 12:40:40 +00:00
Steve Wills
86cd4fbe5a many ports: mark broken on powerpc64 2016-04-21 16:43:14 +00:00
Mathieu Arnold
4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00
Pietro Cerutti
eaca169a14 databases/cassandra-cpp-driver: update to 2.3.0
Changelog: https://github.com/datastax/cpp-driver/blob/4335850/CHANGELOG.md
2016-03-17 07:00:08 +00:00
Pietro Cerutti
861ce306e7 databases/cassandra-cpp-driver - update to 2.1.0 2015-09-20 14:29:01 +00:00
Pietro Cerutti
db109a97b6 - Fix build with Clang 3.6
Upstreamed at: https://github.com/datastax/cpp-driver/pull/179
- Explicitely add static library
2015-06-23 21:22:08 +00:00
Pietro Cerutti
90c3a71374 - Update to 2.0.1 2015-06-20 08:23:45 +00:00
Pietro Cerutti
aa9341c1e3 - 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/
2015-06-20 08:02:19 +00:00