svn commit: r464711 - head/security/bro
Craig Leres
leres at FreeBSD.org
Fri Mar 16 15:33:35 UTC 2018
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>
More information about the svn-ports-head
mailing list