svn commit: r489773 - head/sysutils/osquery

Antoine Brodin antoine at FreeBSD.org
Wed Jan 9 12:30:04 UTC 2019


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


More information about the svn-ports-all mailing list