Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Jan 2019 12:30:03 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r489773 - head/sysutils/osquery
Message-ID:  <201901091230.x09CU35e007814@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Wed Jan  9 12:30:03 2019
New Revision: 489773
URL: https://svnweb.freebsd.org/changeset/ports/489773

Log:
  osquery build is not compatible with python3
  
  PR:		234633

Modified:
  head/sysutils/osquery/Makefile

Modified: head/sysutils/osquery/Makefile
==============================================================================
--- head/sysutils/osquery/Makefile	Wed Jan  9 12:29:20 2019	(r489772)
+++ head/sysutils/osquery/Makefile	Wed Jan  9 12:30:03 2019	(r489773)
@@ -30,7 +30,7 @@ LIB_DEPENDS=	libaugeas.so:textproc/augeas \
 		libzstd.so:archivers/zstd
 RUN_DEPENDS=	ca_root_nss>0:security/ca_root_nss
 
-USES=		cmake libtool python:build compiler:c++11-lib \
+USES=		cmake libtool python:2.7,build compiler:c++11-lib \
 		libarchive ssl
 USE_GNOME=	libxml2
 CONFIGURE_ENV+=	OSQUERY_BUILD_VERSION="${PORTVERSION}" HOME="${WRKDIR}" \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901091230.x09CU35e007814>