diff options
author | gahr <gahr@FreeBSD.org> | 2018-11-05 17:08:55 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2018-11-05 17:08:55 +0800 |
commit | f96df4311f562b1a9cdf360401fd34b8a09f16d6 (patch) | |
tree | fbd5f227646830631901f5f272ab7d83e1edc040 /databases | |
parent | 47b914001fc946774d42aaf7047dd112d24955df (diff) | |
download | freebsd-ports-gnome-f96df4311f562b1a9cdf360401fd34b8a09f16d6.tar.gz freebsd-ports-gnome-f96df4311f562b1a9cdf360401fd34b8a09f16d6.tar.zst freebsd-ports-gnome-f96df4311f562b1a9cdf360401fd34b8a09f16d6.zip |
databases/cassandra-cpp-driver: update to 2.10.0, unbreak on GCC platforms [1]
PR: 232847 [1]
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
Diffstat (limited to 'databases')
-rw-r--r-- | databases/cassandra-cpp-driver/Makefile | 12 | ||||
-rw-r--r-- | databases/cassandra-cpp-driver/distinfo | 6 | ||||
-rw-r--r-- | databases/cassandra-cpp-driver/files/patch-cmake_modules_CppDriver.cmake | 11 |
3 files changed, 7 insertions, 22 deletions
diff --git a/databases/cassandra-cpp-driver/Makefile b/databases/cassandra-cpp-driver/Makefile index f029d5f18afb..0dfff8be697a 100644 --- a/databases/cassandra-cpp-driver/Makefile +++ b/databases/cassandra-cpp-driver/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cassandra-cpp-driver -PORTVERSION= 2.9.0 +PORTVERSION= 2.10.0 CATEGORIES= databases MAINTAINER= gahr@FreeBSD.org @@ -12,17 +12,13 @@ LICENSE= APACHE20 LIB_DEPENDS= libuv.so:devel/libuv -BROKEN_powerpc64= fails to compile: reader.h: warning: comparison is always true due to limited range of data type - +USES= cmake:outsource compiler:c++11-lang pkgconfig pathfix ssl +USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= datastax GH_PROJECT= cpp-driver -USES= cmake:outsource pkgconfig pathfix ssl -CMAKE_ARGS= -DCMAKE_INSTALL_LIBDIR:STRING=lib \ - -DCASS_BUILD_STATIC:BOOL=ON - -USE_LDCONFIG= yes +CMAKE_ARGS= -DCMAKE_INSTALL_LIBDIR:STRING=lib -DCASS_BUILD_STATIC:BOOL=ON PLIST_FILES= include/cassandra.h \ lib/libcassandra.so \ diff --git a/databases/cassandra-cpp-driver/distinfo b/databases/cassandra-cpp-driver/distinfo index e47caf0c079b..e9d9b96b704e 100644 --- a/databases/cassandra-cpp-driver/distinfo +++ b/databases/cassandra-cpp-driver/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1523520254 -SHA256 (datastax-cpp-driver-2.9.0_GH0.tar.gz) = 9c61e58092b0ffc1b2bf783e66481565bd7c49424e94bd8d4a2a8936488dff25 -SIZE (datastax-cpp-driver-2.9.0_GH0.tar.gz) = 9178588 +TIMESTAMP = 1541004927 +SHA256 (datastax-cpp-driver-2.10.0_GH0.tar.gz) = 3ac2d0f03eeb22b893a9f6b5b124276936e19b194f8065d3683e0aa8bb4aecb4 +SIZE (datastax-cpp-driver-2.10.0_GH0.tar.gz) = 9366791 diff --git a/databases/cassandra-cpp-driver/files/patch-cmake_modules_CppDriver.cmake b/databases/cassandra-cpp-driver/files/patch-cmake_modules_CppDriver.cmake deleted file mode 100644 index 120eb307258e..000000000000 --- a/databases/cassandra-cpp-driver/files/patch-cmake_modules_CppDriver.cmake +++ /dev/null @@ -1,11 +0,0 @@ ---- cmake/modules/CppDriver.cmake.orig 2018-06-23 19:55:39 UTC -+++ cmake/modules/CppDriver.cmake -@@ -372,6 +372,8 @@ macro(CassUseLibuv) - - if (EXISTS "${LIBUV_INCLUDE_DIR}/uv-version.h") - set(LIBUV_VERSION_HEADER_FILE "${LIBUV_INCLUDE_DIR}/uv-version.h") -+ elseif (EXISTS "${LIBUV_INCLUDE_DIR}/uv/version.h") -+ set(LIBUV_VERSION_HEADER_FILE "${LIBUV_INCLUDE_DIR}/uv/version.h") - else() - set(LIBUV_VERSION_HEADER_FILE "${LIBUV_INCLUDE_DIR}/uv.h") - endif() |