diff options
author | Ryan Steinmetz <zi@FreeBSD.org> | 2017-01-30 14:57:47 +0000 |
---|---|---|
committer | Ryan Steinmetz <zi@FreeBSD.org> | 2017-01-30 14:57:47 +0000 |
commit | 35e8655b4abcba0281db7e007cba1ed814e58e0a (patch) | |
tree | 4a4876627427cc300c5a5294e4c2b70e8235a8d9 /sysutils/osquery/Makefile | |
parent | 02915a3d0c413431684744d078514e22e7b63d3c (diff) |
- Deprecate this port due to repeated build/porting issues, inability for upstream to assist
Notes
Notes:
svn path=/head/; revision=432851
Diffstat (limited to 'sysutils/osquery/Makefile')
-rw-r--r-- | sysutils/osquery/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/osquery/Makefile b/sysutils/osquery/Makefile index 3078f3b34e2b..c998cb973f93 100644 --- a/sysutils/osquery/Makefile +++ b/sysutils/osquery/Makefile @@ -30,6 +30,8 @@ LIB_DEPENDS= libboost_regex.so:devel/boost-libs \ libicuuc.so:devel/icu BROKEN= does not build (error: no matching constructor for initialization of 'gflags::FlagRegisterer') +DEPRECATED= repeated build and dependency issues, upstream unable to assist +EXPIRATION_DATE=2017-02-28 USES= cmake:outsource gmake libtool python:build compiler:c++11-lib CONFIGURE_ENV+= OSQUERY_BUILD_VERSION="${PORTVERSION}" HOME="${WRKDIR}" \ |