Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.17.1 05 Mar 2024 09:54:49
    |
Pietro Cerutti (gahr)  |
databases/cassandra-cpp-driver: update to 2.17.1
Release notes: https://github.com/datastax/cpp-driver/releases/tag/2.17.1 |
2.17.0 29 Aug 2023 09:52:31
    |
Pietro Cerutti (gahr)  |
databases/cassandra-cpp-driver: update to 2.17.0
Release notes: https://github.com/datastax/cpp-driver/releases/tag/2.17.0 |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.16.2 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.16.2 20 Jul 2022 14:21:07
    |
Tobias C. Berner (tcberner)  |
databases: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* "Mahdi Mokhtari <mokhi64@gmail.com>"
* "Meikel Brandmeyer" <ocaml-sqlite3-port@kotka.de>
* <hvo.pm@xs4all.nl>
* <jsmith@resonatingmedia.com>
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Snelson <Alan@Wave2.org> (Only the first 15 lines of the commit message are shown above ) |
2.16.2 17 May 2022 08:53:49
    |
Pietro Cerutti (gahr)  |
databases/cassandra-cpp-driver: update to 2.16.2
Release notes:
https://github.com/datastax/cpp-driver/releases/tag/2.16.2 |
2.16.0 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
2.16.0 12 Mar 2021 09:52:57
  |
gahr  |
databases/cassandra-cpp-driver: update to 2.16.0
Release notes: https://github.com/datastax/cpp-driver/releases/tag/2.16.0 |
2.15.3 11 Dec 2020 13:00:01
  |
gahr  |
databases/cassandra-cpp-driver: update to 2.15.3
Relnotes: https://github.com/datastax/cpp-driver/releases/tag/2.15.3 |
2.15.1 07 May 2020 08:06:51
  |
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. |
2.15.1 06 May 2020 12:24:50
  |
gahr  |
databases/cassandra-cpp-driver: update to 2.15.1
Release notes: https://github.com/datastax/cpp-driver/releases/tag/2.15.1 |
2.15.0 18 Mar 2020 16:54:36
  |
gahr  |
databases/cassandra-cpp-driver: update to 2.15.0
Release notes: https://github.com/datastax/cpp-driver/releases/tag/2.15.0 |
2.14.1 13 Jan 2020 14:21:54
  |
gahr  |
databases/cassandra-cpp-driver: update to 2.14.1
Release notes:
https://github.com/datastax/cpp-driver/releases/tag/2.14.1 |
2.14.0 29 Oct 2019 12:22:31
  |
gahr  |
databases/cassandra-cpp-driver: update to 2.14.0
Release notes:
https://github.com/datastax/cpp-driver/releases/tag/2.14.0 |
2.13.0_1 23 Sep 2019 11:56:26
  |
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 ) |
2.13.0_1 26 Jul 2019 20:46:57
  |
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 |
2.13.0 24 Jul 2019 07:47:50
  |
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 |
2.11.0 12 Mar 2019 12:12:36
  |
gahr  |
databases/cassandra-cpp-driver: update to 2.11.0
Release notes: https://github.com/datastax/cpp-driver/blob/2.11.0/CHANGELOG.md |
2.10.0_1 30 Dec 2018 18:18:17
  |
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> |
2.10.0_1 25 Dec 2018 20:25:40
  |
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 |
2.10.0_1 12 Dec 2018 01:35:36
  |
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 |
2.10.0 05 Nov 2018 09:08:56
  |
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> |
2.9.0 23 Jun 2018 20:00:28
  |
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 |
2.9.0 12 Apr 2018 08:44:41
  |
gahr  |
databases/cassandra-cpp-driver: update to 2.9.0
Changelog: https://github.com/datastax/cpp-driver/blob/2.9.0/CHANGELOG.md |
2.8.1 02 Mar 2018 11:41:48
  |
gahr  |
databases/cassandra-cpp-driver: update to 2.8.1
Changelog: https://github.com/datastax/cpp-driver/blob/2.8.1/CHANGELOG.md |
2.8.0 23 Nov 2017 09:00:15
  |
gahr  |
databases/cassandra-cpp-driver: update to 2.8.0
Changelog: https://github.com/datastax/cpp-driver/blob/2.8.0/CHANGELOG.md |
2.7.1 20 Sep 2017 14:05:06
  |
gahr  |
databases/cassandra-cpp-driver: update to 2.7.1
Changelog: https://github.com/datastax/cpp-driver/blob/2.7.1/CHANGELOG.md |
2.7.0 18 May 2017 13:24:54
  |
gahr  |
databases/cassandra-cpp-driver: update to 2.7.0
Changelog: https://github.com/datastax/cpp-driver/blob/master/CHANGELOG.md#270 |
2.6.0 13 May 2017 03:35:51
  |
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) |
2.6.0 29 Mar 2017 13:11:23
  |
mat  |
Don't USE_GITHUB=nodefault when you actually are using the default
distfile too.
Sponsored by: Absolight |
2.6.0 28 Mar 2017 13:02:48
  |
gahr  |
databases/cassandra-cpp-driver: update to 2.6.0
Changes: https://github.com/datastax/cpp-driver/blob/master/CHANGELOG.md#260 |
2.5.0 21 Oct 2016 13:36:14
  |
gahr  |
databases/cassandra-cpp-driver: update to 2.5.0, bump dependents
https://github.com/datastax/cpp-driver/blob/master/CHANGELOG.md#250 |
2.4.3 16 Oct 2016 10:47:42
  |
gahr  |
databases/cassandra-cpp-driver: fix build on power8 (and possibly armv6)
Obtained from: https://github.com/datastax/cpp-driver/commit/f6c8e8e |
2.4.3 29 Aug 2016 12:14:09
  |
gahr  |
databases/cassandra-cpp-driver: update to 2.4.3
Changelog: https://github.com/datastax/cpp-driver/blob/master/CHANGELOG.md#243 |
2.4.2 01 Jul 2016 08:54:34
  |
gahr  |
databases/cassandra-cpp-driver: update to 2.4.2
Changes: https://github.com/datastax/cpp-driver/blob/master/CHANGELOG.md#242# |
2.4.1 27 Jun 2016 12:40:40
  |
gahr  |
databases/cassandra-cpp-driver: update to 2.4.1 |
2.3.0 21 Apr 2016 16:43:15
  |
swills  |
many ports: mark broken on powerpc64 |
2.3.0 01 Apr 2016 14:00:57
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
2.3.0 17 Mar 2016 07:00:08
  |
gahr  |
databases/cassandra-cpp-driver: update to 2.3.0
Changelog: https://github.com/datastax/cpp-driver/blob/4335850/CHANGELOG.md |
2.1.0 20 Sep 2015 14:29:02
  |
gahr  |
databases/cassandra-cpp-driver - update to 2.1.0 |
2.0.1 23 Jun 2015 21:22:09
  |
gahr  |
- Fix build with Clang 3.6
Upstreamed at: https://github.com/datastax/cpp-driver/pull/179
- Explicitely add static library |
2.0.1 20 Jun 2015 08:23:46
  |
gahr  |
- Update to 2.0.1 |
1.0.2 20 Jun 2015 08:02:19
  |
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/ |