aboutsummaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2018-03-05 07:02:30 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2018-03-05 07:02:30 +0000
commit8192a3b90a9047d8810a0c0555f3b53841251481 (patch)
tree874224cac2196a9eec8cf4fb49dd9b3fa5661ed9 /databases
parent9b3e6c578b5bcee0ab1585aae5b3c67ed513d99b (diff)
downloadports-8192a3b90a9047d8810a0c0555f3b53841251481.tar.gz
ports-8192a3b90a9047d8810a0c0555f3b53841251481.zip
Mark BROKEN: fails to build
In file included from /wrkdirs/usr/ports/databases/php5-pdo_cassandra/work/php-pdo_cassandra-7debd5b/cassandra_driver.cpp:18: ./php_pdo_cassandra_int.hpp:89:33: error: implicit instantiation of undefined template 'boost::shared_ptr<apache::thrift::transport::TSocketPool>' boost::shared_ptr<TSocketPool> socket; ^ /usr/local/include/boost/exception/exception.hpp:19:44: note: template is declared here namespace boost { template <class T> class shared_ptr; }; ^ In file included from /wrkdirs/usr/ports/databases/php5-pdo_cassandra/work/php-pdo_cassandra-7debd5b/cassandra_driver.cpp:18: ./php_pdo_cassandra_int.hpp:90:38: error: implicit instantiation of undefined template 'boost::shared_ptr<apache::thrift::transport::TFramedTransport>' boost::shared_ptr<TFramedTransport> transport; ^ /usr/local/include/boost/exception/exception.hpp:19:44: note: template is declared here namespace boost { template <class T> class shared_ptr; }; ^ In file included from /wrkdirs/usr/ports/databases/php5-pdo_cassandra/work/php-pdo_cassandra-7debd5b/cassandra_driver.cpp:18: ./php_pdo_cassandra_int.hpp:91:31: error: implicit instantiation of undefined template 'boost::shared_ptr<apache::thrift::protocol::TProtocol>' boost::shared_ptr<TProtocol> protocol; ^ /usr/local/include/boost/exception/exception.hpp:19:44: note: template is declared here namespace boost { template <class T> class shared_ptr; }; ^ In file included from /wrkdirs/usr/ports/databases/php5-pdo_cassandra/work/php-pdo_cassandra-7debd5b/cassandra_driver.cpp:18: ./php_pdo_cassandra_int.hpp:92:37: error: implicit instantiation of undefined template 'boost::shared_ptr<org::apache::cassandra::CassandraClient>' boost::shared_ptr<CassandraClient> client; ^ /usr/local/include/boost/exception/exception.hpp:19:44: note: template is declared here namespace boost { template <class T> class shared_ptr; }; ^ In file included from /wrkdirs/usr/ports/databases/php5-pdo_cassandra/work/php-pdo_cassandra-7debd5b/cassandra_driver.cpp:18: ./php_pdo_cassandra_int.hpp:109:31: error: implicit instantiation of undefined template 'boost::shared_ptr<org::apache::cassandra::CqlResult>' boost::shared_ptr<CqlResult> result; ^ /usr/local/include/boost/exception/exception.hpp:19:44: note: template is declared here namespace boost { template <class T> class shared_ptr; }; ^ Reported by: pkg-fallout
Notes
Notes: svn path=/head/; revision=463623
Diffstat (limited to 'databases')
-rw-r--r--databases/php5-pdo_cassandra/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/php5-pdo_cassandra/Makefile b/databases/php5-pdo_cassandra/Makefile
index 0350ab6749a3..f17c826de5ff 100644
--- a/databases/php5-pdo_cassandra/Makefile
+++ b/databases/php5-pdo_cassandra/Makefile
@@ -12,6 +12,7 @@ COMMENT= PDO driver for Apache Cassandra
LICENSE= APACHE20
+BROKEN= fails to build
BROKEN_powerpc64= Does not build
LIB_DEPENDS= libboost_iostreams.so:devel/boost-libs