svn commit: r429103 - head/sysutils/osquery

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Dec 21 16:00:45 UTC 2016


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 at 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}"


More information about the svn-ports-all mailing list