Date: Wed, 21 Dec 2016 16:00:44 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r429103 - head/sysutils/osquery Message-ID: <201612211600.uBLG0ivk031571@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Wed Dec 21 16:00:43 2016 New Revision: 429103 URL: https://svnweb.freebsd.org/changeset/ports/429103 Log: - Mark BROKEN: does not build (error: no matching constructor for initialization of 'gflags::FlagRegisterer') - Add LICENSE_FILE Approved by: portmgr blanket Modified: head/sysutils/osquery/Makefile Modified: head/sysutils/osquery/Makefile ============================================================================== --- head/sysutils/osquery/Makefile Wed Dec 21 15:56:58 2016 (r429102) +++ head/sysutils/osquery/Makefile Wed Dec 21 16:00:43 2016 (r429103) @@ -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/boo 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}"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612211600.uBLG0ivk031571>