Index: head/databases/cassandra-cpp-driver/Makefile =================================================================== --- head/databases/cassandra-cpp-driver/Makefile (revision 390462) +++ head/databases/cassandra-cpp-driver/Makefile (revision 390463) @@ -1,31 +1,32 @@ # Created by: gahr # $FreeBSD$ PORTNAME= cassandra-cpp-driver PORTVERSION= 2.0.1 CATEGORIES= databases MAINTAINER= gahr@FreeBSD.org COMMENT= DataStax C/C++ Driver for Apache Cassandra LICENSE= APACHE20 LIB_DEPENDS= libuv.so:${PORTSDIR}/devel/libuv USE_GITHUB= nodefault GH_ACCOUNT= datastax GH_PROJECT= cpp-driver USES= cmake:outsource -CMAKE_ARGS= -DCMAKE_INSTALL_LIBDIR:STRING=lib +CMAKE_ARGS= -DCMAKE_INSTALL_LIBDIR:STRING=lib \ + -DCASS_BUILD_STATIC:BOOL=ON USE_LDCONFIG= yes USE_OPENSSL= yes PLIST_FILES= include/cassandra.h \ lib/libcassandra.so \ lib/libcassandra.so.2 \ lib/libcassandra.so.2.0.1 \ lib/libcassandra_static.a .include Index: head/databases/cassandra-cpp-driver/files/patch-CMakeLists.txt =================================================================== --- head/databases/cassandra-cpp-driver/files/patch-CMakeLists.txt (nonexistent) +++ head/databases/cassandra-cpp-driver/files/patch-CMakeLists.txt (revision 390463) @@ -0,0 +1,12 @@ +--- CMakeLists.txt.orig 2015-05-18 16:31:48 UTC ++++ CMakeLists.txt +@@ -421,6 +421,9 @@ elseif("${CMAKE_CXX_COMPILER_ID}" STREQU + # Clang/Intel specific compiler options + # I disabled long-long warning because boost generates about 50 such warnings + set(WARNING_COMPILER_FLAGS "-Wall -pedantic -Wextra -Wno-long-long -Wno-unused-parameter -Wno-variadic-macros -Wno-zero-length-array") ++ if(${CMAKE_CXX_COMPILER_VERSION} VERSION_GREATER "3.6") ++ set(WARNING_COMPILER_FLAGS "${WARNING_COMPILER_FLAGS} -Wno-unused-local-typedef ") ++ endif() + + # OpenSSL is deprecated on later versions of Mac OS X. The long-term solution + # is to provide a CommonCryto implementation. Property changes on: head/databases/cassandra-cpp-driver/files/patch-CMakeLists.txt ___________________________________________________________________ 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