Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Mar 2018 15:33:34 +0000 (UTC)
From:      Craig Leres <leres@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r464711 - head/security/bro
Message-ID:  <201803161533.w2GFXY40076820@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: leres
Date: Fri Mar 16 15:33:34 2018
New Revision: 464711
URL: https://svnweb.freebsd.org/changeset/ports/464711

Log:
  r412841 of devel/google-perftools changed the path for bin/pprof
  to bin/perftools-pprof; update RUN_DEPENDS for security/bro
  accordingly.
  
  Reported by:	James Welcher
  Reviewed by:	ler (mentor)
  Approved by:	ler (mentor)
  Differential Revision:	https://reviews.freebsd.org/D14708

Modified:
  head/security/bro/Makefile

Modified: head/security/bro/Makefile
==============================================================================
--- head/security/bro/Makefile	Fri Mar 16 15:23:16 2018	(r464710)
+++ head/security/bro/Makefile	Fri Mar 16 15:33:34 2018	(r464711)
@@ -88,7 +88,7 @@ LBL_CF_RUN_DEPENDS=	${LOCALBASE}/bin/cf:sysutils/lbl-c
 NETMAP_GH_TUPLE=	bro:bro-netmap:cf88debf487b31ab30dc3b5bac64783b4e49997e:bro_netmap
 NETMAP_USE=		GITHUB=nodefault
 PERFTOOLS_CMAKE_BOOL=	ENABLE_PERFTOOLS
-PERFTOOLS_RUN_DEPENDS=	${LOCALBASE}/bin/pprof:devel/google-perftools
+PERFTOOLS_RUN_DEPENDS=	${LOCALBASE}/bin/perftools-pprof:devel/google-perftools
 PYTHON_BUILD_DEPENDS=	swig3.0:devel/swig30
 
 .include <bsd.port.options.mk>



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