aboutsummaryrefslogtreecommitdiff
path: root/databases/cassandra-cpp-driver
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2017-05-13 03:35:51 +0000
committerMark Linimon <linimon@FreeBSD.org>2017-05-13 03:35:51 +0000
commitba601f25ac232b149cd091af813e9eab852a447b (patch)
tree0e89021fd44a8edda1d97d4e3b9b90599d254d40 /databases/cassandra-cpp-driver
parent65cfb4ff6eb45936d6d0f8abedf0a4b25781a555 (diff)
downloadports-ba601f25ac232b149cd091af813e9eab852a447b.tar.gz
ports-ba601f25ac232b149cd091af813e9eab852a447b.zip
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)
Notes
Notes: svn path=/head/; revision=440746
Diffstat (limited to 'databases/cassandra-cpp-driver')
-rw-r--r--databases/cassandra-cpp-driver/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/databases/cassandra-cpp-driver/Makefile b/databases/cassandra-cpp-driver/Makefile
index abc2617b9862..faf5311e97af 100644
--- a/databases/cassandra-cpp-driver/Makefile
+++ b/databases/cassandra-cpp-driver/Makefile
@@ -12,6 +12,8 @@ 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
+
USE_GITHUB= yes
GH_ACCOUNT= datastax
GH_PROJECT= cpp-driver