diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-12-22 00:00:43 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-12-22 00:00:43 +0800 |
commit | 994597afb3742a6f4e10fa726ae71c6d12a894e6 (patch) | |
tree | 9b34e7be2d4941e171de44e9d37676b0c741d4fe /sysutils | |
parent | cff163aae4cb9a6f793d1d40d253f895f1dd2c74 (diff) | |
download | freebsd-ports-gnome-994597afb3742a6f4e10fa726ae71c6d12a894e6.tar.gz freebsd-ports-gnome-994597afb3742a6f4e10fa726ae71c6d12a894e6.tar.zst freebsd-ports-gnome-994597afb3742a6f4e10fa726ae71c6d12a894e6.zip |
- Mark BROKEN: does not build (error: no matching constructor for initialization of 'gflags::FlagRegisterer')
- Add LICENSE_FILE
Approved by: portmgr blanket
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/osquery/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysutils/osquery/Makefile b/sysutils/osquery/Makefile index 1cc1b8a72c6a..a8b9dfc4ff07 100644 --- a/sysutils/osquery/Makefile +++ b/sysutils/osquery/Makefile @@ -10,6 +10,7 @@ MAINTAINER= zi@FreeBSD.org COMMENT= SQL powered OS instrumentation, monitoring, and analytics LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= snappy>0:archivers/snappy \ rocksdb>0:databases/rocksdb \ @@ -28,6 +29,8 @@ LIB_DEPENDS= libboost_regex.so:devel/boost-libs \ libgflags.so:devel/gflags \ 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 CONFIGURE_ENV+= OSQUERY_BUILD_VERSION="${PORTVERSION}" HOME="${WRKDIR}" \ SKIP_TESTS="yes" CC="${CC}" CXX="${CXX}" |