diff options
author | Ryan Steinmetz <zi@FreeBSD.org> | 2017-02-23 22:37:07 +0000 |
---|---|---|
committer | Ryan Steinmetz <zi@FreeBSD.org> | 2017-02-23 22:37:07 +0000 |
commit | 5bf6c680ad17ae27a4edfd1f52daca399a18ed7c (patch) | |
tree | 7af95ae9038a6c35558f90c2a3035e4d8c1ec38d /sysutils/osquery | |
parent | ac2b9a3b3f833aa9cabc25eff0372d12e21b37f2 (diff) |
- Pushing out expiration date. Upstream is working on fixes.
Notes
Notes:
svn path=/head/; revision=434689
Diffstat (limited to 'sysutils/osquery')
-rw-r--r-- | sysutils/osquery/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/osquery/Makefile b/sysutils/osquery/Makefile index c998cb973f93..6b43667a26c5 100644 --- a/sysutils/osquery/Makefile +++ b/sysutils/osquery/Makefile @@ -31,7 +31,7 @@ LIB_DEPENDS= libboost_regex.so:devel/boost-libs \ 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 +EXPIRATION_DATE=2017-04-28 USES= cmake:outsource gmake libtool python:build compiler:c++11-lib CONFIGURE_ENV+= OSQUERY_BUILD_VERSION="${PORTVERSION}" HOME="${WRKDIR}" \ |