- Mark BROKEN: does not build (error: no matching constructor for initialization of 'gflags::FlagRegisterer')

- Add LICENSE_FILE

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2016-12-21 16:00:43 +00:00
parent dcd3a41a9d
commit 5355b1343b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=429103

View file

@ -10,6 +10,7 @@ MAINTAINER= zi@FreeBSD.org
COMMENT= SQL powered OS instrumentation, monitoring, and analytics COMMENT= SQL powered OS instrumentation, monitoring, and analytics
LICENSE= BSD3CLAUSE LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= snappy>0:archivers/snappy \ BUILD_DEPENDS= snappy>0:archivers/snappy \
rocksdb>0:databases/rocksdb \ rocksdb>0:databases/rocksdb \
@ -28,6 +29,8 @@ LIB_DEPENDS= libboost_regex.so:devel/boost-libs \
libgflags.so:devel/gflags \ libgflags.so:devel/gflags \
libicuuc.so:devel/icu libicuuc.so:devel/icu
BROKEN= does not build (error: no matching constructor for initialization of 'gflags::FlagRegisterer')
USES= cmake:outsource gmake libtool python:build compiler:c++11-lib USES= cmake:outsource gmake libtool python:build compiler:c++11-lib
CONFIGURE_ENV+= OSQUERY_BUILD_VERSION="${PORTVERSION}" HOME="${WRKDIR}" \ CONFIGURE_ENV+= OSQUERY_BUILD_VERSION="${PORTVERSION}" HOME="${WRKDIR}" \
SKIP_TESTS="yes" CC="${CC}" CXX="${CXX}" SKIP_TESTS="yes" CC="${CC}" CXX="${CXX}"