Index: head/databases/cassandra-cpp-driver/Makefile =================================================================== --- head/databases/cassandra-cpp-driver/Makefile (revision 424054) +++ head/databases/cassandra-cpp-driver/Makefile (revision 424055) @@ -1,35 +1,33 @@ # Created by: gahr # $FreeBSD$ PORTNAME= cassandra-cpp-driver PORTVERSION= 2.4.3 CATEGORIES= databases MAINTAINER= gahr@FreeBSD.org COMMENT= DataStax C/C++ Driver for Apache Cassandra LICENSE= APACHE20 LIB_DEPENDS= libuv.so:devel/libuv -BROKEN_powerpc64= Does not build - USE_GITHUB= nodefault 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 PLIST_FILES= include/cassandra.h \ lib/libcassandra.so \ lib/libcassandra.so.2 \ lib/libcassandra.so.${PORTVERSION} \ lib/libcassandra_static.a \ libdata/pkgconfig/cassandra.pc \ libdata/pkgconfig/cassandra_static.pc .include Index: head/databases/cassandra-cpp-driver/files/patch-src_uuids.cpp =================================================================== --- head/databases/cassandra-cpp-driver/files/patch-src_uuids.cpp (nonexistent) +++ head/databases/cassandra-cpp-driver/files/patch-src_uuids.cpp (revision 424055) @@ -0,0 +1,11 @@ +--- src/uuids.cpp.orig 2016-08-22 18:07:08 UTC ++++ src/uuids.cpp +@@ -121,7 +121,7 @@ CassError cass_uuid_from_string_n(const + const char* pos = str; + char buf[16]; + +- static const char hex_to_half_byte[256] = { ++ static const signed char hex_to_half_byte[256] = { + -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, Property changes on: head/databases/cassandra-cpp-driver/files/patch-src_uuids.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property