From 5b10a736a2d3aa5bc7acbde6e041b85be62d69c4 Mon Sep 17 00:00:00 2001 From: Alan Somers Date: Mon, 24 Jul 2017 10:20:19 -0600 Subject: [PATCH] install-deps.sh: add missing dependencies for FreeBSD Signed-off-by: Alan Somers --- install-deps.sh | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/install-deps.sh b/install-deps.sh index 87457874c3958..bb10f9a753a1d 100755 --- a/install-deps.sh +++ b/install-deps.sh @@ -26,6 +26,7 @@ function munge_ceph_spec_in { if [ x`uname`x = xFreeBSDx ]; then $SUDO pkg install -yq \ + devel/babeltrace \ devel/git \ devel/gperf \ devel/gmake \ @@ -41,7 +42,7 @@ if [ x`uname`x = xFreeBSDx ]; then lang/cython \ devel/py-virtualenv \ databases/leveldb \ - net/openldap24-client \ + net/openldap-client \ security/nss \ security/cryptopp \ archivers/snappy \ @@ -53,14 +54,16 @@ if [ x`uname`x = xFreeBSDx ]; then textproc/gsed \ textproc/libxml2 \ textproc/xmlstarlet \ - textproc/jq \ - textproc/sphinx \ + textproc/jq \ + textproc/py-sphinx \ emulators/fuse \ java/junit \ + lang/python \ lang/python27 \ - devel/py-pip \ + devel/py-pip \ devel/py-argparse \ devel/py-nose \ + devel/py-prettytable \ www/py-flask \ www/fcgi \ sysutils/flock \ -- 2.39.5